rpms/font-manager/devel font-manager-0.4.3-adjust-python-optimization.patch, NONE, 1.1 font-manager.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jean-Francois Saucier jfsaucier at fedoraproject.org
Thu Jan 28 02:40:29 UTC 2010


Author: jfsaucier

Update of /cvs/pkgs/rpms/font-manager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12895/devel

Modified Files:
	.cvsignore sources 
Added Files:
	font-manager-0.4.3-adjust-python-optimization.patch 
	font-manager.spec import.log 
Log Message:
Initial import (#551878).

font-manager-0.4.3-adjust-python-optimization.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE font-manager-0.4.3-adjust-python-optimization.patch ---
diff -up font-manager-0.4.3/src/Makefile.am.orig font-manager-0.4.3/src/Makefile.am
--- font-manager-0.4.3/src/Makefile.am.orig	2010-01-17 15:24:31.085614645 -0500
+++ font-manager-0.4.3/src/Makefile.am	2010-01-17 15:25:36.630577979 -0500
@@ -9,7 +9,7 @@ config.py: config.py.in
 
 all: config.py
 	@python -m compileall .
-	@python -OO -m compileall .
+	@python -O -m compileall .
 
 install: make-install-dirs
 	install -m 644 *.py{,c,o} $(DESTDIR)$(prefix)/share/font-manager/
diff -up font-manager-0.4.3/src/Makefile.in.orig font-manager-0.4.3/src/Makefile.in
--- font-manager-0.4.3/src/Makefile.in.orig	2010-01-17 15:24:25.766580472 -0500
+++ font-manager-0.4.3/src/Makefile.in	2010-01-17 15:25:29.617579739 -0500
@@ -303,7 +303,7 @@ config.py: config.py.in
 
 all: config.py
 	@python -m compileall .
-	@python -OO -m compileall .
+	@python -O -m compileall .
 
 install: make-install-dirs
 	install -m 644 *.py{,c,o} $(DESTDIR)$(prefix)/share/font-manager/


--- NEW FILE font-manager.spec ---
Name:           font-manager
Version:        0.4.3
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
BuildRequires:  python desktop-file-utils

%description
Font Manager is an application that allows users to easily manage fonts
on their system.

Although designed with the GNOME desktop environment in mind, it should
work well with most major desktop environments such as XFCE,
Enlightenment, and even KDE.

%prep
%setup -q
%patch0 -p1

%build
%configure
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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING TODO README
%{_bindir}/font-manager
%{_datadir}/font-manager/
%{_datadir}/applications/font-manager.desktop

%changelog
* Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.4.3-1
- Update to new upstream version
- Remove patches as they are not necessary anymore
- Adjust python optimization

* Wed Jan  6 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.4.2-5
- Fix license string
- Fix upstream Makefile to include *.py file with *.pyc and *.pyo

* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.4.2-4
- Fix permission problem on .desktop file directly with a patch

* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.4.2-3
- Fix permission problem on .desktop file
- Fix wildcards problem in file section

* Sun Jan  3 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.4.2-2
- Fix as per the recommendations on bug #551878

* Sat Jan  2 2010 Jean-Francois Saucier <jfsaucier at infoglobe.ca> - 0.4.2-1
- Initial build for Fedora


--- NEW FILE import.log ---
font-manager-0_4_3-1_fc12:HEAD:font-manager-0.4.3-1.fc12.src.rpm:1264646421


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/font-manager/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Jan 2010 05:06:48 -0000	1.1
+++ .cvsignore	28 Jan 2010 02:40:28 -0000	1.2
@@ -0,0 +1 @@
+font-manager-0.4.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/font-manager/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Jan 2010 05:06:48 -0000	1.1
+++ sources	28 Jan 2010 02:40:29 -0000	1.2
@@ -0,0 +1 @@
+0ac789e66a73d413ef732e6c4757b79e  font-manager-0.4.3.tar.bz2



More information about the scm-commits mailing list