0.82.0
This commit is contained in:
parent
a76f408773
commit
debecfbf34
@ -1,3 +1 @@
|
|||||||
dbus-python-0.70.tar.gz
|
dbus-python-0.82.0.tar.gz
|
||||||
dbus-python-0.80.1.tar.gz
|
|
||||||
dbus-python-0.80.2.tar.gz
|
|
||||||
|
@ -6,11 +6,10 @@
|
|||||||
|
|
||||||
Summary: D-Bus Python Bindings
|
Summary: D-Bus Python Bindings
|
||||||
Name: dbus-python
|
Name: dbus-python
|
||||||
Version: 0.80.2
|
Version: 0.82.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||||
Patch0: dbus-python-0.80.2-examine-args.patch
|
|
||||||
|
|
||||||
License: AFL/GPL
|
License: AFL/GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -35,7 +34,6 @@ bindings.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p 1 -b .examine-args
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -59,14 +57,9 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%doc COPYING ChangeLog
|
%doc COPYING ChangeLog README NEWS TODO
|
||||||
%docdir /usr/share/doc/dbus-python
|
%doc doc/API_CHANGES.txt doc/HACKING.txt doc/tutorial.txt
|
||||||
%{_docdir}/dbus-python/API_CHANGES.txt
|
%exclude %{_datadir}/doc/dbus-python
|
||||||
%{_docdir}/dbus-python/HACKING.txt
|
|
||||||
%{_docdir}/dbus-python/NEWS
|
|
||||||
%{_docdir}/dbus-python/README
|
|
||||||
%{_docdir}/dbus-python/TODO
|
|
||||||
%{_docdir}/dbus-python/tutorial.txt
|
|
||||||
|
|
||||||
%dir %{python_sitelib}/dbus
|
%dir %{python_sitelib}/dbus
|
||||||
%dir %{python_sitelib}/dbus/mainloop
|
%dir %{python_sitelib}/dbus/mainloop
|
||||||
@ -82,6 +75,10 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/dbus-python.pc
|
%{_libdir}/pkgconfig/dbus-python.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2007 Matthias Clasen <mclasen@redhat.com> - 0.82.0-1
|
||||||
|
- Update to 0.82.0
|
||||||
|
- Put all docs in the usual place
|
||||||
|
|
||||||
* Tue Apr 03 2007 David Zeuthen <davidz@redhat.com> - 0.80.2-3
|
* Tue Apr 03 2007 David Zeuthen <davidz@redhat.com> - 0.80.2-3
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user