- Spec file cleanups
This commit is contained in:
parent
dff16ea35d
commit
e2d452ec2b
@ -1,4 +1,3 @@
|
|||||||
%define pyver %(python -c 'import sys ; print sys.version[:3]')
|
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")}
|
||||||
|
|
||||||
%define pyrex_versio 0.9.3
|
%define pyrex_versio 0.9.3
|
||||||
@ -7,13 +6,13 @@
|
|||||||
Summary: D-Bus Python Bindings
|
Summary: D-Bus Python Bindings
|
||||||
Name: dbus-python
|
Name: dbus-python
|
||||||
Version: 0.70
|
Version: 0.70
|
||||||
Release: 1
|
Release: 2
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||||
Patch0: dbus-python-0.70-fix-binary-modules-dir.patch
|
Patch0: dbus-python-0.70-fix-binary-modules-dir.patch
|
||||||
License: AFL/GPL
|
License: AFL/GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
BuildRequires: Pyrex >= %{pyrex_version}
|
BuildRequires: Pyrex >= %{pyrex_version}
|
||||||
Obsoletes: dbus-python < 0.90
|
Obsoletes: dbus-python < 0.90
|
||||||
@ -47,5 +46,8 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitelib}/dbus/*.py*
|
%{python_sitelib}/dbus/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-2
|
||||||
|
- Spec file cleanups
|
||||||
|
|
||||||
* Mon Jul 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-1
|
* Mon Jul 17 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-1
|
||||||
- Initial package import
|
- Initial package import
|
||||||
|
Loading…
Reference in New Issue
Block a user