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