SPECS: lazarus.spec - fixed examplesdir path

rotom rotom at pld-linux.org
Thu May 4 19:16:46 CEST 2006


Author: rotom                        Date: Thu May  4 17:16:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed examplesdir path

---- Files affected:
SPECS:
   lazarus.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/lazarus.spec
diff -u SPECS/lazarus.spec:1.9 SPECS/lazarus.spec:1.10
--- SPECS/lazarus.spec:1.9	Thu Apr 27 21:50:57 2006
+++ SPECS/lazarus.spec	Thu May  4 19:16:40 2006
@@ -42,9 +42,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_datadir}/lazarus/docs,%{_pixmapsdir},%{_desktopdir},%{_bindir}} \
-        $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+        $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
-cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}
 
 for i in components doceditor ide lcl units converter debugger ideintf languages localize.bat startlazarus \
 designer images lazarus localize.sh packager tools ; do
@@ -82,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/05/04 17:16:40  rotom
+- fixed examplesdir path
+
 Revision 1.9  2006/04/27 19:50:57  qboosh
 - hey, it still violates FHS - restored blocker
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lazarus.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list