source: projects/specs/trunk/k/kdenetwork-filesharing/kdenetwork-filesharing-vl.spec @ 9222

Revision 9222, 1.7 KB checked in by Takemikaduchi, 9 years ago (diff)

R: rebuild
openbabel: add BR
k3b: new upstream release
others: KDE-4.14.3

Line 
1Name: kdenetwork-filesharing
2Summary: File sharing plugin for Konqueror
3Version: 4.14.3
4Release: 1%{?_dist_release}
5
6License: GPLv2, LGPLv2
7Group: Applications/Internet
8URL: http://www.kde.org/
9
10Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires: kdelibs-devel >= %{version}
15BuildRequires: samba-devel
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: Takemikaduchi
20
21
22%description
23Konqueror properties dialog plugin to share a directory with
24the local network.
25
26
27%prep
28%setup -q
29
30%build
31mkdir -p %{_target_platform}
32pushd %{_target_platform}
33%cmake \
34    -DCMAKE_BUILD_TYPE=release \
35    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
36    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
37    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
38    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
39    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
40    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
41    ..
42popd
43
44make %{?_smp_mflags} -C %{_target_platform}
45
46
47%install
48rm -rf $RPM_BUILD_ROOT
49make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
50
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55
56%files
57%defattr(-,root,root)
58%{_libdir}/kde4/sambausershareplugin.so
59%{_datadir}/kde4/services/sambausershareplugin.desktop
60
61
62%changelog
63* Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
64- new upstream release
65
66* Tue May 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1
67- new upstream release
68
69* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
70- new upstream release
71
72* Mon Dec 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
73- new upstream release
74
75* Sun Sep 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
76- initial build
77
Note: See TracBrowser for help on using the repository browser.