a2aa939ae8
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdvdread?expand=0&rev=12
120 lines
3.1 KiB
RPMSpec
120 lines
3.1 KiB
RPMSpec
#
|
||
# spec file for package libdvdread
|
||
#
|
||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
#
|
||
# All modifications and additions to the file contributed by third parties
|
||
# remain the property of their copyright owners, unless otherwise agreed
|
||
# upon. The license for this file, and modifications and additions to the
|
||
# file, is the same license as for the pristine package itself (unless the
|
||
# license for the pristine package is not an Open Source License, in which
|
||
# case the license is the MIT License). An "Open Source License" is a
|
||
# license that conforms to the Open Source Definition (Version 1.9)
|
||
# published by the Open Source Initiative.
|
||
|
||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
#
|
||
|
||
# norootforbuild
|
||
|
||
|
||
Name: libdvdread
|
||
Summary: Library for Reading DVD Video Images
|
||
Url: http://www.mplayerhq.hu/
|
||
License: GPLv2+
|
||
Group: Productivity/Multimedia/Other
|
||
Version: 4.1.3
|
||
Release: 13
|
||
Source0: http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2
|
||
Patch: libdvdread-strict-aliasing.patch
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
BuildRequires: pkg-config
|
||
|
||
%description
|
||
This package contains shared libraries for accessing DVD images (this
|
||
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
|
||
License: GPLv2+
|
||
Summary: Library for Reading DVD Video Images
|
||
Group: Productivity/Multimedia/Other
|
||
Provides: %{name} = %{version}
|
||
Obsoletes: %{name} <= 0.9.7
|
||
|
||
%description -n libdvdread4
|
||
This package contains shared libraries for accessing DVD images (this
|
||
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
|
||
License: GPLv2+
|
||
Summary: Development Environment for libdvdread
|
||
Group: Development/Libraries/C and C++
|
||
Requires: libdvdread4 = %{version} glibc-devel
|
||
|
||
%description devel
|
||
This package contains the include-files and static libraries for
|
||
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
|
||
%setup -q
|
||
%patch
|
||
|
||
%build
|
||
autoreconf -f -i
|
||
%configure --disable-static --with-pic
|
||
%{__make} %{?jobs:-j%jobs}
|
||
|
||
%install
|
||
%makeinstall
|
||
ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
|
||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||
|
||
%clean
|
||
rm -rf $RPM_BUILD_ROOT
|
||
|
||
%post -n libdvdread4 -p /sbin/ldconfig
|
||
|
||
%postun -n libdvdread4 -p /sbin/ldconfig
|
||
|
||
%files -n libdvdread4
|
||
%defattr(-,root,root)
|
||
%{_libdir}/*.so.4*
|
||
|
||
%files devel
|
||
%defattr(-,root,root)
|
||
%doc AUTHORS COPYING NEWS README
|
||
%{_includedir}/*
|
||
%{_libdir}/*.so
|
||
%_bindir/dvdread-config
|
||
%_libdir/pkgconfig/dvdread.pc
|
||
%_datadir/aclocal/dvdread.m4
|
||
|
||
%changelog
|