Author: charles Date: Wed Oct 19 14:59:25 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.64 - added -configure.patch, updated -DESTDIR.patch and %files
---- Files affected: SPECS: dvdisaster.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/dvdisaster.spec diff -u SPECS/dvdisaster.spec:1.7 SPECS/dvdisaster.spec:1.8 --- SPECS/dvdisaster.spec:1.7 Sun Oct 9 13:23:28 2005 +++ SPECS/dvdisaster.spec Wed Oct 19 16:59:20 2005 @@ -5,13 +5,14 @@ Summary: dvdisaster - Additional error correction for CD and DVD media Summary(pl): dvdisaster - dodatkowa korekcja błędów dla nośników CD i DVD Name: dvdisaster -Version: 0.63 +Version: 0.64 Release: 1 License: GPL v2 Group: X11/Applications -Source0: http://download.berlios.de/dvdisaster/%{name}-%{version}.tbz -# Source0-md5: c497d9231add3ded6cd3b96ac3f4b5ab +Source0: http://download.berlios.de/dvdisaster/%{name}-%{version}.tar.bz +# Source0-md5: cc119427304d5181932b6bf5c0d2e7b5 Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-configure.patch URL: http://www.dvdisaster.com/ BuildRequires: gettext-devel BuildRequires: glib2-devel @@ -58,12 +59,13 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__sed} -i 's,gawk,awk,g' locale/create-makefile -%configure2_13 -%{__make} \ - CFLAGS="%{rpmcflags}" +%configure2_13 \ + --localedir=%{_datadir}/locale +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -82,6 +84,9 @@ %doc documentation/en documentation/images %lang(de) %doc CREDITS.de documentation/de %attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* +%lang(de) %{_mandir}/de/man1/* +%lang(it) %{_mandir}/it/man1/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -89,6 +94,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2005/10/19 14:59:20 charles +- updated to 0.64 +- added -configure.patch, updated -DESTDIR.patch and %files + Revision 1.7 2005/10/09 11:23:28 charles - updated to 0.63 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dvdisaster.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
