rpms/python-inotify/devel .cvsignore, 1.7, 1.8 python-inotify.spec, 1.13, 1.14 sources, 1.8, 1.9

terjeros terjeros at fedoraproject.org
Sun Dec 6 16:28:59 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/python-inotify/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17773

Modified Files:
	.cvsignore python-inotify.spec sources 
Log Message:
* Sun Dec 06 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.8.8-1
- 0.8.8



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	18 May 2009 09:11:23 -0000	1.7
+++ .cvsignore	6 Dec 2009 16:28:59 -0000	1.8
@@ -1 +1 @@
-pyinotify-0.8.6-20090518.tar.bz2
+pyinotify-0.8.8.tar.gz


Index: python-inotify.spec
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/devel/python-inotify.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-inotify.spec	26 Jul 2009 20:28:32 -0000	1.13
+++ python-inotify.spec	6 Dec 2009 16:28:59 -0000	1.14
@@ -1,21 +1,15 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
 
-%define oname  pyinotify
-%define git    affbbb02
-%define date   20090518
+%global oname  pyinotify
 
 Summary:       Monitor filesystem events with Python under Linux
 Name:          python-inotify
-Version:       0.8.6
-Release:       2.git%{date}%{?dist}
+Version:       0.8.8
+Release:       1%{?dist}
 License:       GPLv2+
 Group:         Development/Libraries
 URL:           http://trac.dbzteam.org/pyinotify
-# Tarball created by
-# $ git clone http://git.dbzteam.org/pyinotify.git/
-# $ cd pyinotify
-# $ git-archive --format=tar --prefix=%{oname}-%{version}/ %{gitver} | bzip2 > %{oname}-%{version}-%{date}.tar.bz2 
-Source0:       %{oname}-%{version}-%{date}.tar.bz2
+Source0:       http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-%{version}.tar.gz
 Source1:       %{oname}
 BuildRequires: python-devel
 BuildArch:     noarch
@@ -38,9 +32,9 @@ This package includes some examples usag
 extensive documentation is also included.
 
 %prep
-%setup -q -n %{oname}-%{version}
+%setup -q -n %{oname}
 
-for f in ChangeLog ; do
+for f in ChangeLog_old ; do
     mv $f $f.iso88591
     iconv -o $f -f iso88591 -t utf8 $f.iso88591
     rm -f $f.iso88591
@@ -53,8 +47,8 @@ done
 %{__rm} -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 %{__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}
+#{__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
 
@@ -63,7 +57,7 @@ done
 
 %files
 %defattr(-, root, root, -)
-%doc ChangeLog NEWS
+%doc ChangeLog_old NEWS
 %{python_sitelib}/%{oname}*
 %{_bindir}/%{oname}
 
@@ -73,6 +67,9 @@ done
 %{_datadir}/%{name}
 
 %changelog
+* Sun Dec 06 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.8.8-1
+- 0.8.8
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.6-2.git20090518
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	18 May 2009 09:11:23 -0000	1.8
+++ sources	6 Dec 2009 16:28:59 -0000	1.9
@@ -1 +1 @@
-2ef313d58bad2fbdefd6e7378338569b  pyinotify-0.8.6-20090518.tar.bz2
+3c4214f10955e6be0ac2d054efa55cf8  pyinotify-0.8.8.tar.gz




More information about the fedora-extras-commits mailing list