rpms/boinc-client/devel boinc-client.spec,1.37,1.38

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Jul 21 23:01:41 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24193

Modified Files:
	boinc-client.spec 
Log Message:
- Do install the new user hints, actually




Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- boinc-client.spec	21 Jul 2009 22:35:45 -0000	1.37
+++ boinc-client.spec	21 Jul 2009 23:01:11 -0000	1.38
@@ -20,6 +20,7 @@ Source0:	boinc-%{version}.tar.bz2
 Source1:	boinc-client-init-d
 Source2:	boinc-client-logrotate-d
 Source3:	boinc-manager.desktop
+Source4:	USAGE_FEDORA
 Source8:	trim
 #Fix the gcc 4.4 at glibc2.10 build
 #Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/854
@@ -150,6 +151,9 @@ sed -i 's/\r//' clientgui/DlgItemPropert
 # We want to install .mo, not .po files, see http://boinc.berkeley.edu/trac/ticket/940
 sed -i 's/BOINC-Manager\.po/BOINC-Manager\.mo/g' locale/Makefile.in
 
+# Install user hints
+install -p -m644 %{SOURCE4} .
+
 %global confflags --disable-dependency-tracking --enable-dynamic-client-linkage --disable-server --disable-fcgi --enable-unicode --with-ssl --with-x STRIP=: DOCBOOK2X_MAN=/usr/bin/db2x_docbook2man
 
 %if %{defined boinc_platform}




More information about the scm-commits mailing list