rpms/rtorrent/devel rtorrent.spec,1.1,1.2

Chris Chabot (chabotc) fedora-extras-commits at redhat.com
Sat Jan 14 21:42:00 UTC 2006


Author: chabotc

Update of /cvs/extras/rpms/rtorrent/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2977

Modified Files:
	rtorrent.spec 
Log Message:
fixed ncurses requirement booboo


Index: rtorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/rtorrent/devel/rtorrent.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtorrent.spec	14 Jan 2006 21:30:05 -0000	1.1
+++ rtorrent.spec	14 Jan 2006 21:42:00 -0000	1.2
@@ -2,13 +2,13 @@
 License:       GPL
 Group:         Applications/Internet
 Version:       0.4.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       BitTorrent client based on libtorrent 
 URL:           http://rtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
 Source1:       rtorrent.rc.example
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.8.2, curl-devel
+BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.8.2, curl-devel, ncurses-devel
 
 %description
 A BitTorrent client using libtorrent, which on high-bandwidth connections is 
@@ -39,6 +39,9 @@
 %{_mandir}/man1/rtorrent*
 
 %changelog
+* Sat Jan 14 2006 - Chris Chabot <chabotc at xs4all.nl> - 0.4.2-3
+- Added ncurses-devel to buildrequirements
+
 * Sat Jan 14 2006 - Chris Chabot <chabotc at xs4all.nl> - 0.4.2-2
 - Improved summary & description
 - Removed explicit requires, leaving to rpm




More information about the fedora-extras-commits mailing list