From 5c4c0cd11f442becb094c3028e17b2fbc5154db3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 06:29:26 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.16-2mamba;Sun Aug 18 2013] --- README.md | 2 ++ lsdvd.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 lsdvd.spec diff --git a/README.md b/README.md index d68ba1b..0aa26b0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # lsdvd +Lsdvd is a C application for reading the contents of a DVD and printing them to your terminal. + diff --git a/lsdvd.spec b/lsdvd.spec new file mode 100644 index 0000000..2c2aff9 --- /dev/null +++ b/lsdvd.spec @@ -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 +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 0.16-2mamba +- automatic rebuild by autodist + +* Tue May 27 2008 Silvan Calarco 0.16-1mamba +- update to 0.16 + +* Wed Mar 01 2006 Silvan Calarco 0.15-2qilnx +- fixed group entry + +* Mon Jul 04 2005 Alessandro Ramazzina 0.15-1qilnx +- update to version 0.15 by autospec + +* Mon May 2 2005 Matteo Bernasconi 0.10-1qilnx +- First Build +