Author: qboosh Date: Tue Jun 3 15:48:59 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.17
---- Files affected: SPECS: libraptor.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/libraptor.spec diff -u SPECS/libraptor.spec:1.41 SPECS/libraptor.spec:1.42 --- SPECS/libraptor.spec:1.41 Tue Feb 26 01:19:15 2008 +++ SPECS/libraptor.spec Tue Jun 3 17:48:53 2008 @@ -4,12 +4,12 @@ Name: libraptor # the real name is raptor, but it conflicts with already existing raptor game %define rname raptor -Version: 1.4.16 -Release: 3 +Version: 1.4.17 +Release: 1 License: LGPL v2.1+ or GPL v2+ or Apache v2.0+ Group: Libraries Source0: http://download.librdf.org/source/%{rname}-%{version}.tar.gz -# Source0-md5: 49c16262e0aed0197a3e60ade7bec205 +# Source0-md5: 1cf4627c91fbe5f7ab3c358351a27f79 URL: http://librdf.org/raptor/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.7 @@ -78,8 +78,10 @@ %setup -q -n %{rname}-%{version} %build +%{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} # avoid -s in LDFLAGS, `raptor-config --libs` would print it # (note: don't pass empty LDFLAGS - it would be overridden) @@ -106,22 +108,23 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog LICENSE.txt NEWS README -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libraptor.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libraptor.so.1 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/raptor-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/*.h -%{_pkgconfigdir}/*.pc +%attr(755,root,root) %{_libdir}/libraptor.so +%{_libdir}/libraptor.la +%{_includedir}/raptor.h +%{_pkgconfigdir}/raptor.pc %{_mandir}/man1/raptor-config.1* -%{_mandir}/man3/* +%{_mandir}/man3/libraptor.3* %{_gtkdocdir}/raptor %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libraptor.a %files rapper %defattr(644,root,root,755) @@ -134,6 +137,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2008-06-03 15:48:53 qboosh +- updated to 1.4.17 + Revision 1.41 2008-02-26 00:19:15 glen - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libraptor.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
