SPECS: apport.spec - R: python-launchpad-bugs - prepare sources in...

glen glen at pld-linux.org
Thu Apr 24 11:28:50 CEST 2008


Author: glen                         Date: Thu Apr 24 09:28:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- R: python-launchpad-bugs
- prepare sources in %prep
- use sane builddir

---- Files affected:
SPECS:
   apport.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/apport.spec
diff -u SPECS/apport.spec:1.8 SPECS/apport.spec:1.9
--- SPECS/apport.spec:1.8	Thu Apr 24 10:53:51 2008
+++ SPECS/apport.spec	Thu Apr 24 11:28:45 2008
@@ -22,6 +22,7 @@
 Requires(post,postun):	shared-mime-info
 Requires(post,preun):	/sbin/chkconfig
 Requires:	lsb-release
+Requires:	python-launchpad-bugs
 Requires:	python-rpm
 Requires:	rc-scripts
 Requires:	yum
@@ -38,7 +39,7 @@
 This package also provides apport's python libraries and a command
 line frontend for browsing and handling the crash reports.
 
-See https://wiki.ubuntu.com/AutomatedProblemReports for more
+See <https://wiki.ubuntu.com/AutomatedProblemReports> for more
 information.
 
 %package gtk
@@ -87,22 +88,26 @@
 happen with normal user privileges.
 
 %prep
-%setup -q -n ubuntu
+%setup -qc
+mv ubuntu/* .
 %patch0 -p1
 %patch1 -p1
 
-%build
 # only used by debian
 rm apport/packaging.py
+
+# set up the packaging backend
+cp backends/packaging_rpm.py apport
+cp %{SOURCE2} apport/packaging_pld.py
+ln -s packaging_pld.py apport/packaging_impl.py
+
+%build
 python setup.py build
 %{__make} -C po
 %{__make} -C gtk
 %{__make} -C qt4
+
 #%{__make} -C doc
-# set up the packaging backend
-cp backends/packaging_rpm.py apport
-cp %SOURCE2 apport/packaging_pld.py
-ln -s packaging_pld.py apport/packaging_impl.py
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -198,6 +203,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008-04-24 09:28:45  glen
+- R: python-launchpad-bugs
+- prepare sources in %prep
+- use sane builddir
+
 Revision 1.8  2008-04-24 08:53:51  glen
 - fix mess in scriptlets
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apport.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list