rpms/font-manager/F-11 font-manager.spec,1.3,1.4 sources,1.4,1.5

Jean-Francois Saucier jfsaucier at fedoraproject.org
Fri Jun 18 18:18:14 UTC 2010


Author: jfsaucier

Update of /cvs/pkgs/rpms/font-manager/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29976

Modified Files:
	font-manager.spec sources 
Log Message:
Upgrade to 0.5.4-5


Index: font-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/font-manager/F-11/font-manager.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- font-manager.spec	3 Jun 2010 23:54:26 -0000	1.3
+++ font-manager.spec	18 Jun 2010 18:18:14 -0000	1.4
@@ -1,19 +1,11 @@
-# Disable the generation of useless debuginfo for the context of this
-# generally noarch package (at least to me)
-%global         debug_package %{nil}
-
 Name:           font-manager
 Version:        0.5.4
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        A font management application for the GNOME desktop environment
 Group:          Applications/Publishing
 License:        GPLv3+
 URL:            http://code.google.com/p/font-manager
 Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
-
-# Patch to fix the libdir on x86_64
-Patch0:         font-manager-0.5.4-fix-libdir.patch
-
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # Explicit dependencies required because there is no automatic dependencies
@@ -31,16 +23,19 @@ Enlightenment, and even KDE.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure
+%configure --enable-debuginfo
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-manager.desktop
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-sampler.desktop
+
+# Make file executable to be picked up by find-debuginfo.sh
+chmod +x $RPM_BUILD_ROOT%{_libdir}/font-manager/_fontutils.so
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,9 +47,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/font-sampler
 %{_libdir}/font-manager/
 %{_datadir}/font-manager/
-%{_datadir}/applications/font-manager.desktop
+%{_datadir}/applications/
 
 %changelog
+* Fri Jun 18 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.5.4-5
+- Include upstream patch for debuginfo and compilation issue
+
+* Tue Jun  8 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.5.4-4
+- Fix library issue
+- Fix compilation issue with Fedora
+- Fix the creation of a useful debuginfo package
+
 * Thu Jun  3 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.5.4-3
 - Include some fixes by upstream for the compilation error on x86_64
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/font-manager/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	3 Jun 2010 23:54:26 -0000	1.4
+++ sources	18 Jun 2010 18:18:14 -0000	1.5
@@ -1 +1 @@
-4fc07c41176a135c352e6e6ae790e432  font-manager-0.5.4.tar.bz2
+6c066ed4ffda83d022f2aaf014bd1527  font-manager-0.5.4.tar.bz2



More information about the scm-commits mailing list