[libmatenotify] rebuild against latest mate de and some minor spec updates

Dan Mashal vicodan at fedoraproject.org
Sat Feb 9 01:14:50 UTC 2013


commit f2e2d0fcc942c19227245e708c7eeb1c9721ad05
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Feb 8 17:14:18 2013 -0800

    rebuild against latest mate de and some minor spec updates

 libmatenotify.spec |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/libmatenotify.spec b/libmatenotify.spec
index da30164..89fdd17 100644
--- a/libmatenotify.spec
+++ b/libmatenotify.spec
@@ -1,14 +1,16 @@
 Name:           libmatenotify
 Version:        1.5.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Libraries for mate notify
 License:        LGPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
+BuildRequires:  dbus-glib-devel
+BuildRequires:  gtk2-devel
 BuildRequires:  mate-common
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  mate-doc-utils
+BuildRequires:  mate-desktop-devel
 
 %description
 Libraries for mate notify.
@@ -27,12 +29,16 @@ NOCONFIGURE=1 ./autogen.sh
 
 
 %build
-%configure --disable-static
+%configure                 \
+   --enable-gtk-doc-html   \
+   --with-gnu-ld           \
+   --disable-static
+
 make %{?_smp_mflags} V=1
 
 
 %install
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
@@ -43,16 +49,20 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %doc AUTHORS COPYING README
 %{_bindir}/mate-notify-send
 %{_libdir}/libmatenotify.so.1*
-
+%{_datadir}/gtk-doc/html/libmatenotify
 
 %files devel
-%doc %{_datadir}/gtk-doc/html/libmatenotify/
 %{_libdir}/libmatenotify.so
 %{_libdir}/pkgconfig/libmatenotify.pc
-%{_includedir}/libmatenotify/
+%{_includedir}/libmatenotify
 
 
 %changelog
+* Fri Feb 08 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.0-2
+-Rebuild against latest mate-desktop
+-Update configure flags and BRs
+-Own dirs that we are supposed to own
+
 * Mon Oct 29 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-1
 - update to 1.5.0 release
 - move gtk-doc to devel package


More information about the scm-commits mailing list