]> git.pld-linux.org Git - packages/kde4-kgamma.git/blame - kde4-kgamma.spec
- updated to 4.13.1 (by update-kde4.sh)
[packages/kde4-kgamma.git] / kde4-kgamma.spec
CommitLineData
53ff09bd 1%define _state stable
9fef0222 2%define orgname kgamma
8cd93e1a 3%define qtver 4.8.1
53ff09bd
AM
4
5Summary: A monitor calibration tool
6Summary(pl.UTF-8): Narzędzie do kalibracji monitora
9fef0222 7Name: kde4-kgamma
c44c6031 8Version: 4.13.1
16aa702c 9Release: 1
53ff09bd
AM
10License: GPL
11Group: X11/Applications/Graphics
7a9bc364 12Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
c44c6031 13# Source0-md5: fe2bee2b937c7d2c2c2bbaf0d5fb15e6
53ff09bd
AM
14URL: http://www.kde.org/
15BuildRequires: cmake >= 2.8.0
16BuildRequires: kde4-kdelibs-devel >= %{version}
64bf17c8 17Obsoletes: kde4-kdegraphics-kgamma < 4.6.99
9fef0222 18Obsoletes: kgamma < 4.8.0
53ff09bd
AM
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22A monitor calibration tool.
23
24%description -l pl.UTF-8
25Narzędzie do kalibracji monitora.
26
27%prep
9fef0222 28%setup -q -n %{orgname}-%{version}
53ff09bd
AM
29
30%build
31install -d build
32cd build
33%cmake \
34 ../
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} -C build/ install \
42 DESTDIR=$RPM_BUILD_ROOT \
43 kde_htmldir=%{_kdedocdir}
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%attr(755,root,root) %{_bindir}/xf86gammacfg
51%attr(755,root,root) %{_libdir}/kde4/kcm_kgamma.so
52%{_datadir}/apps/kgamma
53%{_datadir}/kde4/services/kgamma.desktop
54%{_kdedocdir}/en/kcontrol/kgamma
This page took 0.07747 seconds and 4 git commands to generate.