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

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

KDE-4.9.5

Line 
1Name:    kgamma
2Summary: A monitor calibration tool
3Summary(ja): モニタ調整ツール
4Version: 4.9.5
5Release: 1%{?_dist_release}
6
7License: GPLv2
8Group:   Applications/Accessories
9URL:     https://projects.kde.org/projects/kde/kdegraphics/kgamma
10
11Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
12
13BuildRequires: kdelibs4-devel >= %{version}
14BuildRequires: libXxf86vm-devel
15
16Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
17
18# when split occurred
19Conflicts: kdegraphics < 4.6.95-10
20
21%description
22%{summary}.
23
24
25%prep
26%setup -q
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%install
45rm -rf $RPM_BUILD_ROOT
46
47make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files
54%doc AUTHORS ChangeLog
55%{_bindir}/xf86gammacfg
56%{_datadir}/kde4/apps/%{name}/
57%{_datadir}/kde4/services/%{name}.desktop
58%{_libdir}/kde4/kcm_%{name}.so
59%{_docdir}/HTML/en/kcontrol/%{name}/
60
61
62%changelog
63* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
64- new upstream release
65
66* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
67- new upstream release
68
69* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
70- new upstream release
71
72* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
73- new upstream release
74
75* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
76- new upstream release
77
78* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
79- Initial build for Vine Linux
80
81* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
82- 4.7.0
83
84* Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
85- 4.6.95
86- fix URL
87
88* Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
89- fix Source0 URL
90- Conflicts: kdegraphics < 7:4.6.90-10
91
92* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org>  4.6.90-1
93- first try
Note: See TracBrowser for help on using the repository browser.