Author: qboosh Date: Fri Oct 28 20:30:40 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.2.0 (note: new soname, .m4 dropped - use pkgconfig instead) - updated doc patch, removed outdated am18 patch
---- Files affected: SPECS: libraw1394.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/libraw1394.spec diff -u SPECS/libraw1394.spec:1.27 SPECS/libraw1394.spec:1.28 --- SPECS/libraw1394.spec:1.27 Thu Oct 21 23:18:26 2004 +++ SPECS/libraw1394.spec Fri Oct 28 22:30:34 2005 @@ -2,14 +2,15 @@ Summary: Interface to Linux IEEE-1394 subsystem Summary(pl): Biblioteka do obsługi podsystemu IEEE-1394 Name: libraw1394 -Version: 0.10.1 +Version: 1.2.0 Release: 1 License: LGPL Group: Libraries -Source0: http://www.linux1394.org/files/libraw1394/%{name}-%{version}.tar.gz -# Source0-md5: f243011cc20d4b7357a48732ea555e3a -Patch0: %{name}-am18.patch -Patch1: %{name}-doc.patch +# temporary(?) DNS problems +#Source0: http://www.linux1394.org/files/libraw1394/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/libraw1394/%{name}-%{version}.tar.gz +# Source0-md5: eea394f74afecd6a22f74110128c9fb6 +Patch0: %{name}-doc.patch URL: http://www.linux1394.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -60,7 +61,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -87,24 +87,23 @@ %files %defattr(644,root,root,755) -%doc AUTHORS NEWS README +%doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libraw1394.so.*.* %{_mandir}/man1/* %{_mandir}/man5/isodump.5* %files devel %defattr(644,root,root,755) %doc doc/libraw1394/* -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libraw1394.so +%{_libdir}/libraw1394.la %{_includedir}/libraw1394 -%{_aclocaldir}/libraw1394.m4 -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/libraw1394.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libraw1394.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -112,6 +111,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2005/10/28 20:30:34 qboosh +- updated to 1.2.0 (note: new soname, .m4 dropped - use pkgconfig instead) +- updated doc patch, removed outdated am18 patch + Revision 1.27 2004/10/21 21:18:26 qboosh - gpm-friendly Source0 URL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libraw1394.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
