rpms/sugar-base/EL-6 sources,1.18,1.19 sugar-base.spec,1.24,1.25

Sebastian Dziallas sdz at fedoraproject.org
Sun Jul 11 15:10:21 UTC 2010


Author: sdz

Update of /cvs/pkgs/rpms/sugar-base/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11593

Modified Files:
	sources sugar-base.spec 
Log Message:
use F-13 files as base for EL-6 (we want Sugar 0.88)



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-base/EL-6/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	25 Sep 2009 18:41:31 -0000	1.18
+++ sources	11 Jul 2010 15:10:21 -0000	1.19
@@ -1 +1 @@
-320f418a4f38d4c15402ff80b7845ab1  sugar-base-0.86.0.tar.bz2
+a51210ef1ad1c64ac7508ef6fa260c53  sugar-base-0.88.0.tar.bz2


Index: sugar-base.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-base/EL-6/sugar-base.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sugar-base.spec	25 Sep 2009 18:41:31 -0000	1.24
+++ sugar-base.spec	11 Jul 2010 15:10:21 -0000	1.25
@@ -1,10 +1,9 @@
-%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Summary: Base Sugar library
 Name: sugar-base
-Version: 0.86.0
+Version: 0.88.0
 Release: 1%{?dist}
-#Release: 2.%{alphatag}%{?dist}
 URL: http://sugarlabs.org/
 Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
 License: LGPLv2
@@ -31,22 +30,43 @@ activities.
 
 %build
 %configure
-make
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
+
 %find_lang %name
 
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+
 %clean
 rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-
 %{python_sitelib}/*
 
 %changelog
+* Tue Mar 20 2010 Peter Robinson <pbrobinson at gmail.com> - 0.88.0-1
+- New upstream stable 0.88.0 release
+
+* Thu Feb 11 2010 Sebastian Dziallas <sebastian at when.com> - 0.87.3-1
+- New upstream release
+
+* Wed Jan 13 2010 Mathieu Bridon <bochecha at fedoraproject.org> 0.87.2-1
+- New upstream release
+
+* Sat Jan  9 2010 Peter Robinson <pbrobinson at gmail.com> - 0.87.1-3
+- Updated to the new python sysarch spec file reqs
+
+* Fri Dec 18 2009 Peter Robinson <pbrobinson at gmail.com> 0.87.1-2
+- Remove libtool archives
+
+* Tue Dec 01 2009 Sebastian Dziallas <sebastian at when.com> - 0.87.1-1
+- New upstream release
+
 * Fri Sep 25 2009 Mathieu Bridon <bochecha at fedoraproject.org> - 0.86.0-1
 - New upstream release
 



More information about the scm-commits mailing list