X-Git-Url: http://git.pld-linux.org/?p=packages%2FcDonkey.git;a=blobdiff_plain;f=cDonkey.spec;h=2f7caa08dc9529b6917af3eeab689a6fc540c684;hp=fc45905110cc29912e1bb32e9b0d7759e71b39b6;hb=14efb0b4323a50b754fce9d7467616cbc4a523cb;hpb=9f1a29af1352e4f3b57644cab7553d8aeb8c3fc0 diff --git a/cDonkey.spec b/cDonkey.spec index fc45905..2f7caa0 100644 --- a/cDonkey.spec +++ b/cDonkey.spec @@ -1,35 +1,54 @@ Summary: Open source core client for eDonkey +Summary(pl): Otwarty rdzeñ klienta sieci eDonkey Name: cDonkey -Version: 0.5.0 -Release: 1 +Version: 0.9.0 +Release: 3 License: GPL Group: Applications/Communications Source0: http://suche.org/%{name}-%{version}.tar.bz2 +# Source0-md5: 04c7b16e2aeb18a246e9892ba6fe7b7a +Patch0: %{name}-in_addr.patch +Patch1: %{name}-types.patch +Patch2: %{name}-nolibs.patch URL: http://cdonkey.suche.org/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: db-devel >= 4.1 -BuildRequires: openssl-devel -BuildRequires: zlib-devel +BuildRequires: libstdc++-devel +BuildRequires: libtool +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +Provides: eDonkey-core %description cDonkey is an open source core client for eDonkey without a GUI. It -works together with eMule and ed2k_gui. It uses Berkley DB-4.1 for +works together with eMule and ed2k_gui. It uses Berkeley DB-4.1 for fast List management. The eMule Packet data and source2source exchange was implemented. It currently only works with Linux. +%description -l pl +cDonkey jest otwartym rdzeniem klienta sieci eDonkey bez interfejsu +graficznego. Wspó³gra z eMule oraz ed2k_gui. U¿ywa bazy Berkeley w +wersji 4.1 do szybkiego zarz±dzania listami. Dzia³a tylko na Linuksie. + %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT + install -D cDonkey $RPM_BUILD_ROOT%{_bindir}/cDonkey %clean @@ -37,5 +56,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc TODO FAQ-EN README %attr(755,root,root) %{_bindir}/* -%doc TODO