rpms/libprojectM/F-13 README.libprojectM, NONE, 1.1 import.log, 1.10, 1.11 libprojectM.spec, 1.11, 1.12

Jameson Pugh imntreal at fedoraproject.org
Sat May 22 16:25:03 UTC 2010


Author: imntreal

Update of /cvs/pkgs/rpms/libprojectM/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10229/F-13

Modified Files:
	import.log libprojectM.spec 
Added Files:
	README.libprojectM 
Log Message:
Don't add unneeded fonts directory
Add instructions on upgrading from -3



--- NEW FILE README.libprojectM ---
When upgrading from libprojectM-2.0.1-3 and earlier, you should make sure that the projectM configuration files in home directories point to the correct font files.  You can do this with the following command:
sed -i 's/projectM\/fonts/fonts\/bitstream-vera/g' /home/*/.projectM/config.inp

If you access libprojectM from more than one user, you will need to run this command as root.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-13/import.log,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- import.log	10 Apr 2010 15:57:18 -0000	1.10
+++ import.log	22 May 2010 16:25:03 -0000	1.11
@@ -8,3 +8,4 @@ libprojectM-2_0_1-1_fc12:HEAD:libproject
 libprojectM-2_0_1-2_fc12:HEAD:libprojectM-2.0.1-2.fc12.src.rpm:1263682561
 libprojectM-2_0_1-3_fc12:HEAD:libprojectM-2.0.1-3.fc12.src.rpm:1265639585
 libprojectM-2_0_1-4_fc12:F-13:libprojectM-2.0.1-4.fc12.src.rpm:1270915017
+libprojectM-2_0_1-5_fc12:F-13:libprojectM-2.0.1-5.fc12.src.rpm:1274545483


Index: libprojectM.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libprojectM/F-13/libprojectM.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- libprojectM.spec	10 Apr 2010 15:57:18 -0000	1.11
+++ libprojectM.spec	22 May 2010 16:25:03 -0000	1.12
@@ -1,11 +1,12 @@
 Name:		libprojectM
 Version:	2.0.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	The libraries for the projectM music visualization plugin
 Group:		Applications/Multimedia
 License:	LGPLv2+
 URL:		http://projectm.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/projectm/%{name}-%{version}.tar.bz2
+Source1:	README.libprojectM
 #Remove fonts from package:
 Patch0:		libprojectM-fonts.patch
 #Bump soname
@@ -39,6 +40,7 @@ developing applications that use %{name}
 %patch1 -p1
 %patch2 -p1
 sed -i 's/\r//' ChangeLog
+cp -f %{SOURCE1} README.fedora
 
 %build
 %cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} .
@@ -49,7 +51,6 @@ make %{?_smp_mflags} VERBOSE=1
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
-mkdir $RPM_BUILD_ROOT/%{_datadir}/projectM/fonts
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog
+%doc ChangeLog README.fedora
 %{_libdir}/*.so.*
 %{_datadir}/projectM
 
@@ -72,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri May 21 2010 Jameson Pugh (imntreal at gmail.com) - 2.0.1-5
+- Don't create fonts directory
+- Add a README.fedora for instructions on upgrading from -3
+
 * Mon Apr 05 2010 Jameson Pugh (imntreal at gmail.com) - 2.0.1-4
 - Got rid of font symlinks
 



More information about the scm-commits mailing list