- 0.8.8
This commit is contained in:
parent
6ab46e7f78
commit
b14b7f1ed3
@ -1 +1 @@
|
||||
pyinotify-0.8.6-20090518.tar.bz2
|
||||
pyinotify-0.8.8.tar.gz
|
||||
|
@ -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 usage of the Python inotify module,
|
||||
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@ntnu.no> - 0.8.8-1
|
||||
- 0.8.8
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2.git20090518
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user