SPECS: qbittorrent.spec - added boost-* BRs - BR: pkgconfig - BR: ...
arvenil
arvenil at pld-linux.org
Tue Oct 23 19:12:02 CEST 2007
Author: arvenil Date: Tue Oct 23 17:12:02 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added boost-* BRs
- BR: pkgconfig
- BR: which
- /usr => %{_prefix}
---- Files affected:
SPECS:
qbittorrent.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/qbittorrent.spec
diff -u SPECS/qbittorrent.spec:1.5 SPECS/qbittorrent.spec:1.6
--- SPECS/qbittorrent.spec:1.5 Wed Jun 13 12:52:28 2007
+++ SPECS/qbittorrent.spec Tue Oct 23 19:11:57 2007
@@ -13,14 +13,20 @@
BuildRequires: QtCore-devel
BuildRequires: QtGui-devel
BuildRequires: QtNetwork-devel
+BuildRequires: boost-array-devel
+BuildRequires: boost-bind-devel
+BuildRequires: boost-call_traits-devel
BuildRequires: boost-date_time-devel
BuildRequires: boost-devel
BuildRequires: boost-filesystem-devel
+BuildRequires: boost-thread-devel
BuildRequires: curl-devel
+BuildRequires: pkgconfig
BuildRequires: qt4-build
BuildRequires: qt4-qmake
BuildRequires: rb_libtorrent-devel >= 0.12
BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: which
Requires: python >= 1:2.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,7 +42,7 @@
%build
./configure \
- --prefix=/usr
+ --prefix=%{_prefix}
%{__make}
%install
@@ -77,6 +83,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2007/10/23 17:11:57 arvenil
+- added boost-* BRs
+- BR: pkgconfig
+- BR: which
+- /usr => %{_prefix}
+
Revision 1.5 2007/06/13 10:52:28 lisu
- up to 0.9.3
- BR: QtNetwork-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qbittorrent.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list