packages: kgamma/kgamma.spec (NEW) - up to 4.7.1

arekm arekm at pld-linux.org
Tue Sep 13 21:44:22 CEST 2011


Author: arekm                        Date: Tue Sep 13 19:44:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 4.7.1

---- Files affected:
packages/kgamma:
   kgamma.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kgamma/kgamma.spec
diff -u /dev/null packages/kgamma/kgamma.spec:1.1
--- /dev/null	Tue Sep 13 21:44:22 2011
+++ packages/kgamma/kgamma.spec	Tue Sep 13 21:44:17 2011
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+%define		_state		stable
+%define		qtver		4.7.4
+
+Summary:	A monitor calibration tool
+Summary(pl.UTF-8):	Narzędzie do kalibracji monitora
+Name:		kgamma
+Version:	4.7.1
+Release:	1
+License:	GPL
+Group:		X11/Applications/Graphics
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{name}-%{version}.tar.bz2
+# Source0-md5:	524adb1b3c6c4bb9b3e50e1034983216
+URL:		http://www.kde.org/
+BuildRequires:	cmake >= 2.8.0
+BuildRequires:	kde4-kdelibs-devel >= %{version}
+Obsoletes:	kde4-kdegraphics-kgamma < 4.7.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A monitor calibration tool.
+
+%description -l pl.UTF-8
+Narzędzie do kalibracji monitora.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake \
+	../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+        DESTDIR=$RPM_BUILD_ROOT \
+        kde_htmldir=%{_kdedocdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/xf86gammacfg
+%attr(755,root,root) %{_libdir}/kde4/kcm_kgamma.so
+%{_datadir}/apps/kgamma
+%{_datadir}/kde4/services/kgamma.desktop
+%{_kdedocdir}/en/kcontrol/kgamma
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/09/13 19:44:17  arekm
+- up to 4.7.1
+
================================================================


More information about the pld-cvs-commit mailing list