automatic rebuild by autodist [release 0.16-2mamba;Sun Aug 18 2013]
This commit is contained in:
parent
7a4ad0c9e3
commit
5c4c0cd11f
@ -1,2 +1,4 @@
|
||||
# lsdvd
|
||||
|
||||
Lsdvd is a C application for reading the contents of a DVD and printing them to your terminal.
|
||||
|
||||
|
57
lsdvd.spec
Normal file
57
lsdvd.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Summary: A command line tool for reading DVD contents
|
||||
Name: lsdvd
|
||||
Version: 0.16
|
||||
Release: 2mamba
|
||||
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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user