]> git.pld-linux.org Git - packages/cDonkey.git/commitdiff
- added types (fixes build on 64-bit archs) and nolibs patches auto/ac/cDonkey-0_9_0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 18 Nov 2003 15:20:06 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    cDonkey.spec -> 1.15

cDonkey.spec

index ead2b06689ca8403b913d34fa452553cd92c4073..474f5d2e54ff0d42cca8b24d631fe11bdaa7c590 100644 (file)
@@ -2,18 +2,20 @@ Summary:      Open source core client for eDonkey
 Summary(pl):   Otwarty rdzeƱ klienta sieci eDonkey
 Name:          cDonkey
 Version:       0.9.0
-Release:       1
+Release:       2
 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: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: openssl-devel >= 0.9.7c
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Provides:      eDonkey-core
@@ -32,17 +34,21 @@ wersji 4.1 do szybkiego zarz
 %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
@@ -50,5 +56,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.051821 seconds and 4 git commands to generate.