packages: kde4-kdetoys/kde4-kdetoys.spec (NEW) - init

shadzik shadzik at pld-linux.org
Sun Feb 21 19:24:54 CET 2010


Author: shadzik                      Date: Sun Feb 21 18:24:54 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init

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

---- Diffs:

================================================================
Index: packages/kde4-kdetoys/kde4-kdetoys.spec
diff -u /dev/null packages/kde4-kdetoys/kde4-kdetoys.spec:1.1
--- /dev/null	Sun Feb 21 19:24:54 2010
+++ packages/kde4-kdetoys/kde4-kdetoys.spec	Sun Feb 21 19:24:48 2010
@@ -0,0 +1,137 @@
+# $Revision$, $Date$
+#
+%define		_state		stable
+%define		orgname		kdetoys
+%define		qtver		4.6.2
+
+Summary:	Kdetoys
+Summary(pl.UTF-8):	Kdetoys
+Name:		kde4-kdetoys
+Version:	4.4.0
+Release:	1
+License:	LGPL
+Group:		X11/Libraries
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5:	5c3e4d948ee709e167becec808598c23
+URL:		http://www.kde.org/
+BuildRequires:	Qt3Support-devel >= %{qtver}
+BuildRequires:	QtCore-devel >= %{qtver}
+BuildRequires:	QtDBus-devel >= %{qtver}
+BuildRequires:	QtGui-devel >= %{qtver}
+BuildRequires:	QtTest-devel >= %{qtver}
+BuildRequires:	automoc4 >= 0.9.84
+BuildRequires:	cmake >= 2.8.0
+BuildRequires:	qt4-build >= %{qtver}
+BuildRequires:	qt4-qmake >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.293
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KDE toys.
+
+%description -l pl.UTF-8
+Zabawki KDE.
+
+%package amor
+Summary:	amor
+Group:		X11/Applications
+
+%description amor
+On-Screen Creature.
+
+%package kteatime
+Summary:	kteatime
+Group:		X11/Applications
+
+%description kteatime
+Kteatime.
+
+%package ktux
+Summary:	ktux
+Group:		X11/Applications
+
+%description ktux
+Ktux.
+
+%package kweather
+Summary:	kweather
+Group:		X11/Applications
+
+%description kweather
+A weather reporting panel applet.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake .. \
+	-DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+	-DLIB_SUFFIX=64
+%endif
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files amor
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/amor
+%{_desktopdir}/kde4/amor.desktop
+%{_datadir}/apps/amor
+%{_datadir}/dbus-1/interfaces/org.kde.amor.xml
+%{_kdedocdir}/en/amor
+%{_iconsdir}/hicolor/*x*/apps/amor.png
+%{_mandir}/man6/amor.6*
+
+%files kteatime
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kteatime
+%{_desktopdir}/kde4/kteatime.desktop
+%{_datadir}/apps/kteatime
+%{_kdedocdir}/en/kteatime
+%{_iconsdir}/hicolor/*x*/apps/kteatime.png
+
+%files ktux
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/ktux
+%{_datadir}/apps/ktux
+%{_iconsdir}/hicolor/*x*/apps/ktux.png
+%{_datadir}/kde4/services/ScreenSavers/ktux.desktop
+
+%files kweather
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kweatherreport
+%attr(755,root,root) %{_bindir}/kweatherservice
+%{_libdir}/kde4/kcm_weather.so
+%{_libdir}/kde4/kcm_weatherservice.so
+%{_libdir}/libkdeinit4_kweatherreport.so
+%{_datadir}/apps/kweather
+%{_datadir}/apps/kweatherservice
+%{_datadir}/dbus-1/interfaces/org.kde.kweather.kweather.xml
+%{_datadir}/dbus-1/interfaces/org.kde.kweather.service.xml
+%{_kdedocdir}/en/kweather
+%{_iconsdir}/hicolor/*x*/apps/kweather.png
+%{_datadir}/kde4/services/kcmweather.desktop
+%{_datadir}/kde4/services/kcmweatherservice.desktop
+%{_datadir}/kde4/services/kweatherservice.desktop
+
+%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  2010/02/21 18:24:48  shadzik
+- init
+
================================================================


More information about the pld-cvs-commit mailing list