Update to upstream 20070511 Remove some leftover CVS bits Remove useless
.pc file.
This commit is contained in:
parent
8e2a847f36
commit
0c22d01ee2
@ -1,2 +1,2 @@
|
|||||||
fontforge_full-20061220.tar.bz2
|
fontforge_full-20070511.tar.bz2
|
||||||
fontforge_htdocs-20061220.tar.bz2
|
fontforge_htdocs-20070501.tar.bz2
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
%define docs_version 20061220
|
%define docs_version 20070501
|
||||||
%define gettext_package FontForge
|
%define gettext_package FontForge
|
||||||
|
|
||||||
Name: fontforge
|
Name: fontforge
|
||||||
Version: 20061220
|
Version: 20070511
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Outline and bitmap font editor
|
Summary: Outline and bitmap font editor
|
||||||
|
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://fontforge.sourceforge.net/
|
URL: http://fontforge.sourceforge.net/
|
||||||
Source0: http://dl.sf.net/fontforge/fontforge_full-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/fontforge/fontforge_full-%{version}.tar.bz2
|
||||||
Source1: fontforge.desktop
|
Source1: fontforge.desktop
|
||||||
Source2: http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
|
Source2: http://downloads.sourceforge.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: htmlview
|
Requires: htmlview
|
||||||
@ -46,6 +46,7 @@ rm -rf htdocs/scripts
|
|||||||
chmod 644 htdocs/*.gif
|
chmod 644 htdocs/*.gif
|
||||||
chmod 644 htdocs/*.html
|
chmod 644 htdocs/*.html
|
||||||
chmod 644 htdocs/*.png
|
chmod 644 htdocs/*.png
|
||||||
|
rm -rf htdocs/flags/CVS
|
||||||
mkdir cidmaps
|
mkdir cidmaps
|
||||||
tar xzf htdocs/cidmaps.tgz -C cidmaps
|
tar xzf htdocs/cidmaps.tgz -C cidmaps
|
||||||
|
|
||||||
@ -80,7 +81,7 @@ desktop-file-install \
|
|||||||
--add-category X-Fedora \
|
--add-category X-Fedora \
|
||||||
%{SOURCE1}
|
%{SOURCE1}
|
||||||
|
|
||||||
chmod -x $RPM_BUILD_ROOT%{_libdir}/pkgconfig/fontforge.pc
|
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/fontforge.pc
|
||||||
|
|
||||||
# The fontforge makefiles install htdocs as well, but we
|
# The fontforge makefiles install htdocs as well, but we
|
||||||
# prefer to have them under the standard RPM location, so
|
# prefer to have them under the standard RPM location, so
|
||||||
@ -104,7 +105,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc AUTHORS LICENSE htdocs
|
%doc AUTHORS LICENSE htdocs
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/libg*.so.*
|
%{_libdir}/libg*.so.*
|
||||||
%{_libdir}/pkgconfig/fontforge.pc
|
|
||||||
%{_datadir}/applications/*fontforge.desktop
|
%{_datadir}/applications/*fontforge.desktop
|
||||||
%{_datadir}/fontforge
|
%{_datadir}/fontforge
|
||||||
%{_datadir}/pixmaps/fontforge.png
|
%{_datadir}/pixmaps/fontforge.png
|
||||||
@ -112,6 +112,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 7 2007 Kevin Fenzi <kevin@tummy.com> - 20070511-1
|
||||||
|
- Update to upstream 20070511
|
||||||
|
- Remove some leftover CVS bits
|
||||||
|
- Remove useless .pc file.
|
||||||
|
|
||||||
* Fri Dec 22 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20061220-1
|
* Fri Dec 22 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20061220-1
|
||||||
- Update to upstream 20061220
|
- Update to upstream 20061220
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user