%define majver %(echo %version | cut -d. -f1-2) Name: libnotify06 Version: 0.6.0 Release: 1mamba Summary: Desktop notifications library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.gnome.org Source: ftp://ftp.gnome.org/pub/gnome/sources/libnotify/%{majver}/libnotify-%{version}.tar.bz2 License: LGPL BuildRequires: pkgconfig BuildRequires: libpopt-devel ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: gtk-doc BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libdbus-devel BuildRequires: libdbus-glib-devel BuildRequires: libexpat-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgdk-pixbuf-devel BuildRequires: libGL-devel BuildRequires: libglib-devel BuildRequires: libgtk2-devel BuildRequires: libpango-devel BuildRequires: libpixman-devel BuildRequires: libpng-devel BuildRequires: libpthread-stubs-devel BuildRequires: libselinux-devel BuildRequires: libstdc++6-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libxcb-devel BuildRequires: libXdmcp-devel BuildRequires: libXrender-devel BuildRequires: libz-devel BuildRequires: udev-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel A library that sends desktop notifications to a notification daemon, as defined in the Desktop Notifications spec. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way. This package contains static libraries and header files need for development. %package apidocs Summary: Libnotify API documentation Group: Documentation Requires: gtk-doc %description apidocs Libnotify API documentation. %prep %setup -q -n libnotify-%{version} %build %configure \ --program-suffix=06 # --enable-gtk-doc warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/notify-send06 %{_libdir}/libnotify.so.* %doc AUTHORS COPYING ChangeLog NEWS %files devel %defattr(-,root,root) %{_libdir}/lib*.a %{_libdir}/lib*.so %{_libdir}/lib*.la %{_libdir}/pkgconfig/libnotify.pc %{_includedir}/libnotify/ %files apidocs %defattr(-,root,root) %{_datadir}/gtk-doc/html/libnotify/ %changelog * Mon Apr 11 2011 Silvan Calarco 0.6.0-1mamba - update to 0.6.0 * Thu Oct 28 2010 Automatic Build System 0.4.5-3mamba - automatic rebuild by autodist * Wed May 20 2009 Automatic Build System 0.4.5-2mamba - automatic rebuild by autodist * Sat Nov 22 2008 gil 0.4.5-1mamba - update to 0.4.5 * Tue Jul 15 2008 gil 0.4.4-1mamba - update to 0.4.4 * Sun Jan 14 2007 Davide Madrisan 0.4.3-1qilnx - update to version 0.4.3 by autospec - new subpackage apidocs with API documentation * Thu Nov 02 2006 Tiziano Pratellesi 0.4.2-1qilnx - package created by autospec