Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
vobcopy
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
vobcopy.spec
@@ -15,11 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-root Requires: glibc -Requires: libdvdread >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' libdvdread`) +Requires: libdvdread >= 0.9.7 BuildRequires: glibc-devel BuildRequires: gcc -BuildRequires: libdvdread >= 0.9.5 -BuildRequires: libdvdread-devel >= 0.9.5 +BuildRequires: libdvdread >= 0.9.7 +BuildRequires: libdvdread-devel >= 0.9.7 %description vobcopy called without arguments will find the mounted dvd and copy the @@ -43,6 +43,8 @@ name-des-filmsxx-2.vob (wobei xx die Titelnummer darstellt). Es ist ebenso möglich, den kompletten Video DVD Inhalt oder einzelne Dateien zu kopieren. +%debug_package + %prep %setup -q ./configure.sh --prefix=%{buildroot}%{_prefix} --bindir=%{buildroot}%{_bindir} \ @@ -51,18 +53,18 @@ %build export CFLAGS="$RPM_OPT_FLAGS" -%__make +%{__make} %{?jobs:-j%{jobs}} %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} -%__make install +%makeinstall %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %files %defattr(-, root, root) -%doc Changelog COPYING README Release-Notes TODO alternative_programs.txt +%doc Changelog README Release-Notes TODO alternative_programs.txt %{_bindir}/* %{_mandir}/*