SPECS (DEVEL): adapter.awk, adapter.spec - substitute _iconsdir macro

glen glen at pld-linux.org
Wed Nov 16 23:45:10 CET 2005


Author: glen                         Date: Wed Nov 16 22:45:10 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- substitute _iconsdir macro

---- Files affected:
SPECS:
   adapter.awk (1.210 -> 1.211) , adapter.spec (1.26.2.15 -> 1.26.2.16) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.210 SPECS/adapter.awk:1.211
--- SPECS/adapter.awk:1.210	Mon Nov  7 01:17:30 2005
+++ SPECS/adapter.awk	Wed Nov 16 23:45:04 2005
@@ -1048,6 +1048,7 @@
 	gsub("%{_prefix}/lib/pkgconfig", "%{_pkgconfigdir}");
 
 	gsub("%{_datadir}/applications", "%{_desktopdir}");
+	gsub("%{_datadir}/icons", "%{_iconsdir}");
 }
 
 function fill(ch, n, i) {

================================================================
Index: SPECS/adapter.spec
diff -u SPECS/adapter.spec:1.26.2.15 SPECS/adapter.spec:1.26.2.16
--- SPECS/adapter.spec:1.26.2.15	Sun Nov  6 22:49:05 2005
+++ SPECS/adapter.spec	Wed Nov 16 23:45:04 2005
@@ -129,6 +129,9 @@
 %attr(600,root,root) %config(noreplace) %verify(not mtime md5 size) %ghost %{supervise}/log/supervise/*
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{supervise}/log/supervise/*
 
+%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-fyre-animation.png
+%{_iconsdir}/hicolor/48x48/mimetypes/application-x-fyre-animation.png
+
 /usr/lib64/pkgconfig/foo.pc
 /usr/lib/pkgconfig/foo.pc
 %{_libdir}/pkgconfig/foo.pc
@@ -162,6 +165,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26.2.16  2005/11/16 22:45:04  glen
+- substitute _iconsdir macro
+
 Revision 1.26.2.15  2005/11/06 21:49:05  glen
 - quote CC
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.210&r2=1.211&f=u
    http://cvs.pld-linux.org/SPECS/adapter.spec?r1=1.26.2.15&r2=1.26.2.16&f=u




More information about the pld-cvs-commit mailing list