source: projects/specs/trunk/lib/libk/libktorrent/libktorrent-vl.spec @ 1636

Revision 1636, 2.2 KB checked in by inagaki, 14 years ago (diff)

NEW: libktorrent, avogadro, numpy

Line 
1Name:    libktorrent
2Summary: Library providing torrent downloading code
3Version: 1.0.2
4Release: 3%{?_dist_release}
5
6Group:   System Environment/Libraries
7License: GPLv2+
8URL:     http://ktorrent.org/
9
10Source0: http://ktorrent.org/downloads/4.0.2/libktorrent-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: libboost-devel
14BuildRequires: gettext
15BuildRequires: gmp-devel
16BuildRequires: kdelibs4-devel >= 4.5.0
17BuildRequires: qca2-devel
18
19%description
20%{summary}.
21
22%package devel
23Summary: Developer files for %{name}
24Group:   Development/Libraries
25Obsoletes: ktorrent-devel <= 4.0
26Requires: %{name} = %{version}-%{release}
27Requires: kdelibs4-devel >= 4.5.0
28
29%description devel
30%{summary}.
31
32
33
34%prep
35%setup -q -n %{name}-%{version}
36
37%build
38mkdir -p %{_target_platform}
39pushd %{_target_platform}
40unset QTDIR || : ; . /etc/profile.d/qt4.sh
41%cmake \
42    -DCMAKE_BUILD_TYPE=release \
43    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
44    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
45    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
46    ..
47popd
48
49make %{?_smp_mflags} -C %{_target_platform}
50
51
52%install
53rm -rf %{buildroot}
54
55make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
56
57%find_lang %{name} --with-kde
58
59
60%clean
61rm -rf %{buildroot}
62
63
64%post -p /sbin/ldconfig
65
66%postun -p /sbin/ldconfig
67
68
69%files -f %{name}.lang
70%defattr(-,root,root,-)
71%doc ChangeLog COPYING
72%{_libdir}/libktorrent.so.2*
73
74%files devel
75%defattr(-,root,root,-)
76%{_datadir}/kde4/apps/cmake/modules/FindKTorrent.cmake
77%{_includedir}/kde4/libktorrent/
78%{_libdir}/libktorrent.so
79
80
81%changelog
82* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.2-3
83- initial build for Vine Linux
84
85* Fri Jul  9 2010 Alexey Kurov <nucleo@fedoraproject.org> - 1.0.2-2
86- fixed license tag
87- added license text
88
89* Thu Jul  8 2010 Alexey Kurov <nucleo@fedoraproject.org> - 1.0.2-1
90- libktorrent-1.0.2
91
92* Tue Jun 15 2010 Alexey Kurov <nucleo@fedoraproject.org> - 1.0.1-1
93- libktorrent-1.0.1
94
95* Mon May 24 2010 Rex Dieter <rdieter@fedoraproject.org> 1.0.0-1
96- libktorrent-1.0.0
97
98* Wed May 05 2010 Rex Dieter <rdieter@fedoraproject.org> 1.0-0.2.rc1
99- -devel: Obsoletes: ktorrent-devel
100
101* Mon May 03 2010 Rex Dieter <rdieter@fedoraproject.org> 1.0-0.1.rc1
102- libktorrent-1.0rc1
103
Note: See TracBrowser for help on using the repository browser.