SPECS: apport.spec - make crash logging and viewing work on PLD - ...

patrys patrys at pld-linux.org
Sun Apr 6 21:59:04 CEST 2008


Author: patrys                       Date: Sun Apr  6 19:59:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make crash logging and viewing work on PLD
- rel 2

---- Files affected:
SPECS:
   apport.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/apport.spec
diff -u SPECS/apport.spec:1.3 SPECS/apport.spec:1.4
--- SPECS/apport.spec:1.3	Sun Apr  6 18:01:24 2008
+++ SPECS/apport.spec	Sun Apr  6 21:58:59 2008
@@ -2,12 +2,15 @@
 Summary:	Read, write, and modify problem reports
 Name:		apport
 Version:	0.106
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/System
 Source0:	https://launchpad.net/ubuntu/hardy/+source/apport/%{version}/+files/%{name}_%{version}.tar.gz
 # Source0-md5:	128c5b362708bc9e54e4bd167075d45d
 Source1:	%{name}.init
+Source2:	%{name}-backend-pld.py
+Patch0:		%{name}-rpm-platform.patch
+Patch1:		%{name}-rpm-deps.patch
 URL:		https://wiki.ubuntu.com/Apport
 BuildRequires:	gettext
 BuildRequires:	intltool
@@ -84,16 +87,21 @@
 
 %prep
 %setup -q -n ubuntu
+%patch0 -p1
+%patch1 -p1
 
 %build
+# only used by debian
+rm apport/packaging.py
 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 backends/packaging_fedora.py apport
-ln -s packaging_fedora.py apport/packaging_impl.py
+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
@@ -193,6 +201,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-04-06 19:58:59  patrys
+- make crash logging and viewing work on PLD
+- rel 2
+
 Revision 1.3  2008-04-06 16:01:24  patrys
 - R: lsb-release
 
================================================================

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



More information about the pld-cvs-commit mailing list