Name: libmatenotify Version: 1.4.0 Release: 3%{?dist} Summary: Libraries for mate notify License: LGPLv2+ and GPLv2+ URL: http://mate-desktop.org Source0: http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz BuildRequires: mate-common dbus-glib-devel Requires: pkgconfig %description Libraries for mate notify. %package devel Summary: Development libraries for libmatenotify Requires: libmatenotify %description devel Development libraries for libmatenotify %prep %setup -q NOCONFIGURE=1 ./autogen.sh %build %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS COPYING README %{_bindir}/mate-notify-send %{_libdir}/libmatenotify.so.1 %{_libdir}/libmatenotify.so.1.3.0 %{_datadir}/gtk-doc/html/libmatenotify %files devel %doc AUTHORS COPYING README %{_libdir}/libmatenotify.so %{_libdir}/pkgconfig/libmatenotify.pc %{_includedir}/libmatenotify %{_libdir}/libmatenotify.so %changelog * Wed Aug 08 2012 Dan Mashal 1.4.0-3 - Update build requires * Wed Aug 08 2012 Dan Mashal 1.4.0-2 - Updated spec file as per package review * Wed Aug 08 2012 Dan Mashal 1.4.0-1 - Initial build