]> git.pld-linux.org Git - packages/qbittorrent.git/blame - qbittorrent.spec
- some suggestions
[packages/qbittorrent.git] / qbittorrent.spec
CommitLineData
1e6f0590 1Summary: qbittorrent - Qt4-based torrent client
dfb55a62 2Summary(hu.UTF-8): qbittorrent - Qt4-alapĂș torrent kliens
1e6f0590 3Summary(pl.UTF-8): qbittorrent - graficzny klient torrenta oparty na Qt4
4Name: qbittorrent
852ba645 5Version: 2.2.1
119baed6 6Release: 1
11f119c8 7License: GPL v2+
1e6f0590 8Group: X11/Applications
51a66704 9Source0: http://downloads.sourceforge.net/qbittorrent/%{name}-%{version}.tar.gz
852ba645 10# Source0-md5: 0aa86b57eb1b622a6d2dc06dcbaf6177
1e6f0590 11URL: http://qbittorrent.sourceforge.net/
12BuildRequires: QtCore-devel
13BuildRequires: QtGui-devel
11f119c8 14BuildRequires: QtNetwork-devel
9dc2c907 15BuildRequires: QtXml-devel
4a2dbd68 16BuildRequires: boost-devel >= 1.36.0
3885888b
ZU
17# Warning: libtorrent-rasterbar v0.14.9 was detected. Some feature will be disabled because they require v0.15.0.
18# so >= 0.15.0 ?
5dd29db1 19BuildRequires: libtorrent-rasterbar-devel >= 0.14.4
60660486 20BuildRequires: pkgconfig
1e6f0590 21BuildRequires: qt4-build
22BuildRequires: qt4-qmake
23BuildRequires: rpmbuild(macros) >= 1.129
60660486 24BuildRequires: which
a0832e35 25Requires: python >= 1:2.3
1e6f0590 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29qTorrent - Qt4-based torrent client.
30
dfb55a62
ZU
31%description -l hu.UTF-8
32qBittorrent - Qt4-alapĂș torrent kliens
33
1e6f0590 34%description -l pl.UTF-8
35qTorrent - graficzny klient torrenta oparty na Qt4.
36
37%prep
38%setup -q
1e6f0590 39
40%build
a0832e35 41./configure \
b267d84d 42 --prefix=%{_prefix}
3885888b
ZU
43#
44#!!!!! should we use instead of configure?
45#
46# qmake-qt4 \
47# QMAKE_CXX="%{__cxx}" \
48# QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags}"
49#
1e6f0590 50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_desktopdir}}
a0832e35 56install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/{128x128/apps,16x16/apps,192x192/apps,22x22/apps,24x24/apps,32x32/apps,36x36/apps,48x48/apps,64x64/apps,72x72/apps,96x96/apps}
1e6f0590 57
58install src/qbittorrent $RPM_BUILD_ROOT%{_bindir}
59install doc/* $RPM_BUILD_ROOT%{_mandir}/man1
60install src/Icons/qBittorrent.desktop $RPM_BUILD_ROOT%{_desktopdir}
a0832e35
JB
61install src/menuicons/16x16/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/16x16/apps
62install src/menuicons/22x22/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/22x22/apps
63install src/menuicons/24x24/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/24x24/apps
64install src/menuicons/32x32/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps
65install src/menuicons/36x36/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/36x36/apps
66install src/menuicons/48x48/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48/apps
67install src/menuicons/64x64/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/64x64/apps
68install src/menuicons/72x72/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/72x72/apps
69install src/menuicons/96x96/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/96x96/apps
70install src/menuicons/128x128/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/128x128/apps
71install src/menuicons/192x192/apps/* $RPM_BUILD_ROOT%{_iconsdir}/hicolor/192x192/apps
1e6f0590 72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%files
77%defattr(644,root,root,755)
78%doc AUTHORS Changelog README
79%attr(755,root,root) %{_bindir}/%{name}
5376a5bb 80%{_mandir}/man1/*.1*
a0832e35 81%{_iconsdir}/hicolor/*/apps/*
1e6f0590 82%{_desktopdir}/qBittorrent.desktop
This page took 0.177396 seconds and 4 git commands to generate.