Пакет ctorrent: Specfile

%define dnh dnh3.1

Name: ctorrent
Version: 1.3.4
Release: alt1.%{dnh}
Summary: BitTorrent Client written in C
Group: Networking/File transfer
License: GPL
Packager: Pavlov Konstantin <thresh@altlinux.ru>
URL: http://www.rahul.net/dholmes/ctorrent/
Source0: http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}-%{dnh}.tar.gz
BuildRequires: openssl-devel gcc-c++

%description
CTorrent is a BitTorrent Client written in C that
doesn't require any graphical component, such as an X server.

%prep
%setup -q -n %{name}-%{dnh}

%build
%configure

%make

%install
%make_install DESTDIR=%buildroot install

%files
%{_bindir}/ctorrent
%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT

%changelog
* Wed Jun 27 2007 Pavlov Konstantin <thresh@altlinux.ru> 1.3.4-alt1.dnh3.1
- dnh3.1 update.

* Tue May 29 2007 Pavlov Konstantin <thresh@altlinux.ru> 1.3.4-alt1.dnh3
- Initial build for ALT.

* Wed Nov 01 2006 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.3.4-3.dnh2.1
- upstream has stopped development, rebase to Enhanced CTorrent, fixes #212307
- add more docs

* Tue Oct 03 2006 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.3.4-2
- rebuilt for unwind info generation, broken in gcc-4.1.1-21

* Thu Sep 21 2006 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 1.3.4-1
- update to 1.3.4
- mass rebuild

* Wed May 24 2006 Andrea Veri <bluekuja@ubuntu.com> 1.3.2-3
 - Added openssl-devel to BR
 - Removed libc.so.6 libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1) in BR
 - Description Changed
 - Fixed URL
 
* Sun Feb 1 2004 YuHong <bsdi@sina.com> 1.3.2
 - First Release