Blob Blame History Raw
Name: ctorrent       
Version: 1.3.2       
Release: 3%{?dist}
Summary: BitTorrent Client written in C      

Group: Applications/Internet	        
License: GPL        
URL: http://ctorrent.sourceforge.net         
Source0: http://download.sourceforge.net/ctorrent/ctorrent-1.3.2.tar.gz      
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: openssl-devel   

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

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/ctorrent
%doc AUTHORS README NEWS

%changelog
* 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