Lines 1-22
Link Here
|
1 |
%define dnh dnh3.2 |
|
|
2 |
|
3 |
Name: ctorrent |
1 |
Name: ctorrent |
4 |
Version: 1.3.4 |
2 |
Version: dnh3.3.2 |
5 |
Release: alt2.%{dnh}.1 |
3 |
Release: alt1 |
6 |
Summary: BitTorrent Client written in C |
4 |
Summary: BitTorrent Client written in C |
7 |
Group: Networking/File transfer |
5 |
Group: Networking/File transfer |
8 |
License: GPL |
6 |
License: GPL |
9 |
Packager: Pavlov Konstantin <thresh@altlinux.ru> |
7 |
Packager: Pavlov Konstantin <thresh at altlinux.ru> |
10 |
URL: http://www.rahul.net/dholmes/ctorrent/ |
8 |
Url: http://www.rahul.net/dholmes/ctorrent/ |
11 |
Source0: http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}-%{dnh}.tar.gz |
9 |
Source0: http://www.rahul.net/dholmes/ctorrent/%name-%version.tar.gz |
12 |
BuildRequires: openssl-devel gcc-c++ |
10 |
|
|
|
11 |
Patch0: %name-%version-filesize.patch |
12 |
Patch1: %name-%version-multitracker.patch |
13 |
|
14 |
# Automatically added by buildreq on Sat Jan 31 2009 (-bi) |
15 |
BuildRequires: gcc-c++ libssl-devel |
13 |
|
16 |
|
14 |
%description |
17 |
%description |
15 |
CTorrent is a BitTorrent Client written in C that |
18 |
CTorrent is a BitTorrent Client written in C that |
16 |
doesn't require any graphical component, such as an X server. |
19 |
doesn't require any graphical component, such as an X server. |
17 |
|
20 |
|
18 |
%prep |
21 |
%prep |
19 |
%setup -q -n %{name}-%{dnh} |
22 |
%setup -q -n %name-%version |
|
|
23 |
%patch0 -p1 |
24 |
%patch1 -p1 |
20 |
|
25 |
|
21 |
%build |
26 |
%build |
22 |
%configure |
27 |
%configure |
Lines 27-69
Link Here
|
27 |
%make_install DESTDIR=%buildroot install |
32 |
%make_install DESTDIR=%buildroot install |
28 |
|
33 |
|
29 |
%files |
34 |
%files |
30 |
%{_bindir}/ctorrent |
35 |
%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT UserGuide |
31 |
%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT |
36 |
%_bindir/ctorrent |
32 |
|
|
|
33 |
%changelog |
34 |
* Sat Aug 09 2008 ALT QA Team Robot <qa-robot@altlinux.org> 1.3.4-alt2.dnh3.2.1 |
35 |
- Automated rebuild due to libcrypto.so.6 -> libcrypto.so.7 soname change. |
36 |
|
37 |
* Mon Jan 28 2008 Pavlov Konstantin <thresh@altlinux.ru> 1.3.4-alt2.dnh3.2 |
38 |
- Fix #13930. |
39 |
|
40 |
* Wed Aug 22 2007 Pavlov Konstantin <thresh@altlinux.ru> 1.3.4-alt1.dnh3.2 |
41 |
- dnh3.2 update. |
42 |
|
43 |
* Wed Jun 27 2007 Pavlov Konstantin <thresh@altlinux.ru> 1.3.4-alt1.dnh3.1 |
44 |
- dnh3.1 update. |
45 |
|
46 |
* Tue May 29 2007 Pavlov Konstantin <thresh@altlinux.ru> 1.3.4-alt1.dnh3 |
47 |
- Initial build for ALT. |
48 |
|
49 |
* Wed Nov 01 2006 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.3.4-3.dnh2.1 |
50 |
- upstream has stopped development, rebase to Enhanced CTorrent, fixes #212307 |
51 |
- add more docs |
52 |
|
53 |
* Tue Oct 03 2006 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.3.4-2 |
54 |
- rebuilt for unwind info generation, broken in gcc-4.1.1-21 |
55 |
|
56 |
* Thu Sep 21 2006 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.3.4-1 |
57 |
- update to 1.3.4 |
58 |
- mass rebuild |
59 |
|
60 |
* Wed May 24 2006 Andrea Veri <bluekuja@ubuntu.com> 1.3.2-3 |
61 |
- Added openssl-devel to BR |
62 |
- Removed libc.so.6 libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1) in BR |
63 |
- Description Changed |
64 |
- Fixed URL |
65 |
|
66 |
* Sun Feb 1 2004 YuHong <bsdi@sina.com> 1.3.2 |
67 |
- First Release |
68 |
|
69 |
|