SPECS: python-dbus.spec - cleanup, removed outdated patch - update...
qboosh
qboosh at pld-linux.org
Sat Apr 28 01:01:16 CEST 2007
Author: qboosh Date: Fri Apr 27 23:01:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cleanup, removed outdated patch
- updated deps (newer dbus, no Pyrex)
---- Files affected:
SPECS:
python-dbus.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/python-dbus.spec
diff -u SPECS/python-dbus.spec:1.14 SPECS/python-dbus.spec:1.15
--- SPECS/python-dbus.spec:1.14 Fri Apr 27 22:50:12 2007
+++ SPECS/python-dbus.spec Sat Apr 28 01:01:10 2007
@@ -18,20 +18,20 @@
Group: Libraries
Source0: http://dbus.freedesktop.org/releases/dbus-python/%{rname}-%{version}.tar.gz
# Source0-md5: 2807bc85215c995bd595e01edd9d2077
-#Patch0: dbus-python_fixes.patch
URL: http://www.freedesktop.org/Software/DBusBindings
-BuildRequires: autoconf >= 2.52
+BuildRequires: autoconf >= 2.59c
BuildRequires: automake
BuildRequires: cpp
+BuildRequires: dbus-devel >= 0.93
BuildRequires: dbus-glib-devel >= 0.73
BuildRequires: libtool
BuildRequires: pkgconfig
-BuildRequires: python-Pyrex >= 0.9.4.2
BuildRequires: python-devel >= 1:2.5
BuildRequires: rpmbuild(macros) >= 1.268
BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
Requires: dbus-glib >= 0.73
+Requires: dbus-libs >= 0.93
Requires: python-libxml2 >= 1:2.6.26
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,7 +45,6 @@
%prep
%setup -qn %{rname}-%{version}
-#%patch0 -p1
%build
%configure
@@ -56,8 +55,9 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-
-rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/{,dbus}/{,mainloop}/*.py
+
+%py_postclean
+rm -f $RPM_BUILD_ROOT%{py_sitedir}/_dbus*.la
%clean
rm -rf $RPM_BUILD_ROOT
@@ -74,12 +74,20 @@
%{py_sitescriptdir}/dbus/mainloop/*.py[co]
#%{py_sitedir}/dbus_python-*.egg-info
+# -devel ?
+#%{_includedir}/dbus-1.0/dbus/dbus-python.h
+#%{_pkgconfigdir}/dbus-python.pc
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/04/27 23:01:10 qboosh
+- cleanup, removed outdated patch
+- updated deps (newer dbus, no Pyrex)
+
Revision 1.14 2007/04/27 20:50:12 qboosh
- gpm-friendly Source0 URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-dbus.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list