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

RevLine 
[4665]1Name:    kgamma
2Summary: A monitor calibration tool
3Summary(ja): モニタ調整ツール
[9222]4Version: 4.14.3
[10568]5Release: 2%{?_dist_release}
[4665]6
7License: GPLv2
8Group:   Applications/Accessories
9URL:     https://projects.kde.org/projects/kde/kdegraphics/kgamma
10
[6725]11Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
[4665]12
[10568]13Patch0: kgamma-4.14.3-cmake.patch
14
[4665]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
[8252]23Vendor: Project Vine
24Distribution: Vine Linux
25
[4665]26%description
27%{summary}.
28
29
30%prep
31%setup -q
[10568]32%patch0 -p1 -b .cmake
[4665]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
[10568]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
[9222]73* Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
74- new upstream release
75
[8430]76* Tue May 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1
77- new upstream release
78
[8252]79* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
80- new upstream release
81
[8056]82* Sun Dec 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
83- new upstream release
84
[7801]85* Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
86- new upstream release
87
[7728]88* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
89- new upstream release
90
[7294]91* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
92- new upstream release
93
[7105]94* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
95- new upstream release
96
[6899]97* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
98- new upstream release
99
[6797]100* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
101- new upstream release
102
[6725]103* Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
104- new upstream release
105
[4665]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.