rpms/gamin/F-13 gamin.spec,1.74,1.75

Tomas Bzatek tbzatek at fedoraproject.org
Wed Mar 3 17:25:34 UTC 2010


Author: tbzatek

Update of /cvs/extras/rpms/gamin/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8600

Modified Files:
	gamin.spec 
Log Message:
* Wed Mar  3 2010 Tomas Bzatek <tbzatek at redhat.com> - 0.1.10-7
- Further cleanup for package review (#225776)
- Fix source URL



Index: gamin.spec
===================================================================
RCS file: /cvs/extras/rpms/gamin/F-13/gamin.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- gamin.spec	21 Dec 2009 13:38:13 -0000	1.74
+++ gamin.spec	3 Mar 2010 17:25:34 -0000	1.75
@@ -1,18 +1,18 @@
 Summary: Library providing the FAM File Alteration Monitor API
 Name: gamin
 Version: 0.1.10
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: LGPLv2
 #some of the files (server/inotify-kernel.c) are GPLv2
 #so https://fedoraproject.org/wiki/Licensing#GPL_Compatibility_Matrix
 #says the whole is GPLv2
 #License: GPLv2
 Group: Development/Libraries
-Source: http://www.gnome.org/~veillard/gamin/sources/gamin-%{version}.tar.bz2
+Source: http://ftp.gnome.org/pub/GNOME/sources/gamin/0.1/gamin-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.gnome.org/~veillard/gamin/
-Obsoletes: fam
-Provides: fam
+Obsoletes: fam < 2.6.10-12
+Provides: fam = 2.6.10-12
 BuildRequires: glib2-devel python python-devel
 BuildRequires: automake, libtool
 
@@ -32,9 +32,9 @@ daemon.
 %package devel
 Summary: Libraries, includes, etc. to embed the Gamin library
 Group: Development/Libraries
-Requires: gamin = %{version}
-Obsoletes: fam-devel
-Provides: fam-devel
+Requires: gamin = %{version}-%{release}
+Obsoletes: fam-devel < 2.6.10-12
+Provides: fam-devel = 2.6.10-12
 
 %description devel
 This C library provides an API and ABI compatible file alteration
@@ -44,7 +44,7 @@ daemon.
 %package python
 Summary: Python bindings for the gamin library
 Group: Development/Libraries
-Requires: gamin = %{version}
+Requires: gamin = %{version}-%{release}
 
 %description python
 The gamin-python package contains a module that allow monitoring of
@@ -81,7 +81,7 @@ make %{?_smp_mflags}
 %install
 rm -fr %{buildroot}
 
-%makeinstall
+make install DESTDIR=%{buildroot} INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 
 %clean
@@ -94,7 +94,7 @@ rm -fr %{buildroot}
 %files
 %defattr(-, root, root, -)
 
-%doc AUTHORS ChangeLog NEWS README Copyright TODO
+%doc AUTHORS ChangeLog NEWS README Copyright TODO COPYING
 %doc doc/*.html
 %doc doc/*.gif
 %doc doc/*.txt
@@ -116,6 +116,10 @@ rm -fr %{buildroot}
 %doc doc/python.html
 
 %changelog
+* Wed Mar  3 2010 Tomas Bzatek <tbzatek at redhat.com> - 0.1.10-7
+- Further cleanup for package review (#225776)
+- Fix source URL
+
 * Mon Dec 21 2009 Tomas Bzatek <tbzatek at redhat.com> - 0.1.10-6
 - Cleanup for package review (#225776)
 



More information about the scm-commits mailing list