SPECS: dvdisaster.spec - updated to 0.66 - BR: bzip2-devel, rm TODO
charles
charles at pld-linux.org
Mon Jun 19 06:48:11 CEST 2006
Author: charles Date: Mon Jun 19 04:48:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.66
- BR: bzip2-devel, rm TODO
---- Files affected:
SPECS:
dvdisaster.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/dvdisaster.spec
diff -u SPECS/dvdisaster.spec:1.9 SPECS/dvdisaster.spec:1.10
--- SPECS/dvdisaster.spec:1.9 Mon Dec 26 01:02:10 2005
+++ SPECS/dvdisaster.spec Mon Jun 19 06:48:05 2006
@@ -1,19 +1,17 @@
# $Revision$, $Date$
-# TODO:
-# - make desktop file
-#
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.64.2
+Version: 0.66
Release: 1
License: GPL v2
Group: X11/Applications
Source0: http://download.berlios.de/dvdisaster/%{name}-%{version}.tar.bz2
-# Source0-md5: 166b0efa724da90fd38212eda2ed352e
+# Source0-md5: 0bae5ab6bad8c4613d1250609ed1fbab
Patch0: %{name}-DESTDIR.patch
Patch1: %{name}-configure.patch
URL: http://www.dvdisaster.com/
+BuildRequires: bzip2-devel
BuildRequires: gettext-devel
BuildRequires: glib2-devel
BuildRequires: gtk+2-devel
@@ -64,14 +62,19 @@
%build
%{__sed} -i 's,gawk,awk,g' locale/create-makefile
%configure2_13 \
+ --buildroot=$RPM_BUILD_ROOT \
+ --docdir=%{_docdir} \
--localedir=%{_datadir}/locale
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+%{__make} install
+
+install contrib/dvdisaster48.png $RPM_BUILD_ROOT%{_pixmapsdir}
+install contrib/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
%find_lang %{name}
@@ -82,11 +85,15 @@
%defattr(644,root,root,755)
%doc CHANGELOG CREDITS.en DRIVE-NOTES README TODO TRANSLATION.HOWTO
%doc documentation/en documentation/images
+%lang(cs) %doc CREDITS.cs documentation/cs
%lang(de) %doc CREDITS.de documentation/de
%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*
%{_mandir}/man1/*
+%lang(cs) %{_mandir}/cs/man1/*
%lang(de) %{_mandir}/de/man1/*
%lang(it) %{_mandir}/it/man1/*
+%{_pixmapsdir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -94,6 +101,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2006/06/19 04:48:05 charles
+- updated to 0.66
+- BR: bzip2-devel, rm TODO
+
Revision 1.9 2005/12/26 00:02:10 charles
- updated to 0.64.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dvdisaster.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list