[svn] r4883 - in trunk/rpms: libextractor libtorrent rtorrent
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Nov 13 23:00:26 CET 2006
Author: dag
Date: 2006-11-13 23:00:19 +0100 (Mon, 13 Nov 2006)
New Revision: 4883
Modified:
trunk/rpms/libextractor/libextractor.spec
trunk/rpms/libtorrent/libtorrent.spec
trunk/rpms/rtorrent/rtorrent.spec
Log:
Updates
Modified: trunk/rpms/libextractor/libextractor.spec
===================================================================
--- trunk/rpms/libextractor/libextractor.spec 2006-11-13 15:32:09 UTC (rev 4882)
+++ trunk/rpms/libextractor/libextractor.spec 2006-11-13 22:00:19 UTC (rev 4883)
@@ -6,7 +6,7 @@
Summary: Meta-data extraction library
Name: libextractor
-Version: 0.5.14
+Version: 0.5.16
Release: 1
License: GPL
Group: System Environment/Libraries
@@ -62,8 +62,7 @@
%install
%{__rm} -rf %{buildroot}
-export LDFLAGS=-L%{buildroot}%{_libdir}
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
%find_lang %{name}
%post -p /sbin/ldconfig
@@ -94,18 +93,21 @@
#%{python_sitearch}/extractor.so
%changelog
+* Sun Nov 12 2006 Dag Wieers <dag at wieers.com> - 0.5.16-1
+- Updated to release 0.5.16.
+
+* Tue Sep 12 2006 Dag Wieers <dag at wieers.com> - 0.5.15-1
+- Updated to release 0.5.15.
+
* Fri May 19 2006 Dries Verachtert <dries at ulyssis.org> - 0.5.14-1
- Updated to release 0.5.14.
-* Sat May 06 2006 Dries Verachtert <dries at ulyssis.org> - 0.5.13-1
+* Sun Apr 30 2006 Dag Wieers <dag at wieers.com> - 0.5.13-1
- Updated to release 0.5.13.
* Sat Apr 22 2006 Dries Verachtert <dries at ulyssis.org> - 0.5.12-1
- Updated to release 0.5.12.
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.5.11-1.2
-- Rebuild for Fedora Core 5.
-
* Sun Mar 12 2006 Dag Wieers <dag at wieers.com> - 0.5.11-1
- Updated to release 0.5.11.
Modified: trunk/rpms/libtorrent/libtorrent.spec
===================================================================
--- trunk/rpms/libtorrent/libtorrent.spec 2006-11-13 15:32:09 UTC (rev 4882)
+++ trunk/rpms/libtorrent/libtorrent.spec 2006-11-13 22:00:19 UTC (rev 4883)
@@ -3,11 +3,11 @@
Summary: BitTorrent library
Name: libtorrent
-Version: 0.10.3
+Version: 0.10.4
Release: 1
License: GPL
Group: Development/Libraries
-URL: http://libtorrent.rakshasa.no
+URL: http://libtorrent.rakshasa.no/
Source: http://libtorrent.rakshasa.no/downloads/libtorrent-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -40,20 +40,17 @@
%install
%{__rm} -rf %{buildroot}
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
-%post
-/sbin/ldconfig 2>/dev/null
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
-%postun
-/sbin/ldconfig 2>/dev/null
-
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_libdir}/libtorrent.so.*
%files devel
@@ -65,6 +62,9 @@
%{_libdir}/pkgconfig/libtorrent.pc
%changelog
+* Mon Nov 13 2006 Dag Wieers <dag at wieers.com> - 0.10.4-1
+- Updated to release 0.10.4.
+
* Sun Nov 12 2006 Dries Verachtert <dries at ulyssis.org> - 0.10.3-1
- Updated to release 0.10.3.
Modified: trunk/rpms/rtorrent/rtorrent.spec
===================================================================
--- trunk/rpms/rtorrent/rtorrent.spec 2006-11-13 15:32:09 UTC (rev 4882)
+++ trunk/rpms/rtorrent/rtorrent.spec 2006-11-13 22:00:19 UTC (rev 4883)
@@ -3,7 +3,7 @@
Summary: Console based bittorrent client
Name: rtorrent
-Version: 0.6.3
+Version: 0.6.4
Release: 1
License: GPL
Group: Applications/Internet
@@ -42,6 +42,9 @@
%{_bindir}/rtorrent
%changelog
+* Mon Nov 13 2006 Dag Wieers <dag at wieers.com> - 0.6.4-1
+- Updated to release 0.6.4.
+
* Sun Nov 12 2006 Dries Verachtert <dries at ulyssis.org> - 0.6.3-1
- Updated to release 0.6.3.
More information about the svn-commits
mailing list