rpms/python-inotify/devel pyinotify, NONE, 1.1 .cvsignore, 1.5, 1.6 python-inotify.spec, 1.9, 1.10 sources, 1.6, 1.7

Terje Røsten terjeros at fedoraproject.org
Sun Feb 8 18:19:41 UTC 2009


Author: terjeros

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

Modified Files:
	.cvsignore python-inotify.spec sources 
Added Files:
	pyinotify 
Log Message:
* Sat Feb  8 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.8.1-1.git20090208
- 0.8.1



--- NEW FILE pyinotify ---
#! /bin/bash
#

python -m pyinotify "$@"



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Jun 2008 20:41:18 -0000	1.5
+++ .cvsignore	8 Feb 2009 18:19:11 -0000	1.6
@@ -1 +1 @@
-pyinotify-0.8.0r.tar.gz
+pyinotify-0.8.1-20090208.tar.bz2


Index: python-inotify.spec
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/devel/python-inotify.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-inotify.spec	29 Nov 2008 15:36:03 -0000	1.9
+++ python-inotify.spec	8 Feb 2009 18:19:11 -0000	1.10
@@ -1,19 +1,21 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
 
-%define oname pyinotify
+%define oname  pyinotify
+%define git    beba626
+%define date   20090208
 
 Summary:       Monitor filesystem events with Python under Linux
 Name:          python-inotify
-Version:       0.8.0
-Release:       4.r%{?dist}
+Version:       0.8.1
+Release:       1.git%{date}%{?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 (Documentation 2008-06-06): 
-# http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=6253a716008486c1864f4416916bb2fe1387498c;sf=tgz
-Source0:       %{oname}-%{version}r.tar.gz
+# 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
 Source1:       %{oname}
 BuildRequires: python-devel
 BuildArch:     noarch
@@ -36,7 +38,8 @@
 extensive documentation is also included.
 
 %prep
-%setup -q -n %{oname}
+%setup -q -n %{oname}-%{version}
+
 for f in ChangeLog ; do
     mv $f $f.iso88591
     iconv -o $f -f iso88591 -t utf8 $f.iso88591
@@ -65,10 +68,14 @@
 %{_bindir}/%{oname}
 
 %files examples
+%defattr(-, root, root, -)
 %doc docstrings/*
 %{_datadir}/%{name}
 
 %changelog
+* Sat Feb  8 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.8.1-1.git20090208
+- 0.8.1
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.0-4.r
 - Rebuild for Python 2.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-inotify/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	22 Jun 2008 20:48:33 -0000	1.6
+++ sources	8 Feb 2009 18:19:11 -0000	1.7
@@ -1,2 +1 @@
-9a4f1dbd2f28942d821b90f87196c8a2  pyinotify-0.8.0r.tar.gz
-42e18532df53731035d08fcbc94140aa  pyinotify
+3a44b362fad497d30e92871620cfa5e0  pyinotify-0.8.1-20090208.tar.bz2




More information about the fedora-extras-commits mailing list