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

Revision 10568, 3.0 KB checked in by Takemikaduchi, 8 years ago (diff)

grantlee: update to 0.5.1
others: rebuils with gcc-5.4.0

Line 
1Name:    kgamma
2Summary: A monitor calibration tool
3Summary(ja): モニタ調整ツール
4Version: 4.14.3
5Release: 2%{?_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
13Patch0: kgamma-4.14.3-cmake.patch
14
15BuildRequires: kdelibs4-devel >= %{version}
16BuildRequires: libXxf86vm-devel
17
18Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
19
20# when split occurred
21Conflicts: kdegraphics < 4.6.95-10
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27%{summary}.
28
29
30%prep
31%setup -q
32%patch0 -p1 -b .cmake
33
34%build
35mkdir -p %{_target_platform}
36pushd %{_target_platform}
37%cmake \
38    -DCMAKE_BUILD_TYPE=release \
39    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
40    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
41    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
42    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
43    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
44    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
45    ..
46popd
47
48make %{?_smp_mflags} -C %{_target_platform}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58
59%files
60%doc AUTHORS ChangeLog
61%{_bindir}/xf86gammacfg
62%{_datadir}/kde4/apps/%{name}/
63%{_datadir}/kde4/services/%{name}.desktop
64%{_libdir}/kde4/kcm_%{name}.so
65%{_docdir}/HTML/en/kcontrol/%{name}/
66
67
68%changelog
69* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2
70- rebuild with gcc-5.4.0
71- add Patch0 (kgamma-4.14.3-cmake.patch)
72
73* Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
74- new upstream release
75
76* Tue May 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1
77- new upstream release
78
79* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
80- new upstream release
81
82* Sun Dec 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
83- new upstream release
84
85* Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
86- new upstream release
87
88* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
89- new upstream release
90
91* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
92- new upstream release
93
94* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
95- new upstream release
96
97* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
98- new upstream release
99
100* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
101- new upstream release
102
103* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
104- new upstream release
105
106* Sun Aug 21 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
107- Initial build for Vine Linux
108
109* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
110- 4.7.0
111
112* Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
113- 4.6.95
114- fix URL
115
116* Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
117- fix Source0 URL
118- Conflicts: kdegraphics < 7:4.6.90-10
119
120* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org>  4.6.90-1
121- first try
Note: See TracBrowser for help on using the repository browser.