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

Revision 7728, 2.7 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.10.5

Line 
1Name:    libktorrent
2Summary: Library providing torrent downloading code
3Version: 1.3.1
4Release: 1%{?_dist_release}
5
6Group:   System Environment/Libraries
7License: GPLv2+
8URL:     http://ktorrent.org/
9
10Source0: http://ktorrent.org/downloads/4.3.0/%{name}-%{version}.tar.bz2
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: gettext
14BuildRequires: gmp-devel
15BuildRequires: kdelibs4-devel
16BuildRequires: libboost-devel
17BuildRequires: libgcrypt-devel
18BuildRequires: qca2-devel
19
20%description
21%{summary}.
22
23%package devel
24Summary: Developer files for %{name}
25Summary(ja): %{name} の開発用ファイル
26Group:   Development/Libraries
27Obsoletes: ktorrent-devel <= 4.0
28Requires: %{name} = %{version}-%{release}
29Requires: kdelibs4-devel
30
31%description devel
32%{summary}.
33
34
35%prep
36%setup -q
37
38%build
39mkdir -p %{_target_platform}
40pushd %{_target_platform}
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.*
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* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-1
83- new upstream release
84
85* Sun Sep 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-1
86- new upstream release
87
88* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.1.2-1
89- new upstream release
90
91* Wed Oct  5 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.2-1
92- new upstream release
93- added BR: libgcrypt-devel
94
95* Wed Jan 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.5-1
96- new upstream release
97
98* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.2-3
99- initial build for Vine Linux
100
101* Fri Jul  9 2010 Alexey Kurov <nucleo@fedoraproject.org> - 1.0.2-2
102- fixed license tag
103- added license text
104
105* Thu Jul  8 2010 Alexey Kurov <nucleo@fedoraproject.org> - 1.0.2-1
106- libktorrent-1.0.2
107
108* Tue Jun 15 2010 Alexey Kurov <nucleo@fedoraproject.org> - 1.0.1-1
109- libktorrent-1.0.1
110
111* Mon May 24 2010 Rex Dieter <rdieter@fedoraproject.org> 1.0.0-1
112- libktorrent-1.0.0
113
114* Wed May 05 2010 Rex Dieter <rdieter@fedoraproject.org> 1.0-0.2.rc1
115- -devel: Obsoletes: ktorrent-devel
116
117* Mon May 03 2010 Rex Dieter <rdieter@fedoraproject.org> 1.0-0.1.rc1
118- libktorrent-1.0rc1
119
Note: See TracBrowser for help on using the repository browser.