[svn] r5048 - in trunk/rpms: doodle libextractor
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Jan 8 16:17:44 CET 2007
Author: dries
Date: 2007-01-08 16:17:40 +0100 (Mon, 08 Jan 2007)
New Revision: 5048
Modified:
trunk/rpms/doodle/doodle.spec
trunk/rpms/libextractor/libextractor.spec
Log:
updates
Modified: trunk/rpms/doodle/doodle.spec
===================================================================
--- trunk/rpms/doodle/doodle.spec 2007-01-08 11:38:55 UTC (rev 5047)
+++ trunk/rpms/doodle/doodle.spec 2007-01-08 15:17:40 UTC (rev 5048)
@@ -10,7 +10,7 @@
Summary: Searches your hard drive for files using pattern matching on meta-data
Name: doodle
-Version: 0.6.5
+Version: 0.6.6
Release: 1
License: GPL
Group: Applications/File
@@ -70,9 +70,13 @@
%{_includedir}/doodle.h
%{_libdir}/libdoodle.a
%{_libdir}/libdoodle.so
+%{_libdir}/pkgconfig/doodle.pc
%exclude %{_libdir}/libdoodle.la
%changelog
+* Sun Jan 07 2007 Dries Verachtert <dries at ulyssis.org> - 0.6.6-1
+- Updated to release 0.6.6.
+
* Fri May 05 2006 Dag Wieers <dag at wieers.com> - 0.6.5-1
- Updated to release 0.6.5.
Modified: trunk/rpms/libextractor/libextractor.spec
===================================================================
--- trunk/rpms/libextractor/libextractor.spec 2007-01-08 11:38:55 UTC (rev 5047)
+++ trunk/rpms/libextractor/libextractor.spec 2007-01-08 15:17:40 UTC (rev 5048)
@@ -12,7 +12,7 @@
Summary: Meta-data extraction library
Name: libextractor
-Version: 0.5.16
+Version: 0.5.17
Release: 1
License: GPL
Group: System Environment/Libraries
@@ -63,11 +63,11 @@
%build
%configure --enable-static \
--with-pic CFLAGS=-I/usr/include/exiv2
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} datadir=%{_datadir} pkgconfigdatadir=%{_libdir}/pkgconfig
%install
%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR="%{buildroot}"
+%{__make} install DESTDIR="%{buildroot}" datadir=%{_datadir} pkgconfigdatadir=%{_libdir}/pkgconfig
%find_lang %{name}
%post -p /sbin/ldconfig
@@ -92,12 +92,16 @@
%{_libdir}/libextractor.a
%exclude %{_libdir}/libextractor.la
%{_libdir}/libextractor.so
+%{_libdir}/pkgconfig/libextractor.pc
#%files -n python-extractor
#%defattr(-, root, root, 0755)
#%{python_sitearch}/extractor.so
%changelog
+* Mon Jan 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.5.17-1
+- Updated to release 0.5.17.
+
* Sun Nov 12 2006 Dag Wieers <dag at wieers.com> - 0.5.16-1
- Updated to release 0.5.16.
More information about the svn-commits
mailing list