rpms/python-inotify/F-8 .cvsignore, 1.4, 1.5 python-inotify.spec, 1.5, 1.6 sources, 1.4, 1.5

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Jun 22 21:07:37 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/python-inotify/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27797/F-8

Modified Files:
	.cvsignore python-inotify.spec sources 
Log Message:
sync with rawhide.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	16 Jun 2008 11:38:51 -0000	1.4
+++ .cvsignore	22 Jun 2008 21:06:48 -0000	1.5
@@ -1 +1 @@
-pyinotify-0.8.0q.tar.gz
+pyinotify-0.8.0r.tar.gz


Index: python-inotify.spec
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/F-8/python-inotify.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-inotify.spec	16 Jun 2008 11:38:51 -0000	1.5
+++ python-inotify.spec	22 Jun 2008 21:06:48 -0000	1.6
@@ -5,15 +5,16 @@
 Summary:       Monitor filesystem events with Python under Linux
 Name:          python-inotify
 Version:       0.8.0
-Release:       1.q%{?dist}
+Release:       3.r%{?dist}
 License:       GPLv2
 Group:         Development/Libraries
 URL:           http://trac.dbzteam.org/pyinotify
 # Go here to browse tarballs:
 # http://git.dbzteam.org/?p=pyinotify.git;a=summary
-# Current tarball (Version 0.8.0q released): 
-# http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=c36bdd432b56f0d9a329c918c0a3a0110d59f5c4;sf=tgz
-Source0:       %{oname}-%{version}q.tar.gz
+# Current tarball (Documentation 2008-06-06): 
+# http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=6253a716008486c1864f4416916bb2fe1387498c;sf=tgz
+Source0:       %{oname}-%{version}r.tar.gz
+Source1:       %{oname}
 BuildRequires: python-devel
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -51,6 +52,8 @@
 %{__install} -d %{buildroot}%{_datadir}/%{name}
 %{__cp} -a loop.py chain.py daemon.py loop.py not_quiet.py stats.py \
     stats_threaded.py transient_file.py %{buildroot}%{_datadir}/%{name}
+%{__install} -D -m 0755 -p %{SOURCE1} %{buildroot}%{_bindir}/%{oname}
+%{__chmod} 0755 %{buildroot}%{python_sitelib}/%{oname}.py
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -59,12 +62,20 @@
 %defattr(-, root, root, -)
 %doc ChangeLog NEWS
 %{python_sitelib}/%{oname}*
+%{_bindir}/%{oname}
 
 %files examples
 %doc docstrings/*
 %{_datadir}/%{name}
 
 %changelog
+* Sun Jun 22 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.8.0-3.r
+- rebuild 
+
+* Tue Jun 17 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.8.0-2.r
+- 0.8.0r
+- add wrapper in /usr/bin
+
 * Mon Jun 16 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.8.0-1.q
 - 0.8.0q
 - Update url, license and source url


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	16 Jun 2008 11:38:51 -0000	1.4
+++ sources	22 Jun 2008 21:06:48 -0000	1.5
@@ -1 +1,2 @@
-7e112ae6e7893046a840fffaf7b7d8b0  pyinotify-0.8.0q.tar.gz
+9a4f1dbd2f28942d821b90f87196c8a2  pyinotify-0.8.0r.tar.gz
+42e18532df53731035d08fcbc94140aa  pyinotify




More information about the fedora-extras-commits mailing list