Accepting request 70634 from multimedia:libs

Add baselibs.conf for -32 bit lib, removed licenses link and Authors (forwarded request 70633 from plater)

OBS-URL: https://build.opensuse.org/request/show/70634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdvdread?expand=0&rev=14
This commit is contained in:
Sascha Peilicke 2011-05-19 08:09:51 +00:00 committed by Git OBS Bridge
commit 8b57033086
3 changed files with 7 additions and 30 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libdvdread4

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 18 20:37:19 UTC 2011 - davejplater@gmail.com
- Added baselibs.conf. Removed licenses link from spec.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 27 14:57:00 UTC 2011 - davejplater@gmail.com Thu Jan 27 14:57:00 UTC 2011 - davejplater@gmail.com

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: libdvdread Name: libdvdread
Summary: Library for Reading DVD Video Images Summary: Library for Reading DVD Video Images
@ -26,6 +24,7 @@ Group: Productivity/Multimedia/Other
Version: 4.1.3 Version: 4.1.3
Release: 13 Release: 13
Source0: http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2 Source0: http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
Patch: libdvdread-strict-aliasing.patch Patch: libdvdread-strict-aliasing.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config BuildRequires: pkg-config
@ -34,15 +33,6 @@ BuildRequires: pkg-config
This package contains shared libraries for accessing DVD images (this This package contains shared libraries for accessing DVD images (this
package does not contain DeCSS algorithms). package does not contain DeCSS algorithms).
Authors:
--------
Bj<EFBFBD>rn Englund <d4bjorn@dtek.chalmers.se>
H<EFBFBD>kan Hjort <d95hjort@dtek.chalmers.se>
Billy Biggs <vektor@dumbterm.net>
Christian Wolff <scarabaeus@convergence.de>
%package -n libdvdread4 %package -n libdvdread4
License: GPLv2+ License: GPLv2+
Summary: Library for Reading DVD Video Images Summary: Library for Reading DVD Video Images
@ -54,15 +44,6 @@ Obsoletes: %{name} <= 0.9.7
This package contains shared libraries for accessing DVD images (this This package contains shared libraries for accessing DVD images (this
package does not contain DeCSS algorithms). package does not contain DeCSS algorithms).
Authors:
--------
Bj<EFBFBD>rn Englund <d4bjorn@dtek.chalmers.se>
H<EFBFBD>kan Hjort <d95hjort@dtek.chalmers.se>
Billy Biggs <vektor@dumbterm.net>
Christian Wolff <scarabaeus@convergence.de>
%package devel %package devel
License: GPLv2+ License: GPLv2+
Summary: Development Environment for libdvdread Summary: Development Environment for libdvdread
@ -73,15 +54,6 @@ Requires: libdvdread4 = %{version} glibc-devel
This package contains the include-files and static libraries for This package contains the include-files and static libraries for
libdvdread. libdvdread.
Authors:
--------
Bj<EFBFBD>rn Englund <d4bjorn@dtek.chalmers.se>
H<EFBFBD>kan Hjort <d95hjort@dtek.chalmers.se>
Billy Biggs <vektor@dumbterm.net>
Christian Wolff <scarabaeus@convergence.de>
%prep %prep
%setup -q %setup -q
%patch %patch
@ -93,7 +65,6 @@ autoreconf -f -i
%install %install
%makeinstall %makeinstall
ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
%{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -f %{buildroot}%{_libdir}/*.la
%clean %clean