SPECS: ddrescue.spec - update + małe poprawki
Paweł Cyranek
czucz at mag-net.one.pl
Thu Jan 6 15:47:57 CET 2005
Witam,
podsyłam update, paczka się buduje i działa tylko proszę zerknąć w sekcje
%build czy jest do końca poprawna.
Pozdrawiam.
--
Paweł Cyranek
mailto: czucz at mag-net.one.pl | p.cyranek at gazeta.pl
gg:1198474 | gsm:+48504650597
-------------- next part --------------
Index: ddrescue.spec
===================================================================
RCS file: /cvsroot/SPECS/ddrescue.spec,v
retrieving revision 1.4
diff -u -r1.4 ddrescue.spec
--- ddrescue.spec 26 Dec 2004 19:46:11 -0000 1.4
+++ ddrescue.spec 6 Jan 2005 14:40:16 -0000
@@ -2,12 +2,12 @@
Summary: Data copying in presence of I/O errors
Summary(pl): Kopiowanie danych z błędami wejścia/wyjścia
Name: ddrescue
-Version: 0.8
+Version: 0.9
Release: 1
License: GPL
Group: Applications/System
Source0: http://savannah.nongnu.org/download/ddrescue/%{name}-%{version}.tar.bz2
-# Source0-md5: a2c8badd0289a94c0038ca4bb0a83441
+# Source0-md5: f98e339818f2a81e28574baa5c8657a1
URL: http://www.nongnu.org/ddrescue/ddrescue.html
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,6 +52,7 @@
%setup -q
%build
+./configure
%{__make} \
CXX="%{__cxx}" \
CXXFLAGS="%{rpmcflags}"
@@ -59,14 +60,14 @@
%install
rm -rf $RPM_BUILD_ROOT
install -D ddrescue $RPM_BUILD_ROOT%{_bindir}/ddrescue
-install -D ddrescue.1 $RPM_BUILD_ROOT%{_mandir}/man1/ddrescue.1
+install -D doc/ddrescue.1 $RPM_BUILD_ROOT%{_mandir}/man1/ddrescue.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc ChangeLog README
+%doc AUTHORS ChangeLog NEWS README TODO doc/ddrescue.info
%attr(755,root,root) %{_bindir}/ddrescue
%{_mandir}/man1/*
More information about the pld-devel-pl
mailing list