|
Lines 1-22
Link Here
|
| 1 |
%define dnh dnh3.2 |
1 |
%define dnh dnh |
| 2 |
|
|
|
| 3 |
Name: ctorrent |
2 |
Name: ctorrent |
| 4 |
Version: 1.3.4 |
3 |
Version: 3.3.2 |
| 5 |
Release: alt2.%{dnh}.1 |
4 |
Release: alt1 |
| 6 |
Summary: BitTorrent Client written in C |
5 |
Summary: BitTorrent Client written in C |
| 7 |
Group: Networking/File transfer |
6 |
Group: Networking/File transfer |
| 8 |
License: GPL |
7 |
License: GPL |
| 9 |
Packager: Pavlov Konstantin <thresh@altlinux.ru> |
8 |
Packager: Pavlov Konstantin <thresh at altlinux.ru> |
| 10 |
URL: http://www.rahul.net/dholmes/ctorrent/ |
9 |
Url: http://www.rahul.net/dholmes/ctorrent/ |
| 11 |
Source0: http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}-%{dnh}.tar.gz |
10 |
Source0: http://www.rahul.net/dholmes/ctorrent/%name-%dnh%version.tar.gz |
| 12 |
BuildRequires: openssl-devel gcc-c++ |
11 |
|
|
|
12 |
Patch0: %name-%dnh%version-filesize.patch |
| 13 |
Patch1: %name-%dnh%version-multitracker.patch |
| 14 |
|
| 15 |
# Automatically added by buildreq on Sat Jan 31 2009 (-bi) |
| 16 |
BuildRequires: gcc-c++ libssl-devel |
| 13 |
|
17 |
|
| 14 |
%description |
18 |
%description |
| 15 |
CTorrent is a BitTorrent Client written in C that |
19 |
CTorrent is a BitTorrent Client written in C that |
| 16 |
doesn't require any graphical component, such as an X server. |
20 |
doesn't require any graphical component, such as an X server. |
| 17 |
|
21 |
|
| 18 |
%prep |
22 |
%prep |
| 19 |
%setup -q -n %{name}-%{dnh} |
23 |
%setup -q -n %name-%dnh%version |
|
|
24 |
%patch0 -p1 |
| 25 |
%patch1 -p1 |
| 20 |
|
26 |
|
| 21 |
%build |
27 |
%build |
| 22 |
%configure |
28 |
%configure |
|
Lines 27-34
Link Here
|
| 27 |
%make_install DESTDIR=%buildroot install |
33 |
%make_install DESTDIR=%buildroot install |
| 28 |
|
34 |
|
| 29 |
%files |
35 |
%files |
| 30 |
%{_bindir}/ctorrent |
36 |
%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT UserGuide |
| 31 |
%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT |
37 |
%_bindir/ctorrent |
| 32 |
|
38 |
|
| 33 |
%changelog |
39 |
%changelog |
| 34 |
* Sat Aug 09 2008 ALT QA Team Robot <qa-robot@altlinux.org> 1.3.4-alt2.dnh3.2.1 |
40 |
* Sat Aug 09 2008 ALT QA Team Robot <qa-robot@altlinux.org> 1.3.4-alt2.dnh3.2.1 |
|
Lines 62-69
Link Here
|
| 62 |
- Removed libc.so.6 libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1) in BR |
68 |
- Removed libc.so.6 libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1) in BR |
| 63 |
- Description Changed |
69 |
- Description Changed |
| 64 |
- Fixed URL |
70 |
- Fixed URL |
| 65 |
|
71 |
|
| 66 |
* Sun Feb 1 2004 YuHong <bsdi@sina.com> 1.3.2 |
72 |
* Sun Feb 1 2004 YuHong <bsdi@sina.com> 1.3.2 |
| 67 |
- First Release |
73 |
- First Release |
| 68 |
|
|
|
| 69 |
|