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

Revision 8056, 1.4 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.11.4
exiv2-0.24
wireshark-1.10.5, etc...

Line 
1Name: kdenetwork-filesharing
2Summary: File sharing plugin for Konqueror
3Version: 4.11.4
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* Mon Dec 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
64- new upstream release
65
66* Sun Sep 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
67- initial build
68
Note: See TracBrowser for help on using the repository browser.