Author: duddits Date: Tue Sep 30 14:24:16 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 3.1 - Makefile patch obsolete - %install phase tune-ups
---- Files affected: SPECS: md5deep.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/md5deep.spec diff -u SPECS/md5deep.spec:1.22 SPECS/md5deep.spec:1.23 --- SPECS/md5deep.spec:1.22 Sun Aug 26 22:15:23 2007 +++ SPECS/md5deep.spec Tue Sep 30 16:24:11 2008 @@ -2,13 +2,12 @@ Summary: Compute MD5 message digests on an arbitrary number of files Summary(pl.UTF-8): Obliczanie skrótów MD5 dla dowolnej liczby plików Name: md5deep -Version: 1.13 +Version: 3.1 Release: 1 License: Public Domain Group: Applications/System Source0: http://dl.sourceforge.net/md5deep/%{name}-%{version}.tar.gz -# Source0-md5: e0fc5cffa676a9f8d42da78c781736ba -Patch0: %{name}-Makefile.patch +# Source0-md5: e040566200cb282e7948ed9f5f0adff3 URL: http://md5deep.sourceforge.net/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -45,9 +44,9 @@ %prep %setup -q -%patch0 -p1 %build +%configure %{__make} \ LDFLAGS="%{rpmldflags}" \ OURCC="%{__cc}" \ @@ -56,20 +55,20 @@ %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ - PREFIX=$RPM_BUILD_ROOT%{_prefix} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} -for m in sha1deep.1 sha256deep.1 tigerdeep.1 whirlpooldeep.1; do - rm -f $RPM_BUILD_ROOT%{_mandir}/man1/$m - echo ".so md5deep.1" > $RPM_BUILD_ROOT%{_mandir}/man1/$m +for m in md5deep.1 sha1deep.1 sha256deep.1 tigerdeep.1 whirlpooldeep.1; do + cp -f %{name}/$m $RPM_BUILD_ROOT%{_mandir}/man1 done +install %{name}/%{name} %{name}/sha1deep %{name}/sha256deep %{name}/tigerdeep %{name}/whirlpooldeep $RPM_BUILD_ROOT%{_bindir} + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc CHANGES README +%doc README AUTHORS NEWS TODO ChangeLog %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* @@ -79,6 +78,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2008/09/30 14:24:11 duddits +- up to 3.1 +- Makefile patch obsolete +- %install phase tune-ups + Revision 1.22 2007/08/26 20:15:23 megabajt - updated to 1.13 - fixed License (Public Domain) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/md5deep.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
