rpms/font-manager/devel .cvsignore, 1.3, 1.4 font-manager.spec, 1.2, 1.3 sources, 1.3, 1.4

Jean-Francois Saucier jfsaucier at fedoraproject.org
Thu Jun 3 01:02:13 UTC 2010


Author: jfsaucier

Update of /cvs/pkgs/rpms/font-manager/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6769

Modified Files:
	.cvsignore font-manager.spec sources 
Log Message:
Update to 0.5.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/font-manager/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	16 Apr 2010 12:25:15 -0000	1.3
+++ .cvsignore	3 Jun 2010 01:02:12 -0000	1.4
@@ -1 +1 @@
-font-manager-0.4.4.tar.bz2
+font-manager-0.5.4.tar.bz2


Index: font-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/font-manager/devel/font-manager.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- font-manager.spec	16 Apr 2010 12:25:15 -0000	1.2
+++ font-manager.spec	3 Jun 2010 01:02:12 -0000	1.3
@@ -1,15 +1,20 @@
+# 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.4.4
+Version:        0.5.4
 Release:        1%{?dist}
 Summary:        A font management application for the GNOME desktop environment
-BuildArch:      noarch 
 Group:          Applications/Publishing
 License:        GPLv3+
 URL:            http://code.google.com/p/font-manager
 Source0:        http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
-Patch0:         font-manager-0.4.3-adjust-python-optimization.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Requires:       fontconfig libxml2-python pygtk2
+
+# Explicit dependencies required because there is no automatic dependencies
+# resolution for the python modules.
+Requires:       fontconfig libxml2-python pygtk2 freetype
 BuildRequires:  python desktop-file-utils
 
 %description
@@ -22,7 +27,6 @@ Enlightenment, and even KDE.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -40,10 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_bindir}/font-manager
+%{_bindir}/font-sampler
+%{_libdir}/font-manager/
 %{_datadir}/font-manager/
 %{_datadir}/applications/font-manager.desktop
 
 %changelog
+* Wed Jun  2 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.5.4-1
+- Update to new upstream version
+
 * Wed Apr 14 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.4.4-1
 - Update to new upstream version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/font-manager/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	16 Apr 2010 12:25:16 -0000	1.3
+++ sources	3 Jun 2010 01:02:12 -0000	1.4
@@ -1 +1 @@
-9d866c9d2225a2b32c8470f27c1826cb  font-manager-0.4.4.tar.bz2
+4fc07c41176a135c352e6e6ae790e432  font-manager-0.5.4.tar.bz2



More information about the scm-commits mailing list