rpms/ghostscript-fonts/devel ghostscript-fonts.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 7 17:24:55 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/ghostscript-fonts/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21888

Modified Files:
	ghostscript-fonts.spec 
Log Message:
* Wed Feb  7 2007 Tim Waugh <twaugh at redhat.com> 5.50-16
- Fixed URL again (bug #225794).
- Fixed requires tags (bug #225794).
- Preserve timestamps on installed files (bug #225794).
- Added empty %build section (bug #225794).
- Use FHS macros for file manifest (bug #225794).
- Fixed summary (bug #225794).
- Fixed description (bug #225794).
- Fixed license (bug #225794).
- Resolves: rhbz#225794 rhbz#225794 rhbz#225794 rhbz#225794 rhbz#225794 rhbz#225794 rhbz#225794 rhbz#225794



Index: ghostscript-fonts.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript-fonts/devel/ghostscript-fonts.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ghostscript-fonts.spec	6 Feb 2007 16:26:46 -0000	1.13
+++ ghostscript-fonts.spec	7 Feb 2007 17:24:53 -0000	1.14
@@ -1,13 +1,18 @@
-Summary: Fonts for the Ghostscript PostScript(TM) interpreter.
+Summary: Fonts for the Ghostscript PostScript interpreter
 Name: ghostscript-fonts
 Version: 5.50
-Release: 15%{?dist}
-License: GPL
+Release: 16%{?dist}
+License: Distributable
 Group: Applications/Publishing
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL: http://sourceforge.net/projects/gnu-gs
-Source: ftp://ftp.cs.wisc.edu/pub/ghost/gnu/gs550/gnu-gs-fonts-other-%{version}.tar.gz
+URL: http://www.gnu.org/software/ghostscript/
+Source: http://ftp.gnu.org/gnu/ghostscript/gnu-gs-fonts-other-%{version}.tar.gz
 Requires: fontconfig
+Requires(post): /usr/bin/mkfontscale /usr/bin/mkfontdir
+Requires(post): /usr/sbin/chkfontpath
+Requires(post): fontconfig
+Requires(postun): /usr/sbin/chkfontpath
+Requires(postun): fontconfig
 BuildArchitectures: noarch
 
 %define fontdir %{_datadir}/fonts/default/ghostscript
@@ -17,16 +22,15 @@
 PostScript interpreter, uses to render text. These fonts are in
 addition to the fonts shared by Ghostscript and the X Window System.
 
-You'll need to install ghostscript-fonts if you're installing
-ghostscript.
-
 %prep
 %setup -q -c ghostscript-fonts-%{version}
 
+%build
+
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{fontdir}
-cp fonts/* $RPM_BUILD_ROOT%{fontdir}
+cp -p fonts/* $RPM_BUILD_ROOT%{fontdir}
 
 %post
 {
@@ -50,9 +54,19 @@
 
 %files
 %defattr(-,root,root,-)
-/usr/share/fonts/default
+%{_datadir}/fonts/default/
 
 %changelog
+* Wed Feb  7 2007 Tim Waugh <twaugh at redhat.com> 5.50-16
+- Fixed URL again (bug #225794).
+- Fixed requires tags (bug #225794).
+- Preserve timestamps on installed files (bug #225794).
+- Added empty %%build section (bug #225794).
+- Use FHS macros for file manifest (bug #225794).
+- Fixed summary (bug #225794).
+- Fixed description (bug #225794).
+- Fixed license (bug #225794).
+
 * Tue Feb  6 2007 Tim Waugh <twaugh at redhat.com> 5.50-15
 - Fixed URL (bug #225794).
 - Fixed build root tag (bug #225794).




More information about the fedora-cvs-commits mailing list