Changes of Revision 8
[-] | Changed | vobcopy.spec |
x 1
2 %define name vobcopy 3 -%define version 1.1.1 4 +%define version 1.1.2 5 %define release 1 6 7 Name: %{name} 8
9 Release: %{release} 10 11 Source0: %{name}-%{version}.tar.bz2 12 -Patch0: %{name}-fopen.diff 13 +#Patch0: %{name}-fopen.diff 14 BuildRoot: %{_tmppath}/%{name}-root 15 Requires: glibc 16 Requires: libdvdread >= 0.9.7 17
18 19 %prep 20 %setup -q 21 -%patch0 22 +#%patch0 23 ./configure.sh --prefix=%{buildroot}%{_prefix} --bindir=%{buildroot}%{_bindir} \ 24 --mandir=%{buildroot}%{_mandir} --with-dvdread-libs=%{_prefix} \ 25 --with-lfs 26 |
||
Added | vobcopy-1.1.2.tar.bz2 ^ |