SPECS: gnomemm.spec - use _examplesdir macro

darekr darekr at pld-linux.org
Wed Aug 10 21:33:32 CEST 2005


Author: darekr                       Date: Wed Aug 10 19:33:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use _examplesdir macro

---- Files affected:
SPECS:
   gnomemm.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/gnomemm.spec
diff -u SPECS/gnomemm.spec:1.46 SPECS/gnomemm.spec:1.47
--- SPECS/gnomemm.spec:1.46	Sat Nov 22 19:41:43 2003
+++ SPECS/gnomemm.spec	Wed Aug 10 21:33:27 2005
@@ -82,12 +82,12 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/usr/src/examples/%{name}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-cp -dpr examples/* $RPM_BUILD_ROOT/usr/src/examples/%{name}
+cp -dpr examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
 # --- start examples ---
 cat $RPM_BUILD_ROOT%{_examplesdir}/%{name}/examples.conf.in \
@@ -139,6 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.47  2005/08/10 19:33:27  darekr
+- use _examplesdir macro
+
 Revision 1.46  2003/11/22 18:41:43  qboosh
 - changed BR to gtkmm1-devel (already requires libsigc++1-devel)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnomemm.spec?r1=1.46&r2=1.47&f=u




More information about the pld-cvs-commit mailing list