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

Revision 9345, 3.1 KB checked in by Takemikaduchi, 9 years ago (diff)

rebuild with ligphoto2-2.5.7

Line 
1Name:    kamera
2Summary: Digital camera support for KDE
3Summary(ja): KDE のデジタルカメラサポート
4Version: 4.14.3
5Release: 2%{?_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
22Vendor: Project Vine
23Distribution: Vine Linux
24
25%description
26%{summary}.
27
28
29%prep
30%setup -q
31
32
33%build
34mkdir -p %{_target_platform}
35pushd %{_target_platform}
36%cmake \
37    -DCMAKE_BUILD_TYPE=release \
38    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
39    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
40    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
41    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
42    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
43    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
44    ..
45popd
46
47make %{?_smp_mflags} -C %{_target_platform}
48
49
50%install
51rm -rf %{buildroot}
52
53make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
54
55
56%files
57%doc AUTHORS README
58%{_libdir}/kde4/kcm_kamera.so
59%{_libdir}/kde4/kio_kamera.so
60%{_datadir}/kde4/apps/solid/actions/solid_camera.desktop
61%{_datadir}/kde4/services/kamera.desktop
62%{_datadir}/kde4/services/camera.protocol
63%{_datadir}/doc/HTML/en/kcontrol/%{name}/
64
65
66%changelog
67* Mon Feb 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
68- rebuild with libgphoto2-2.5.7
69
70* Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
71- new upstream release
72
73* Tue May 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1
74- new upstream release
75
76* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
77- new upstream release
78
79* Sun Dec 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
80- new upstream release
81
82* Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
83- new upstream release
84
85* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
86- new upstream release
87
88* Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 4.9.5-2
89- build with libgphoto2 2.5.0-1
90- add Vendor and Distribution tags
91
92* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
93- new upstream release
94
95* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
96- new upstream release
97
98* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
99- new upstream release
100
101* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
102- new upstream release
103
104* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
105- new upstream release
106
107* Sat Aug 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
108- Initial build for Vine Linux
109
110* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
111- 4.7.0
112
113* Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
114- 4.6.95
115- fix URL
116
117* Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
118- fix Source0 URL
119- Conflicts: kdegraphics < 7:4.6.90-10
120
121* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org>  4.6.90-1
122- first try
Note: See TracBrowser for help on using the repository browser.