source: projects/specs/trunk/k/kamera/kamera-vl.spec @ 6725

Revision 6725, 2.0 KB checked in by Takemikaduchi, 12 years ago (diff)

KDE-4.9.0

Line 
1Name:    kamera
2Summary: Digital camera support for KDE
3Summary(ja): KDE のデジタルカメラサポート
4Version: 4.9.0
5Release: 1%{?_dist_release}
6
7License: GPLv2
8Group:   Applications/Accessories
9URL:     https://projects.kde.org/projects/kde/kdegraphics/kamera
10
11Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: kdelibs4-devel >= %{version}
15BuildRequires: libgphoto2-devel
16
17Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
18
19# when split occurred
20Conflicts: kdegraphics < 4.6.95-10
21
22%description
23%{summary}.
24
25
26%prep
27%setup -q
28
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 %{buildroot}
49
50make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
51
52
53%files
54%doc AUTHORS README
55%{_libdir}/kde4/kcm_kamera.so
56%{_libdir}/kde4/kio_kamera.so
57%{_datadir}/kde4/apps/solid/actions/solid_camera.desktop
58%{_datadir}/kde4/services/kamera.desktop
59%{_datadir}/kde4/services/camera.protocol
60%{_datadir}/doc/HTML/en/kcontrol/%{name}/
61
62
63%changelog
64* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
65- new upstream release
66
67* Sat Aug 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
68- Initial build for Vine Linux
69
70* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
71- 4.7.0
72
73* Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
74- 4.6.95
75- fix URL
76
77* Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
78- fix Source0 URL
79- Conflicts: kdegraphics < 7:4.6.90-10
80
81* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org>  4.6.90-1
82- first try
Note: See TracBrowser for help on using the repository browser.