]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- moved ttmkfdit to main,
authorkloczek <kloczek@pld-linux.org>
Fri, 8 Sep 2000 05:48:40 +0000 (05:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added nospaces patch: fix replace spaces with underscores in ttmkfdir
  (patch from Conectiva).

Changed files:
    freetype.spec -> 1.37

freetype.spec

index b8d83eb635ccd28a61120bf1f698a08ef4bb8c93..6c7afc7da4505687a742d54f1ac4c45e13a30a39 100644 (file)
@@ -12,6 +12,7 @@ Source1:      ttmkfdir.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-autoconf.patch
 Patch2:                %{name}-foundrynames.patch
+Patch3:                %{name}-nospaces.patch
 URL:           http://www.physiol.med.tu-muenchen.de/~robert/freetype.html
 BuildRequires: gettext-devel
 BuildRequires: XFree86-devel
@@ -126,6 +127,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/ttmkfdir
 %attr(755,root,root) %{_libdir}/lib*so.*.*
 
 %files devel
@@ -141,4 +143,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files progs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/f*
This page took 0.107607 seconds and 4 git commands to generate.