- 0.8.0r
- add wrapper in /usr/bin
This commit is contained in:
parent
f3a87dfe07
commit
6748747fd5
@ -1 +1 @@
|
||||
pyinotify-0.8.0q.tar.gz
|
||||
pyinotify-0.8.0r.tar.gz
|
||||
|
@ -5,15 +5,16 @@
|
||||
Summary: Monitor filesystem events with Python under Linux
|
||||
Name: python-inotify
|
||||
Version: 0.8.0
|
||||
Release: 1.q%{?dist}
|
||||
Release: 2.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 @@ done
|
||||
%{__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,17 @@ done
|
||||
%defattr(-, root, root, -)
|
||||
%doc ChangeLog NEWS
|
||||
%{python_sitelib}/%{oname}*
|
||||
%{_bindir}/%{oname}
|
||||
|
||||
%files examples
|
||||
%doc docstrings/*
|
||||
%{_datadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Jun 17 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-2.r
|
||||
- 0.8.0r
|
||||
- add wrapper in /usr/bin
|
||||
|
||||
* Mon Jun 16 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-1.q
|
||||
- 0.8.0q
|
||||
- Update url, license and source url
|
||||
|
Loading…
Reference in New Issue
Block a user