automatic rebuild by autodist [release 0.99.2-2mamba;Sun Aug 18 2013]
This commit is contained in:
parent
167b66c0a9
commit
2c2369dc16
@ -1,2 +1,4 @@
|
||||
# vamps
|
||||
|
||||
Vamps allow the copy of one or more titles from a DVD9 to a DVD5.
|
||||
|
||||
|
56
vamps.spec
Normal file
56
vamps.spec
Normal file
@ -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 <tiziana.ferro@email.it>
|
||||
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 <autodist@mambasoft.it> 0.99.2-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Tue May 27 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.2-1mamba
|
||||
- update to 0.99.2
|
||||
|
||||
* Wed May 07 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.99-1mamba
|
||||
- update to 0.99
|
||||
|
||||
* Tue Jun 14 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.97-1qilnx
|
||||
- new version
|
||||
|
||||
* Wed May 18 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.94-1qilnx
|
||||
- First Build
|
Loading…
Reference in New Issue
Block a user