rpms/libtorrent/devel libtorrent.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Chabot (chabotc) fedora-extras-commits at redhat.com
Sat Jan 14 19:15:12 UTC 2006


Author: chabotc

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

Modified Files:
	.cvsignore sources 
Added Files:
	libtorrent.spec 
Log Message:
auto-import libtorrent-0.8.2-2 on branch devel from libtorrent-0.8.2-2.src.rpm


--- NEW FILE libtorrent.spec ---
Name:          libtorrent
License:       GPL
Group:         System Environment/Libraries
Version:       0.8.2
Release:       2%{?dist}
Summary:       BitTorrent library with a focus on high performance & good code
URL:           http://libtorrent.rakshasa.no/
Source0:       http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig, openssl-devel, libsigc++20-devel

%description
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus 
on high performance and good code. The library differentiates itself 
from other implementations by transfering directly from file pages to 
the network stack. On high-bandwidth connections it is able to seed at 
3 times the speed of the official client.

%package devel
Summary: Libtorrent development environment
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
Header and library definition files for developing applications                                               
with the libtorrent libraries.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING INSTALL README NEWS TODO
%{_libdir}/libtorrent.so.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/libtorrent.pc
%{_includedir}/torrent
%{_libdir}/*.so

%changelog
* Sat Jan 14 2006 - Chris Chabot <chabotc at xs4all.nl> - 0.8.2-2
- Improved general summary & devel package description 
- Simplified devel package includedir files section
- Removed openssl as requires, its implied by .so dependency
- Correct devel package Group

* Wed Jan 11 2006 - Chris Chabot <chabotc at xs4all.nl> - 0.8.2-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtorrent/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jan 2006 19:13:38 -0000	1.1
+++ .cvsignore	14 Jan 2006 19:15:11 -0000	1.2
@@ -0,0 +1 @@
+libtorrent-0.8.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtorrent/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jan 2006 19:13:38 -0000	1.1
+++ sources	14 Jan 2006 19:15:11 -0000	1.2
@@ -0,0 +1 @@
+c1f7bf1b34cbfca252becf9ff734d112  libtorrent-0.8.2.tar.gz




More information about the fedora-extras-commits mailing list