rpms/smart/devel smart.spec,1.32,1.33

Axel Thimm athimm at fedoraproject.org
Mon Aug 25 08:17:55 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/smart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12865/devel

Modified Files:
	smart.spec 
Log Message:
Rebase patch to 1.0 to avoid fuzz=0 rejection on recent rpm.


Index: smart.spec
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- smart.spec	24 Aug 2008 08:43:30 -0000	1.32
+++ smart.spec	25 Aug 2008 08:17:25 -0000	1.33
@@ -7,7 +7,7 @@
 Summary: Next generation package handling tool
 Name: smart
 Version: 1.0
-Release: 52%{?dist}
+Release: 53%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -17,7 +17,7 @@
 Source3: smart.desktop
 Source4: distro.py
 Source5: ksmarttray.desktop
-Patch0: smart-0.42-autofs5fix.patch
+Patch0: smart-1.0-autofs5fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel >= 2.3
 BuildRequires: desktop-file-utils
@@ -25,7 +25,7 @@
 %if %{with ksmarttray}
 BuildRequires: autoconf, automake, gcc-c++
 BuildRequires: libXt-devel, libXext-devel
-BuildRequires: qt-devel >= 1:3.2, kdelibs-devel
+BuildRequires: qt-devel >= 1:3.2, kdelibs3-devel
 BuildRequires: zlib-devel
 %endif
 #Requires: python-abi = %(python -c "import sys ; print sys.version[:3]")
@@ -149,11 +149,11 @@
 # too
 
 echo "%%defattr(-,root,root,-)" > %{name}.fileslist
-find %{buildroot}%{python_sitearch}/smart -type d \
+find %{buildroot}%{python_sitearch}/smart* -type d \
   | grep -v %{python_sitearch}/smart/interfaces/gtk \
   | sed -e's,%{buildroot},%%dir ,' \
   >> %{name}.fileslist
-find %{buildroot}%{python_sitearch}/smart \! -type d \
+find %{buildroot}%{python_sitearch}/smart* \! -type d \
   | grep -v %{python_sitearch}/smart/interfaces/gtk \
   | sed -e's,%{buildroot},,' \
   >> %{name}.fileslist
@@ -203,6 +203,9 @@
 %endif
 
 %changelog
+* Sun Aug 24 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.0-53
+- Rebase patch to 1.0 to avoid fuzz=0 rejection on recent rpm.
+
 * Fri Aug 15 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 1.0-52
 - Update to 1.0.
 - Remove automake version patch.




More information about the fedora-extras-commits mailing list