Author: charles Date: Wed Feb 15 21:01:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.5.16
---- Files affected: SPECS: vobcopy.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/vobcopy.spec diff -u SPECS/vobcopy.spec:1.11 SPECS/vobcopy.spec:1.12 --- SPECS/vobcopy.spec:1.11 Sun Feb 15 16:10:51 2004 +++ SPECS/vobcopy.spec Wed Feb 15 22:01:50 2006 @@ -6,12 +6,12 @@ Summary: Tool to copy selected titles from dvd to disk Summary(pl): Program do kopiowania wybranych tytułów z dvd na dysk Name: vobcopy -Version: 0.5.10 +Version: 0.5.16 Release: 1 License: GPL Group: Applications Source0: http://lpn.rnbhq.org/download/%{name}-%{version}.tar.bz2 -# Source0-md5: dc2f5cfb2bb2b626aeb9053ccd329b76 +# Source0-md5: b36267dd8bc5b4aabb1ac1217fc8183b URL: http://www.linux-programming-newbie.org/projects/c/c.html BuildRequires: libdvdread-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,7 +32,7 @@ %setup -q %build -./configure.sh \ +sh configure.sh \ %{?with_lfs:--with-lfs} %{__make} \ CC="%{__cc}" \ @@ -40,19 +40,21 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{man1,de/man1}} install vobcopy $RPM_BUILD_ROOT%{_bindir} install vobcopy.1 $RPM_BUILD_ROOT%{_mandir}/man1 +install vobcopy.1.de $RPM_BUILD_ROOT%{_mandir}/de/man1/vobcopy.1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README Changelog TODO Release-Notes *.txt +%doc Changelog README Release-Notes *.txt TODO %attr(755,root,root) %{_bindir}/* -%attr(644,root,root) %{_mandir}/man1/* +%{_mandir}/man1/* +%lang(de) %{_mandir}/de/man1/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -60,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2006/02/15 21:01:50 charles +- updated to 0.5.16 + Revision 1.11 2004/02/15 15:10:51 eothane - bcond style, changelog cleanups ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/vobcopy.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
