rpms/smart/devel .cvsignore, 1.7, 1.8 smart.spec, 1.18, 1.19 sources, 1.8, 1.9

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Mon Feb 5 00:47:33 UTC 2007


Author: athimm

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

Modified Files:
	.cvsignore smart.spec sources 
Log Message:
Adjust checks for autotools; Backbuilds for live distros.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	3 Feb 2007 01:46:56 -0000	1.7
+++ .cvsignore	5 Feb 2007 00:47:01 -0000	1.8
@@ -2,3 +2,4 @@
 smart-0.50-ccache.patch
 smart-0.42-autofs5fix.patch
 ksmarttray.desktop
+smart-0.50-auto.patch


Index: smart.spec
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- smart.spec	3 Feb 2007 02:40:39 -0000	1.18
+++ smart.spec	5 Feb 2007 00:47:01 -0000	1.19
@@ -1,12 +1,10 @@
-%define python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
-
-%bcond_with ksmarttray
+%bcond_without ksmarttray
 %bcond_without pygtk
 
 Summary: Next generation package handling tool
 Name: smart
 Version: 0.50
-Release: 44%{?dist}
+Release: 45%{?dist}
 License: GPL
 Group: Applications/System
 URL: http://labix.org/smart/
@@ -18,6 +16,7 @@
 Source5: ksmarttray.desktop
 Patch0: smart-0.42-autofs5fix.patch
 Patch1: smart-0.50-ccache.patch
+Patch2: smart-0.50-auto.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel >= 2.3
 BuildRequires: desktop-file-utils
@@ -74,6 +73,7 @@
 %setup -q
 %patch0 -p1 -b .autofs5
 %patch1 -p0 -b .ccache
+%patch2 -p1
 # /usr/lib is hardcoded 
 perl -pi -e's,/usr/lib/,%{_libdir}/,' smart/const.py
 
@@ -196,6 +196,9 @@
 %endif
 
 %changelog
+* Mon Feb  5 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.50-45
+- Adjust checks for autotools.
+
 * Mon Jan 22 2007 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.50-44
 - Add ccache fix from svn trunk.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/smart/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	3 Feb 2007 01:46:57 -0000	1.8
+++ sources	5 Feb 2007 00:47:01 -0000	1.9
@@ -2,3 +2,4 @@
 044e7fb260f201b23f6b0554fd70243e  smart-0.50-ccache.patch
 371a72eff80e2e98e37d29275a1f5e9d  smart-0.42-autofs5fix.patch
 3e758faa20a498f27deabb0f773a923d  ksmarttray.desktop
+258ec68f8762e787352f39a9e8414115  smart-0.50-auto.patch




More information about the scm-commits mailing list