diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index bc9dd91..5b9dcbb 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 9 13:19:25 UTC 2011 - jengelh@medozas.de + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) + ------------------------------------------------------------------- Fri Dec 9 08:41:45 UTC 2011 - coolo@suse.com diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index c0bc3e6..e0d72ff 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define _soname 6 # for setting those bcond_with* configs see # http://lizards.opensuse.org/2008/09/12/conditional-features-aka-use-flags/ @@ -27,7 +28,7 @@ Release: 0 Summary: Libtorrent is a C++ implementation of the BitTorrent protocol License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: http://www.rasterbar.com/products/libtorrent/ +URL: http://www.rasterbar.com/products/libtorrent/ Source: http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz Patch0: libtorrent-rasterbar-0.15.8-missing-return.patch BuildRequires: boost-devel >= 1.36 @@ -135,9 +136,6 @@ rm -v %{buildroot}%{_libdir}/*.la mkdir -p %{buildroot}%{_defaultdocdir}/%{name} install -m 644 docs/* %{buildroot}%{_defaultdocdir}/%{name}/ -%clean -%{?buildroot:rm -rf %{buildroot}} - %post -n %{name}%{_soname} -p /sbin/ldconfig %postun -n %{name}%{_soname} -p /sbin/ldconfig