Author: qboosh Date: Tue Jan 10 20:31:38 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.8
---- Files affected: SPECS: libraptor.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/libraptor.spec diff -u SPECS/libraptor.spec:1.27 SPECS/libraptor.spec:1.28 --- SPECS/libraptor.spec:1.27 Fri Jun 10 06:35:31 2005 +++ SPECS/libraptor.spec Tue Jan 10 21:31:33 2006 @@ -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.7 +Version: 1.4.8 Release: 1 License: LGPL v2.1+ or GPL v2+ or Apache v2.0+ Group: Libraries -Source0: http://librdf.org/dist/source/%{rname}-%{version}.tar.gz -# Source0-md5: f8e251f5183307ab50041c858117370f +Source0: http://download.librdf.org/source/%{rname}-%{version}.tar.gz +# Source0-md5: 112d8b72a37f4de8a00f840999f2d383 URL: http://librdf.org/raptor/ BuildRequires: autoconf BuildRequires: automake @@ -19,6 +19,7 @@ # XML library can be libxml or expat BuildRequires: libxml2-devel BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.98 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -84,7 +85,8 @@ # (note: don't pass empty LDFLAGS - it would be overridden) LDFLAGS="`echo %{rpmldflags} | sed -e 's/\(^\| \)-s\>/ /'`" %configure \ - --enable-release + --enable-release \ + --with-html-dir=%{_gtkdocdir} %{__make} %install @@ -113,6 +115,7 @@ %{_pkgconfigdir}/*.pc %{_mandir}/man1/raptor-config.1* %{_mandir}/man3/* +%{_gtkdocdir}/raptor %files static %defattr(644,root,root,755) @@ -129,6 +132,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2006/01/10 20:31:33 qboosh +- updated to 1.4.8 + Revision 1.27 2005/06/10 04:35:31 aredridel - up to 1.4.7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libraptor.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
