Author: glen                         Date: Sat Feb 19 19:36:15 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use configure arg for system ttf font dir

---- Files affected:
packages/gource:
   gource.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/gource/gource.spec
diff -u packages/gource/gource.spec:1.6 packages/gource/gource.spec:1.7
--- packages/gource/gource.spec:1.6     Sat Feb 19 20:34:57 2011
+++ packages/gource/gource.spec Sat Feb 19 20:36:10 2011
@@ -46,19 +46,15 @@
 %setup -q
 
 %build
-%configure
+%configure \
+       --enable-ttf-font-dir=%{_datadir}/fonts/TTF
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-       gourcefontdir=%{_datadir}/fonts/TTF \
        DESTDIR=$RPM_BUILD_ROOT
 
-# remove by file, to note when upstream bundles different font
-%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/README
-%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/FreeSans.ttf
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/02/19 19:36:10  glen
+- use configure arg for system ttf font dir
+
 Revision 1.6  2011/02/19 19:34:57  glen
 - use system font package (old change)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gource/gource.spec?r1=1.6&r2=1.7&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to