SPECS: mldonkey.spec - updated to 2.6.4 - changed name from ed2k_h...
paszczus
paszczus at pld-linux.org
Mon Sep 5 16:20:31 CEST 2005
Author: paszczus Date: Mon Sep 5 14:20:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.6.4
- changed name from ed2k_hash to mld_hash
- added file svg_converter to utils subpackage
- release 1
---- Files affected:
SPECS:
mldonkey.spec (1.123 -> 1.124)
---- Diffs:
================================================================
Index: SPECS/mldonkey.spec
diff -u SPECS/mldonkey.spec:1.123 SPECS/mldonkey.spec:1.124
--- SPECS/mldonkey.spec:1.123 Mon Aug 22 17:58:04 2005
+++ SPECS/mldonkey.spec Mon Sep 5 16:20:25 2005
@@ -26,7 +26,7 @@
Name: mldonkey
%define ocaml_ver 3.08.4
#%define patch_pack c
-%define real_ver 2.6.3
+%define real_ver 2.6.4
#Version: %{real_ver}%{patch_pack}
Version: %{real_ver}
Release: 1
@@ -36,7 +36,7 @@
#Source0: http://savannah.nongnu.org/download/mldonkey/%{name}-%{version}.tar.gz
#Source0: http://download.berlios.de/pub/mldonkey/spiralvoice/cvs/%{name}-%{real_ver}.tar.bz2
Source0: http://savannah.nongnu.org/download/mldonkey/%{name}-%{version}.tar.bz2
-# Source0-md5: 5a71317970b0c5c2a50d3d4e98c14f41
+# Source0-md5: d969f81b51e194fcaf46790686269e3e
Source1: %{name}.init
Source2: %{name}.sysconfig
Source3: %{name}.sh
@@ -176,12 +176,12 @@
Group: Applications/Networking
%description utils
-This package includes misc utils for mldonkey eg.: ed2k_hash,
-make_torent, get_range, copysource, subconv.
+This package includes misc utils for mldonkey eg.: mld_hash,
+make_torent, get_range, copysource, subconv, svg_converter.
%description utils -l pl
-Ten pakiet zawiera następujące narzędzia dla mldonkeya: ed2k_hash,
-make_torent, get_range, copysource, subconv.
+Ten pakiet zawiera następujące narzędzia dla mldonkeya: mld_hash,
+make_torent, get_range, copysource, subconv, svg_converter.
%prep
#%setup -q -n %{name}-%{real_ver}
@@ -250,9 +250,10 @@
# util
install make_torrent $RPM_BUILD_ROOT%{_bindir}
install get_range $RPM_BUILD_ROOT%{_bindir}
-install ed2k_hash $RPM_BUILD_ROOT%{_bindir}
+install mld_hash $RPM_BUILD_ROOT%{_bindir}
install copysources $RPM_BUILD_ROOT%{_bindir}
install subconv $RPM_BUILD_ROOT%{_bindir}
+install svg_converter $RPM_BUILD_ROOT%{_bindir}
install distrib/ed2k_submit/mldonkey_submit $RPM_BUILD_ROOT%{_bindir}/mldonkey_submit
install distrib/ed2k_submit/mldonkey $RPM_BUILD_ROOT/etc/sysconfig/mldonkey_submit
@@ -359,8 +360,9 @@
%attr(755,root,root) %{_bindir}/get_range
%attr(755,root,root) %{_bindir}/copysources
%attr(755,root,root) %{_bindir}/make_torrent
-%attr(755,root,root) %{_bindir}/ed2k_hash
+%attr(755,root,root) %{_bindir}/mld_hash
%attr(755,root,root) %{_bindir}/subconv
+%attr(755,root,root) %{_bindir}/svg_converter
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -368,6 +370,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.124 2005/09/05 14:20:25 paszczus
+- updated to 2.6.4
+- changed name from ed2k_hash to mld_hash
+- added file svg_converter to utils subpackage
+- release 1
+
Revision 1.123 2005/08/22 15:58:04 paszczus
- ocaml 3.08.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mldonkey.spec?r1=1.123&r2=1.124&f=u
More information about the pld-cvs-commit
mailing list