From 2c2369dc166e4de3ef2dc591184d421f38f75d93 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:54:45 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.99.2-2mamba;Sun Aug 18 2013] --- README.md | 2 ++ vamps.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 vamps.spec diff --git a/README.md b/README.md index feca7c0..49b0cbf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # vamps +Vamps allow the copy of one or more titles from a DVD9 to a DVD5. + diff --git a/vamps.spec b/vamps.spec new file mode 100644 index 0000000..8f125a4 --- /dev/null +++ b/vamps.spec @@ -0,0 +1,56 @@ +Name: vamps +Version: 0.99.2 +Release: 2mamba +Summary: DVD9 to DVD5 Backup Utility +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://vamps.sourceforge.net/ +Source: http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/v/va/%{name}/%{name}-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libdvdread-devel +## AUTOBUILDREQ-END + + +%description +Vamps allow the copy of one or more titles from a DVD9 to a DVD5. + +%prep +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%setup -q + +%build +%make + +%install +install -D -m 755 vamps/vamps %{buildroot}%{_bindir}/vamps +install -D -m 755 play_cell/play_cell %{buildroot}%{_bindir}/play_cell + +%files +%defattr(-,root,root,-) +%{_bindir}/vamps +%{_bindir}/play_cell + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%changelog +* Sun Aug 18 2013 Automatic Build System 0.99.2-2mamba +- automatic rebuild by autodist + +* Tue May 27 2008 Silvan Calarco 0.99.2-1mamba +- update to 0.99.2 + +* Wed May 07 2008 Tiziana Ferro 0.99-1mamba +- update to 0.99 + +* Tue Jun 14 2005 Alessandro Ramazzina 0.97-1qilnx +- new version + +* Wed May 18 2005 Matteo Bernasconi 0.94-1qilnx +- First Build