SPECS: md4sum.spec (NEW) - new spec by Patryk Szczyg³owski (psz)

jajcus jajcus at pld-linux.org
Mon Oct 24 11:36:42 CEST 2005


Author: jajcus                       Date: Mon Oct 24 09:36:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec by Patryk Szczygłowski (psz)

---- Files affected:
SPECS:
   md4sum.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/md4sum.spec
diff -u /dev/null SPECS/md4sum.spec:1.1
--- /dev/null	Mon Oct 24 11:36:42 2005
+++ SPECS/md4sum.spec	Mon Oct 24 11:36:37 2005
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+
+Summary:	Generate or check MD4 message digests
+Summary(pl):	Generuje lub sprawdza skróty MD4
+Name:		md4sum
+Version:	0.02.01
+Release:	1
+License:	GPL
+Group:		Applications/File
+Source0:	ftp://ibiblio.org/pub/Linux/utils/file/%{name}-%{version}.tar.gz
+# Source0-md5:	f8c060c61231429f0efb7860da1423f6
+URL:		http://linux.xulin.de/c/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+md4sum is a small utility used to generate or check MD4 message 
+digests. It can be used also for ed2k links.
+
+%description -l pl
+md4sum jest to małe narzędzie służące do generowania lub sprawdzania 
+skrótów MD4. Może także posłużyć do zarządznia odnośnikami ed2k.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+%{__make} test
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install md4sum $RPM_BUILD_ROOT%{_bindir}
+
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install md4sum.1  $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/24 09:36:37  jajcus
+- new spec by Patryk Szczygłowski (psz)
+
================================================================



More information about the pld-cvs-commit mailing list