rpms/boinc-client/devel boinc-client.spec,1.10,1.11

Miloš Jakubíček (mjakubicek) fedora-extras-commits at redhat.com
Mon May 12 22:19:35 UTC 2008


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16631/boinc-client/devel

Modified Files:
	boinc-client.spec 
Log Message:
- Do not ship ca-bundle.crt as it is already included in curl.
- Fixed the almost empty debuginfo package (do not strip anything).
- Patches documented according to the guidelines (PatchUpstreamStatus)




Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- boinc-client.spec	3 May 2008 23:15:26 -0000	1.10
+++ boinc-client.spec	12 May 2008 22:18:56 -0000	1.11
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	5.10.45
-Release:	11.%{snap}svn%{?dist}
+Release:	12.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -31,7 +31,9 @@
 Source9:	noexec
 Source10:	unicode
 Source11:	boinc-client
+#This patch should be already applied in the development branch (boinc 6)
 Patch0:		boinc-gcc43.patch
+#http://boinc.berkeley.edu/trac/ticket/647
 Patch1:		boinc-gccflags.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -100,9 +102,9 @@
 
 %build
 %ifarch i386
-%configure --disable-static --enable-unicode --with-boinc-platform=i686-pc-linux-gnu
+%configure --disable-static --enable-unicode --with-boinc-platform=i686-pc-linux-gnu STRIP=:
 %else
-%configure --disable-static --enable-unicode
+%configure --disable-static --enable-unicode STRIP=:
 %endif
 
 
@@ -138,8 +140,8 @@
   mv boinc_gui boincmgr
 popd
 
-mv $RPM_BUILD_ROOT%{_bindir}/ca-bundle.crt \
-  $RPM_BUILD_ROOT%{_localstatedir}/lib/boinc
+rm $RPM_BUILD_ROOT%{_bindir}/ca-bundle.crt
+#because it's already included in curl
 
 install -p -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/%{name}
 install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
@@ -262,6 +264,11 @@
 %{_includedir}/BOINC/*
 
 %changelog
+* Mon May 12 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-12.20080315svn
+- Do not ship ca-bundle.crt as it is already included in curl.
+- Fixed the almost empty debuginfo package (do not strip anything).
+- Patches documented according to the guidelines (PatchUpstreamStatus)
+
 * Sun May 04 2008 Milos Jakubicek <xjakub at fi.muni.cz> - 5.10.45-11.20080315svn
 - Fixed find command because starting with findutils-4.4.0-1.fc10, find 
   returns a non-zero value when "-delete" fails.




More information about the fedora-extras-commits mailing list