Accepting request 95277 from multimedia:libs

- Fix soname version to 1 

- 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.

- add automake as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/95277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2011-12-05 11:44:14 +00:00 committed by Git OBS Bridge
commit c3be96c587
4 changed files with 36 additions and 17 deletions

3
libbluray-0.2.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20eb1d352e9d26e8b5b639f82c218a0c350b78cdbcb741f89d237e2202bd113a
size 396405

View File

@ -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

View File

@ -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.*

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddf627c912f5dbde375a985dbcc00c9c57a0dad74d76f5fabb5209dd53a7d9b8
size 3082216