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

Sebastian Dziallas sdz at fedoraproject.org
Sun Jul 11 15:09:54 UTC 2010


Author: sdz

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

Modified Files:
	sources sugar-datastore.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-datastore/EL-6/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	1 Oct 2009 22:09:22 -0000	1.18
+++ sources	11 Jul 2010 15:09:54 -0000	1.19
@@ -1 +1 @@
-b44e1cfda7bcc9c107401b620ead4f22  sugar-datastore-0.86.1.tar.bz2
+631f8f5036515db8ccd5f6926e588b34  sugar-datastore-0.88.0.tar.bz2


Index: sugar-datastore.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-datastore/EL-6/sugar-datastore.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sugar-datastore.spec	1 Oct 2009 22:09:22 -0000	1.24
+++ sugar-datastore.spec	11 Jul 2010 15:09:54 -0000	1.25
@@ -1,22 +1,14 @@
-%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
-
-%define commitid e999c1c1e1
-%define alphatag 20090130git%{commitid}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name: sugar-datastore
-Version: 0.86.1
+Version: 0.88.0
 Release: 1%{?dist}
 #Release: 2.%{alphatag}%{?dist}
-
 Summary: Sugar Datastore
 
 Group: Development/Libraries
 License: GPLv2+
 URL: http://sugarlabs.org/
-# git clone git://dev.laptop.org/sugar
-# cd sugar
-# git-checkout %{commitid}
-#Source0: %{name}-%{version}-git%{commitid}.tar.bz2
 Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,14 +30,17 @@ may become unavailable at times
 
 %build
 %configure
-make
+make %{?_smp_mflags} V=1
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
+
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -55,8 +50,26 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/services/*.service
 
 %changelog
-* Tue Oct 01 2009 Simon Schampijer <simon at schampijer.de> - 0.86.1-1
-- Screenshot file is not deleted #1445
+* Mon Mar 29 2010 Peter Robinson <pbrobinson at gmail.com> - 0.88.0-1
+- New upstream stable 0.88.0 release
+
+* Wed Mar 10 2010 Sebastian Dziallas <sebastian at when.com> - 0.87.4-1
+- New upstream release
+
+* Tue Mar 09 2010 Sebastian Dziallas <sebastian at when.com> - 0.87.3-1
+- #1787 rebuild index on migration
+
+* Sat Jan  9 2010 Peter Robinson <pbrobinson at gmail.com> - 0.87.2-2
+- Updated to the new python sysarch spec file reqs
+
+* Wed Dec 23 2009 Sebastian Dziallas <sebastian at when.com> - 0.87.2-1
+- New upstream release
+
+* 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
 
 * Sun Sep 27 2009 Sebastian Dziallas <sebastian at when.com> - 0.86.0-1
 - New upstream release



More information about the scm-commits mailing list