rpms/smart/devel smart.spec,1.4,1.5

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Mon Jun 26 14:21:20 UTC 2006


Author: athimm

Update of /cvs/extras/rpms/smart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8169/devel

Modified Files:
	smart.spec 
Log Message:
Fixes forgotten in previous commit.


Index: smart.spec
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smart.spec	26 Jun 2006 11:49:58 -0000	1.4
+++ smart.spec	26 Jun 2006 14:21:20 -0000	1.5
@@ -3,7 +3,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.42
-Release: 32%{?dist}
+Release: 33%{?dist}
 License: GPL
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -12,8 +12,6 @@
 Source2: smart.pam
 Source3: smart.desktop
 Source4: distro.py
-Patch0: smart-0.28-mxddcl.patch
-Patch1: smart-0.41-emptydesc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel >= 2.3
 BuildRequires: desktop-file-utils
@@ -45,9 +43,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .mxddcl
-%patch1 -p0 -b .emptydesc
-
 # /usr/lib is hardcoded 
 perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py
 
@@ -124,6 +119,7 @@
 %{_libdir}/smart
 %{_sysconfdir}/smart
 %{_localstatedir}/lib/smart
+%{_mandir}/man8/smart.8*
 
 %files update
 %defattr(-,root,root,-)
@@ -143,8 +139,9 @@
 %config %{_sysconfdir}/pam.d/smart-root
 
 %changelog
-* Mon Jun 26 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.42-32
+* Mon Jun 26 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.42-33
 - Update to 0.42.
+- Remove unneeded patched that have been applied upstream.
 
 * Thu Apr 20 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.41-31
 - Add virtual smart-config dependency (#175630 comment 13).




More information about the scm-commits mailing list