Author: qboosh Date: Wed Dec 13 21:39:31 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5.0, updated ac patch
---- Files affected: SPECS: vigra.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/vigra.spec diff -u SPECS/vigra.spec:1.9 SPECS/vigra.spec:1.10 --- SPECS/vigra.spec:1.9 Sat Aug 19 20:36:49 2006 +++ SPECS/vigra.spec Wed Dec 13 22:39:26 2006 @@ -2,12 +2,12 @@ Summary: Generic Programming for Computer Vision Summary(pl): Ogólne programowanie obrazu komputerowego Name: vigra -Version: 1.4.0 +Version: 1.5.0 Release: 1 License: MIT Group: Libraries Source0: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/%{name}%{version}.tar.gz -# Source0-md5: ea91f2fb4212a21d708aced277e6e85a +# Source0-md5: 5713de4ebfe29e1b5fa9689af76b8a90 Patch0: %{name}-ac.patch URL: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ BuildRequires: autoconf @@ -111,7 +111,8 @@ exec-prefix=$RPM_BUILD_ROOT%{_exec_prefix} \ bindir=$RPM_BUILD_ROOT%{_bindir} \ includedir=$RPM_BUILD_ROOT%{_includedir} \ - libdir=$RPM_BUILD_ROOT%{_libdir} + libdir=$RPM_BUILD_ROOT%{_libdir} \ + docdir=`pwd`/docs %clean rm -rf $RPM_BUILD_ROOT @@ -121,23 +122,23 @@ %files %defattr(644,root,root,755) -%doc LICENSE README -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%doc LICENSE.txt README.txt +%attr(755,root,root) %{_libdir}/libvigraimpex.so.*.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/vigra-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libvigraimpex.so +%{_libdir}/libvigraimpex.la %{_includedir}/vigra %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libvigraimpex.a %files doc %defattr(644,root,root,755) -%doc @docdir@/[!L]* +%doc docs/[!L]* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -145,6 +146,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2006/12/13 21:39:26 qboosh +- updated to 1.5.0, updated ac patch + Revision 1.9 2006/08/19 18:36:49 qboosh - vigra 1.4.0 has been released on MIT X11 license ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/vigra.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
