[libmatenotify] 1.4.1-8

Rex Dieter rdieter at fedoraproject.org
Fri Aug 10 15:07:43 UTC 2012


commit 825020b3b7cb576cc6230b865bdb1de7a08fb4fe
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Aug 10 10:11:32 2012 -0500

    1.4.1-8
    
    - drop BR: gtk+-devel
    - drop explicit Requires: pkgconfig (-devel will autoreq this)
    - %files: glob on lib soname
    - %build: do verbose build
    - License: LGPLv2+

 libmatenotify.spec |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/libmatenotify.spec b/libmatenotify.spec
index c258a1d..1523c33 100644
--- a/libmatenotify.spec
+++ b/libmatenotify.spec
@@ -2,12 +2,11 @@ Name:		libmatenotify
 Version:	1.4.1
 Release:	7%{?dist}
 Summary:	Libraries for mate notify
-License:	LGPLv2+ and GPLv2+
+License:	LGPLv2+
 URL:		http://mate-desktop.org
 Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
 
-BuildRequires:	mate-common dbus-glib-devel gtk+-devel gtk2-devel pkgconfig
-Requires:	pkgconfig 
+BuildRequires:	mate-common dbus-glib-devel gtk2-devel pkgconfig
 
 %description
 Libraries for mate notify.
@@ -27,29 +26,37 @@ NOCONFIGURE=1 ./autogen.sh
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
 make install DESTDIR=%{buildroot}
 find %{buildroot} -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
-%{_datadir}/gtk-doc/html/libmatenotify
-%{_libdir}/libmatenotify.so.1.4.0
+%{_libdir}/libmatenotify.so.1*
+%{_datadir}/gtk-doc/html/libmatenotify/
 
 %files devel
 %{_libdir}/libmatenotify.so
 %{_libdir}/pkgconfig/libmatenotify.pc
-%{_includedir}/libmatenotify
+%{_includedir}/libmatenotify/
+
 
 %changelog
+* Fri Aug 10 2012 Rex Dieter <rdieter at fedoraproject.org> - 1.4.1-8
+- drop BR: gtk+-devel
+- drop explicit Requires: pkgconfig (-devel will autoreq this)
+- %%files: glob on lib soname
+- %%build: do verbose build
+- License: LGPLv2+
+
 * Thu Aug 09 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.4.1-7
 - Fix typo in changelog, bump release number
 


More information about the scm-commits mailing list