SPECS: CImg.spec - up to 1.1.6 - updated files
baggins
baggins at pld-linux.org
Wed Oct 25 09:20:26 CEST 2006
Author: baggins Date: Wed Oct 25 07:20:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.1.6
- updated files
---- Files affected:
SPECS:
CImg.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/CImg.spec
diff -u SPECS/CImg.spec:1.1 SPECS/CImg.spec:1.2
--- SPECS/CImg.spec:1.1 Fri Jun 23 10:28:19 2006
+++ SPECS/CImg.spec Wed Oct 25 09:20:21 2006
@@ -2,12 +2,12 @@
Summary: C++ Template Image Processing Library
Summary(pl): Biblioteka szablonów C++ do przetwarzania obrazu
Name: CImg
-Version: 1.1.4
+Version: 1.1.6
Release: 1
License: CeCILL Free Software License
Group: Development/Libraries
-Source0: http://dl.sourceforge.net/cimg/%{name}-1-14.zip
-# Source0-md5: 70d01cb7b2e770c989af3f88b369d9ce
+Source0: http://dl.sourceforge.net/cimg/%{name}-1-16.zip
+# Source0-md5: 4026b665a0c2d693d844b0f9f34a9f9d
URL: http://cimg.sourceforge.net/
BuildRequires: unzip
Requires: libstdc++-devel
@@ -32,23 +32,28 @@
kodowania przetwarzania obrazu w C++.
%prep
-%setup -q -n %{name}-1-14
+%setup -q -n %{name}-1-16
+
+cp plugins/README.txt README-plugins.txt
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_includedir},%{_examplesdir}/%{name}-%{version}}
+install -d $RPM_BUILD_ROOT{%{_includedir}/%{name}/plugins,%{_examplesdir}/%{name}-%{version}}
-install CImg.h $RPM_BUILD_ROOT%{_includedir}
-install examples/{*.cpp,Makefile} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+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}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc CHANGES.txt LICENSE.txt README.txt
-%lang(fr) %doc LICENSE_FR.txt
-%{_includedir}/CImg.h
+%doc CHANGES.txt Licence* README*.txt documentation/*
+%dir %{_includedir}/%{name}
+%dir %{_includedir}/%{name}/plugins
+%{_includedir}/%{name}/CImg.h
+%{_includedir}/%{name}/plugins/*.h
%{_examplesdir}/%{name}-%{version}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -57,5 +62,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/10/25 07:20:21 baggins
+- up to 1.1.6
+- updated files
+
Revision 1.1 2006/06/23 08:28:19 qboosh
- new
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/CImg.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list