]> git.pld-linux.org Git - packages/cDonkey.git/blobdiff - cDonkey.spec
- tabs in preamble
[packages/cDonkey.git] / cDonkey.spec
index 581ba1876e90a2d8b77da5caf4e813c2984fc7bc..66108bc32f2c1b1e54a87988414dced6f5623bfa 100644 (file)
@@ -1,46 +1,56 @@
 Summary:       Open source core client for eDonkey
-Summary(pl):   Otwarty rdzeñ klienta sieci eDonkey
+Summary(pl.UTF-8):     Otwarty rdzeń klienta sieci eDonkey
 Name:          cDonkey
-Version:       0.8.9
-Release:       1
+Version:       0.9.0
+Release:       3
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://suche.org/%{name}-%{version}.tar.bz2
-# Source0-md5: a1a5eb43697b8f098f80709f017ab84c
+# Source0-md5: 04c7b16e2aeb18a246e9892ba6fe7b7a
+Patch0:                %{name}-in_addr.patch
+Patch1:                %{name}-types.patch
+Patch2:                %{name}-nolibs.patch
+Patch3:                %{name}-db.patch
 URL:           http://cdonkey.suche.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: db-devel >= 4.1
+BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: openssl-devel >= 0.9.7c
 BuildRequires: zlib-devel
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Provides:      eDonkey-core
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 cDonkey is an open source core client for eDonkey without a GUI. It
-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.
+works together with eMule and ed2k_gui. It uses Berkeley DB for fast
+List management. The eMule Packet data and source2source exchange was
+implemented. It currently only works with Linux.
 
-%description -l pl
+%description -l pl.UTF-8
 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.
+graficznego. Współgra z eMule oraz ed2k_gui. Używa bazy Berkeley DB
+do szybkiego zarządzania listami. Działa tylko na Linuksie.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -D cDonkey $RPM_BUILD_ROOT%{_bindir}/cDonkey
 
 %clean
@@ -48,5 +58,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
 %doc TODO FAQ-EN README
+%attr(755,root,root) %{_bindir}/*
This page took 0.08216 seconds and 4 git commands to generate.