openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages libdvdplay.spec
      Pages: < 1 >  DOWNLOAD      
Name:          libdvdplay
Version:       1.0.1
Release:       5mamba
Summary:       Library designed for DVD navigation
Group:         System/Libraries
Vendor:        openmamba
Distribution:  openmamba
Packager:      Silvan Calarco <silvan.calarco@...>
URL:           http://developers.videolan.org/libdvdplay/
Source:        http://download.videolan.org/pub/libdvdplay/%{version}/libdvdplay-%{version}.tar.bz2
License:       GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libdvdread-devel
## AUTOBUILDREQ-END
BuildRoot:     %{_tmppath}/%{name}-%{version}-root

%description
A simple library designed for DVD navigation. It is based on libdvdread and optionally libdvdcss.

%package devel
Summary:       Development files from the libdvdplay DVD navigation library
Group:         Development/Libraries
Requires:      %{name} = %{version}

%description devel
A simple library designed for DVD navigation. It is based on libdvdread and optionally libdvdcss.

You will need to install these development files if you intend to rebuild programs that use libdvdplay.

%prep
%setup -q

%build
%configure
%make

%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall

%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-, root, root)
%{_libdir}/%{name}.so.*
%doc AUTHORS COPYING ChangeLog README

%files devel
%defattr(-, root, root)
%dir %{_includedir}/dvdplay
%{_includedir}/dvdplay/*.h
%{_libdir}/%{name}.a
%{_libdir}/%{name}.la
%{_libdir}/%{name}.so

%changelog
* Mon May 26 2008 Silvan Calarco <silvan.calarco@...> 1.0.1-5mamba
- rebuilt against libdvdread 4.1.2

* Fri Apr 11 2008 Silvan Calarco <silvan.calarco@...> 1.0.1-4mamba
- specfile updates

* Wed Jun 29 2005 Davide Madrisan <davide.madrisan@...> 1.0.1-3qilnx
- fixed package group
- use rpm macros for building/installing
- own %{_includedir}/dvdplay

* Fri Jun 10 2005 Alessandro Ramazzina <alessandro.ramazzina@...> 1.0.1-2qilnx
- rebuild and moved from devel-contrib repository to devel repository

* Fri Jun 10 2005 Matteo Bernasconi <voyagernm@...> 1.0.1-1qilnx
- first build