]> git.pld-linux.org Git - packages/kde4-kdenetwork-filesharing.git/blob - kde4-kdenetwork-filesharing.spec
5c425c0977c1fb37ae8ea01a391a2f530197d03d
[packages/kde4-kdenetwork-filesharing.git] / kde4-kdenetwork-filesharing.spec
1 #
2 # Conditional build:
3 #
4 %define         _state          stable
5 %define         orgname         kdenetwork-filesharing
6 %define         qtver           4.8.3
7
8 Summary:        K Desktop Environment - file sharing plugins
9 Name:           kde4-kdenetwork-filesharing
10 Version:        4.14.3
11 Release:        1
12 License:        GPL v2+
13 Group:          X11/Libraries
14 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
15 # Source0-md5:  c1efa5d3ca0642e944d6b596d0f72a2f
16 URL:            http://www.kde.org/
17 BuildRequires:  Qt3Support-devel >= %{qtver}
18 BuildRequires:  QtOpenGL-devel >= %{qtver}
19 BuildRequires:  QtScript-devel >= %{qtver}
20 BuildRequires:  QtSql-devel >= %{qtver}
21 BuildRequires:  QtSvg-devel >= %{qtver}
22 BuildRequires:  QtTest-devel >= %{qtver}
23 BuildRequires:  QtWebKit-devel >= %{qtver}
24 BuildRequires:  alsa-lib-devel
25 BuildRequires:  automoc4 >= 0.9.88
26 BuildRequires:  boost-devel
27 BuildRequires:  cmake >= 2.8.0
28 BuildRequires:  giflib-devel
29 BuildRequires:  gmp-devel
30 BuildRequires:  gpgme-devel
31 BuildRequires:  jasper-devel
32 BuildRequires:  kde4-kdebase-devel >= %{version}
33 BuildRequires:  kde4-kdebase-workspace-devel >= 4.11.4
34 BuildRequires:  kde4-kdelibs-devel >= %{version}
35 BuildRequires:  kde4-kdepimlibs-devel >= %{version}
36 BuildRequires:  libgadu-devel >= 1.8.0
37 BuildRequires:  libidn-devel
38 BuildRequires:  libjpeg-devel
39 BuildRequires:  libktorrent-devel >= 1.0.2
40 BuildRequires:  libmms-devel
41 BuildRequires:  libxml2-progs
42 BuildRequires:  libxslt-devel >= 1.0.7
43 BuildRequires:  meanwhile-devel >= 1.0.1
44 BuildRequires:  openssl-devel >= 0.9.7d
45 BuildRequires:  pcre-devel
46 BuildRequires:  pkgconfig
47 BuildRequires:  qca-devel >= 2.0
48 BuildRequires:  qimageblitz-devel >= 0.0.6
49 BuildRequires:  qt4-build >= %{qtver}
50 BuildRequires:  qt4-qmake >= %{qtver}
51 BuildRequires:  rpm-pythonprov
52 BuildRequires:  rpmbuild(macros) >= 1.600
53 BuildRequires:  shared-desktop-ontologies-devel >= 0.5
54 BuildRequires:  soprano-devel >= 2.4.64
55 BuildRequires:  speex-devel
56 BuildRequires:  sqlite3-devel
57 BuildRequires:  strigi-devel >= 0.7.2
58 Obsoletes:      kdenetwork4
59 Conflicts:      kdenetwork4
60 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
61
62 %description
63 KDE file sharing plugins
64
65 %prep
66 %setup -q -n %{orgname}-%{version}
67
68 %build
69 install -d build
70 cd build
71 %cmake \
72         -DMOZPLUGIN_INSTALL_DIR=%{_browserpluginsdir} \
73         ../
74
75 %{__make}
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79
80 %{__make} -C build install \
81         DESTDIR=$RPM_BUILD_ROOT \
82         kde_htmldir=%{_kdedocdir}
83
84 %clean
85 rm -rf $RPM_BUILD_ROOT
86
87 %files 
88 %defattr(644,root,root,755)
89 %attr(755,root,root) %{_libdir}/kde4/sambausershareplugin.so
90 %{_datadir}/kde4/services/sambausershareplugin.desktop
This page took 0.063889 seconds and 2 git commands to generate.