SPECS: CImg.spec - added example bitmaps to examples

baggins baggins at pld-linux.org
Tue Jan 16 14:20:45 CET 2007


Author: baggins                      Date: Tue Jan 16 13:20:45 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added example bitmaps to examples

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

---- Diffs:

================================================================
Index: SPECS/CImg.spec
diff -u SPECS/CImg.spec:1.2 SPECS/CImg.spec:1.3
--- SPECS/CImg.spec:1.2	Wed Oct 25 09:20:21 2006
+++ SPECS/CImg.spec	Tue Jan 16 14:20:40 2007
@@ -38,11 +38,12 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/plugins,%{_examplesdir}/%{name}-%{version}}
+install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/plugins,%{_examplesdir}/%{name}-%{version}/bmp}
 
 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/01/16 13:20:40  baggins
+- added example bitmaps to examples
+
 Revision 1.2  2006/10/25 07:20:21  baggins
 - up to 1.1.6
 - updated files
================================================================

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



More information about the pld-cvs-commit mailing list