Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit raptor
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 09 Aug 2007 21:14:20 +0200
- Message-id: <20070809191420.B94EE678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package raptor
checked in at Thu Aug 9 21:14:20 CEST 2007.
--------
--- raptor/raptor.changes 2007-05-04 03:42:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/raptor/raptor.changes 2007-08-07 07:51:12.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Aug 7 07:43:21 CEST 2007 - crrodriguez@xxxxxxx
+
+- as per http://lists.opensuse.org/opensuse-packaging/2007-07/msg00049.html
+ taking manteniance of this package
+- use system libcurl for web access
+- use libxslt as well (adds grdd parser support)
+- remove nasty la file that causes significant bloat
+- Fix build and devel package dependencies (raptor.h only requires glibc-devel)
+- remove static libraries
+- run ldconfig correctly
+- run make check on rpm check section.
+
+-------------------------------------------------------------------
Old:
----
raptor-1.4.15.tar.gz
New:
----
raptor-1.4.15.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raptor.spec ++++++
--- /var/tmp/diff_new_pack.A29445/_old 2007-08-09 21:12:56.000000000 +0200
+++ /var/tmp/diff_new_pack.A29445/_new 2007-08-09 21:12:56.000000000 +0200
@@ -11,16 +11,15 @@
# norootforbuild
Name: raptor
-BuildRequires: gtkdoc libxml2-devel
+BuildRequires: curl-devel gtkdoc libxml2-devel libxslt-devel
Summary: Raptor RDF Parser Toolkit
Version: 1.4.15
-Release: 6
+Release: 28
License: The Apache Software License
Group: System/Libraries
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.bz2
URL: http://www.redland.opensource.ac.uk/raptor/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: libraptor1
%description
Raptor is the RDF Parser Toolkit for Redland that provides a set of
@@ -49,9 +48,9 @@
%package -n libraptor-devel
Summary: Development package for the raptor library
Group: Development/Libraries/C and C++
-Requires: libraptor1 = %{version} glibc-devel libxml2-devel
-Provides: raptor-devel = %{name}-%{version}
-Obsoletes: raptor-devel < %{name}-%{version}
+Requires: libraptor1 = %{version} glibc-devel
+Provides: raptor-devel = %{version}
+Obsoletes: raptor-devel < %{version}
%description -n libraptor-devel
This package contains the files needed to compile programs that use the
@@ -64,39 +63,39 @@
Dave Beckett <dave@xxxxxxxxxx>
%prep
-%setup
-autoreconf --force --install
-%{?suse_update_config:%{suse_update_config -f}}
+%setup -q
%build
-%configure --with-html-dir=%{_docdir}
-make
+autoreconf -fi
+%configure --disable-static --with-pic --with-html-dir=%{_docdir}
+%{__make} %{?jobs:-j%jobs}
%install
-make DESTDIR="$RPM_BUILD_ROOT" install
-mv $RPM_BUILD_ROOT%{_docdir}/raptor $RPM_BUILD_ROOT%{_docdir}/raptor-devel
+%{__make} DESTDIR="%{buildroot}" install
+mv %{buildroot}%{_docdir}/raptor %{buildroot}%{_docdir}/raptor-devel
+#causes some ugly dependency bloat..
+%{__rm} -f %{buildroot}%{_libdir}/libraptor.la
-%post
-%run_ldconfig
+%check
+%{__make} check
-%postun
-%run_ldconfig
+%post -n libraptor1 -p /sbin/ldconfig
+
+%postun -n libraptor1 -p /sbin/ldconfig
%clean
-test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
%{_bindir}/rapper
-%{_mandir}/man?/*
+%doc %{_mandir}/man?/*
%files -n libraptor-devel
%defattr(-,root,root)
%doc %{_docdir}/raptor-devel
%{_libdir}/lib*.so
-%{_libdir}/lib*.a
-%{_libdir}/lib*.la
%{_includedir}/*
%{_bindir}/*-config
%{_libdir}/pkgconfig/*.pc
@@ -106,6 +105,16 @@
%{_libdir}/lib*.so.*
%changelog
+* Tue Aug 07 2007 - crrodriguez@xxxxxxx
+- as per http://lists.opensuse.org/opensuse-packaging/2007-07/msg00049.html
+ taking manteniance of this package
+- use system libcurl for web access
+- use libxslt as well (adds grdd parser support)
+- remove nasty la file that causes significant bloat
+- Fix build and devel package dependencies (raptor.h only requires glibc-devel)
+- remove static libraries
+- run ldconfig correctly
+- run make check on rpm check section.
* Fri May 04 2007 - dmueller@xxxxxxx
- libraptor -> libraptor1
* Fri May 04 2007 - lrupp@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |