]> git.pld-linux.org Git - packages/apport.git/commitdiff
- update to 1.108
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Apr 2008 09:43:43 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apport.spec -> 1.10

apport.spec

index dcafce19b0a33c0f4ba8c3833c19447d0cea4b4f..c7dab4486ab256d8a367869d544abd31faf7fd3b 100644 (file)
@@ -1,15 +1,13 @@
 Summary:       Read, write, and modify problem reports
 Name:          apport
-Version:       0.107
-Release:       2
+Version:       0.108
+Release:       0.1
 License:       GPL
 Group:         Applications/System
 Source0:       https://launchpad.net/ubuntu/hardy/+source/apport/%{version}/+files/%{name}_%{version}.tar.gz
-# Source0-md5: 774dd4a28814b13bfbf5870abd5a65a8
+# Source0-md5: fce254253ad9a5f3d1dab91b48a82e5e
 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
@@ -89,8 +87,6 @@ happen with normal user privileges.
 %prep
 %setup -qc
 mv ubuntu/* .
-%patch0 -p1
-%patch1 -p1
 
 # only used by debian
 rm apport/packaging.py
@@ -127,7 +123,9 @@ install debian/apport.cron.daily $RPM_BUILD_ROOT/etc/cron.daily/apport
 install -d $RPM_BUILD_ROOT/var/crash
 # install initscript
 install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
-install %SOURCE1 $RPM_BUILD_ROOT/etc/rc.d/init.d/apport
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/apport
+
+rm -f $RPM_BUILD_ROOT%{_docdir}/apport/package-hooks.txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -149,6 +147,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
+%doc doc/package-hooks.txt
 %dir /var/crash
 %{_mandir}/man1/*
 %{_iconsdir}/hicolor/*/apps/apport.svg
This page took 0.053286 seconds and 4 git commands to generate.