- add wrapper in /usr/bin
This commit is contained in:
terjeros 2008-06-22 20:41:18 +00:00
parent f3a87dfe07
commit 6748747fd5
3 changed files with 14 additions and 6 deletions

View File

@ -1 +1 @@
pyinotify-0.8.0q.tar.gz pyinotify-0.8.0r.tar.gz

View File

@ -5,15 +5,16 @@
Summary: Monitor filesystem events with Python under Linux Summary: Monitor filesystem events with Python under Linux
Name: python-inotify Name: python-inotify
Version: 0.8.0 Version: 0.8.0
Release: 1.q%{?dist} Release: 2.r%{?dist}
License: GPLv2 License: GPLv2
Group: Development/Libraries Group: Development/Libraries
URL: http://trac.dbzteam.org/pyinotify URL: http://trac.dbzteam.org/pyinotify
# Go here to browse tarballs: # Go here to browse tarballs:
# http://git.dbzteam.org/?p=pyinotify.git;a=summary # http://git.dbzteam.org/?p=pyinotify.git;a=summary
# Current tarball (Version 0.8.0q released): # Current tarball (Documentation 2008-06-06):
# http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=c36bdd432b56f0d9a329c918c0a3a0110d59f5c4;sf=tgz # http://git.dbzteam.org/?p=pyinotify.git;a=snapshot;h=6253a716008486c1864f4416916bb2fe1387498c;sf=tgz
Source0: %{oname}-%{version}q.tar.gz Source0: %{oname}-%{version}r.tar.gz
Source1: %{oname}
BuildRequires: python-devel BuildRequires: python-devel
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -51,6 +52,8 @@ done
%{__install} -d %{buildroot}%{_datadir}/%{name} %{__install} -d %{buildroot}%{_datadir}/%{name}
%{__cp} -a loop.py chain.py daemon.py loop.py not_quiet.py stats.py \ %{__cp} -a loop.py chain.py daemon.py loop.py not_quiet.py stats.py \
stats_threaded.py transient_file.py %{buildroot}%{_datadir}/%{name} 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 %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
@ -59,12 +62,17 @@ done
%defattr(-, root, root, -) %defattr(-, root, root, -)
%doc ChangeLog NEWS %doc ChangeLog NEWS
%{python_sitelib}/%{oname}* %{python_sitelib}/%{oname}*
%{_bindir}/%{oname}
%files examples %files examples
%doc docstrings/* %doc docstrings/*
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %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 * Mon Jun 16 2008 Terje Rosten <terjeros@phys.ntnu.no> - 0.8.0-1.q
- 0.8.0q - 0.8.0q
- Update url, license and source url - Update url, license and source url

View File

@ -1 +1 @@
7e112ae6e7893046a840fffaf7b7d8b0 pyinotify-0.8.0q.tar.gz 9a4f1dbd2f28942d821b90f87196c8a2 pyinotify-0.8.0r.tar.gz