diff --git a/libbluray-0.2.1.tar.bz2 b/libbluray-0.2.1.tar.bz2 new file mode 100644 index 0000000..cf10868 --- /dev/null +++ b/libbluray-0.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20eb1d352e9d26e8b5b639f82c218a0c350b78cdbcb741f89d237e2202bd113a +size 396405 diff --git a/libbluray.changes b/libbluray.changes index 0415cea..3c4f537 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Dec 3 19:12:17 UTC 2011 - idoenmez@suse.de + +- Fix soname version to 1 + +------------------------------------------------------------------- +Fri Dec 2 00:51:27 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.2.1: + + Make library version information visible to applications. + + First released tarball. +- Remove automake BuildRequires: this is now a real release that + was already bootstrapped. + +------------------------------------------------------------------- +Thu Dec 1 16:58:41 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Wed Nov 16 19:19:40 UTC 2011 - dimstar@opensuse.org diff --git a/libbluray.spec b/libbluray.spec index 3b0a2df..52c4d7b 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -1,6 +1,7 @@ # -# spec file for package +# spec file for package libbluray # +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -15,15 +16,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libbluray -Version: 0.1.99_0.2 -Release: 1.1 +Version: 0.2.1 +Release: 1 License: LGPL-2.1+ Summary: Library to access Blu-Ray disk Url: http://bd.videolan.org Group: System/Libraries -# This is currently a git snapshot / 2011-11-16 -Source: %{name}.tar.bz2 +Source: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,11 +34,10 @@ This library is written for the purpose of playing Blu-ray movies. It is intended for software that want to support Blu-ray playback (such as VLC and MPlayer). We, the authors of this library, do not condone nor endorse piracy. -%package -n libbluray0 +%package -n libbluray1 Summary: Library to access Blu-Ray disk -Group: System/Libraries -%description -n libbluray0 +%description -n libbluray1 This library is written for the purpose of playing Blu-ray movies. It is intended for software that want to support Blu-ray playback (such as VLC and MPlayer). We, the authors of this library, do not condone nor endorse piracy. @@ -44,7 +45,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy. %package devel Summary: Library to access Blu-Ray disks - Development files Group: Development/Languages/C and C++ -Requires: libbluray0 = %{version} +Requires: libbluray1 = %{version} %description devel This library is written for the purpose of playing Blu-ray movies. It is @@ -52,10 +53,9 @@ intended for software that want to support Blu-ray playback (such as VLC and MPlayer). We, the authors of this library, do not condone nor endorse piracy. %prep -%setup -q -n %{name} +%setup -q %build -./bootstrap %configure --disable-static make %{?_smp_mflags} @@ -63,11 +63,11 @@ make %{?_smp_mflags} %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libbluray0 -p /sbin/ldconfig +%post -n libbluray1 -p /sbin/ldconfig -%postun -n libbluray0 -p /sbin/ldconfig +%postun -n libbluray1 -p /sbin/ldconfig -%files -n libbluray0 +%files -n libbluray1 %defattr(-, root, root) %doc COPYING %{_libdir}/libbluray.so.* diff --git a/libbluray.tar.bz2 b/libbluray.tar.bz2 deleted file mode 100644 index 22027d8..0000000 --- a/libbluray.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddf627c912f5dbde375a985dbcc00c9c57a0dad74d76f5fabb5209dd53a7d9b8 -size 3082216