61 lines
1.6 KiB
RPMSpec
61 lines
1.6 KiB
RPMSpec
Summary: A command line tool for reading DVD contents
|
|
Name: lsdvd
|
|
Version: 0.17
|
|
Release: 1mamba
|
|
Group: Applications/Multimedia
|
|
Distribution: openmamba
|
|
Vendor: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://untrepid.com/acidrip/
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lsdvd/lsdvd-%{version}.tar.gz
|
|
License: GPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libdvdread-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
Lsdvd is a C application for reading the contents of a DVD and printing them to your terminal.
|
|
|
|
%prep
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING ChangeLog README AUTHORS
|
|
%{_bindir}/lsdvd
|
|
%{_mandir}/man1/lsdvd.1.gz
|
|
|
|
%changelog
|
|
* Sat Nov 01 2014 Automatic Build System <autodist@mambasoft.it> 0.17-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.16-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Tue May 27 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
|
|
- update to 0.16
|
|
|
|
* Wed Mar 01 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15-2qilnx
|
|
- fixed group entry
|
|
|
|
* Mon Jul 04 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.15-1qilnx
|
|
- update to version 0.15 by autospec
|
|
|
|
* Mon May 2 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.10-1qilnx
|
|
- First Build
|
|
|