rpms/fontypython/devel .cvsignore, 1.2, 1.3 fontypython.spec, 1.4, 1.5 sources, 1.2, 1.3 fontypython.desktop, 1.2, NONE

Tom Callaway spot at fedoraproject.org
Mon Sep 15 21:39:05 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/fontypython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25143

Modified Files:
	.cvsignore fontypython.spec sources 
Removed Files:
	fontypython.desktop 
Log Message:
update to 0.3.6, fix FTBFS


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fontypython/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Dec 2006 16:14:32 -0000	1.2
+++ .cvsignore	15 Sep 2008 21:38:33 -0000	1.3
@@ -1 +1 @@
-fontypython-0.2.0.tar.gz
+fontypython-0.3.6.tar.gz


Index: fontypython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fontypython/devel/fontypython.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fontypython.spec	22 May 2008 19:27:16 -0000	1.4
+++ fontypython.spec	15 Sep 2008 21:38:33 -0000	1.5
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           fontypython
-Version:        0.2.0
-Release:        7%{?dist}
+Version:        0.3.6
+Release:        1%{?dist}
 Summary:        TTF font manager
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            https://savannah.nongnu.org/projects/fontypython/
 Source0:        http://download.savannah.nongnu.org/releases/fontypython/%{name}-%{version}.tar.gz
-Source1:        %{name}.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -38,11 +37,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+sed -i 's|fontypython.png|fontypython|g' ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 desktop-file-install --vendor="fedora"                          \
         --dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        %{SOURCE1}
-mkdir ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
-cp -p fontypython/things/fplogo.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
+        --delete-original                                       \
+        ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 mv ${RPM_BUILD_ROOT}%{_bindir}/fp ${RPM_BUILD_ROOT}%{_bindir}/fontypython
 
 %clean
@@ -53,12 +52,23 @@
 %defattr(-,root,root,-)
 %{_bindir}/fontypython
 %{_datadir}/applications/fedora-%{name}.desktop
-%{_datadir}/pixmaps/fplogo.png
+%{_datadir}/pixmaps/fontypython.png
 %doc README COPYING 
+%dir %{python_sitelib}/fontypythonmodules/
+%{python_sitelib}/fontypythonmodules/*.py*
+%{python_sitelib}/fontypythonmodules/help/
+%{python_sitelib}/fontypythonmodules/pofiles/
+%{python_sitelib}/fontypythonmodules/things/
+%dir %{python_sitelib}/fontypythonmodules/locale/
+%lang(fr) %{python_sitelib}/fontypythonmodules/locale/fr/
+%lang(it) %{python_sitelib}/fontypythonmodules/locale/it/
+%{python_sitelib}/%{name}-%{version}-py*.egg-info
 
-%{python_sitelib}/*
 
 %changelog
+* Mon Sep 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.6-1
+- update to 0.3.6
+
 * Thu May 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2.0-7
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fontypython/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Dec 2006 16:14:32 -0000	1.2
+++ sources	15 Sep 2008 21:38:33 -0000	1.3
@@ -1 +1 @@
-7ab01bdffe925bb243af984b000bd635  fontypython-0.2.0.tar.gz
+bb0dcc33311cf47ba2eb80439c9b6106  fontypython-0.3.6.tar.gz


--- fontypython.desktop DELETED ---




More information about the Fedora-fonts-bugs-list mailing list