SPECS: CImg.spec - proper path

baggins baggins at pld-linux.org
Tue Jan 16 14:21:27 CET 2007


Author: baggins                      Date: Tue Jan 16 13:21:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper path

---- Files affected:
SPECS:
   CImg.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/CImg.spec
diff -u SPECS/CImg.spec:1.3 SPECS/CImg.spec:1.4
--- SPECS/CImg.spec:1.3	Tue Jan 16 14:20:40 2007
+++ SPECS/CImg.spec	Tue Jan 16 14:21:21 2007
@@ -38,12 +38,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/plugins,%{_examplesdir}/%{name}-%{version}/bmp}
+install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/plugins,%{_examplesdir}/%{name}-%{version}/img}
 
 install CImg.h $RPM_BUILD_ROOT%{_includedir}/%{name}
 install plugins/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/plugins
 install examples/{*.cpp,*.m,Makefile} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-install examples/bmp/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/bmp
+install examples/img/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/img
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -63,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/01/16 13:21:21  baggins
+- proper path
+
 Revision 1.3  2007/01/16 13:20:40  baggins
 - added example bitmaps to examples
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/CImg.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list