source: projects/specs/trunk/k/ksaneplugin/ksaneplugin-vl.spec @ 7294

Revision 7294, 2.3 KB checked in by Takemikaduchi, 11 years ago (diff)

KDE-4.9.5

Line 
1Name:    ksaneplugin
2Summary: KDE sane service
3Version: 4.9.5
4Release: 1%{?_dist_release}
5
6License: LGPLv2+
7Group:   System Environment/Libraries
8URL:     https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin
9
10Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: kdelibs4-devel >= %{version}
14BuildRequires: libksane-devel >= %{version}
15
16Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
17# when split occurred
18Conflicts: kdegraphics < 4.6.95-10
19
20%description
21%{summary}.
22
23
24%prep
25%setup -q
26
27
28%build
29mkdir -p %{_target_platform}
30pushd %{_target_platform}
31%cmake \
32    -DCMAKE_BUILD_TYPE=release \
33    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
34    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
35    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
36    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
37    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
38    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
39    ..
40popd
41
42make %{?_smp_mflags} -C %{_target_platform}
43
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%doc COPYING
55%{_libdir}/kde4/ksaneplugin.so
56%{_datadir}/kde4/services/ksane_scan_service.desktop
57
58
59%changelog
60* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
61- new upstream release
62
63* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
64- new upstream release
65
66* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
67- new upstream release
68
69* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
70- new upstream release
71
72* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
73- new upstream release
74
75* Mon Aug 22 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
76- Initial build for Vine Linux
77
78* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
79- 4.7.0
80
81* Wed Jul 20 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-3
82- Summary: typo
83
84* Mon Jul 18 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-2
85- LICENSE: LGPLv2+
86- %%doc COPYING
87
88* Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
89- 4.6.95
90- fix URL
91
92* Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
93- fix Source URL
94- Conflicts: kdegraphics < 7:4.6.90-10
95
96* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org>  4.6.90-1
97- first try
Note: See TracBrowser for help on using the repository browser.