packages: parley/parley.spec (NEW) - initial

arekm arekm at pld-linux.org
Sun Sep 25 15:44:54 CEST 2011


Author: arekm                        Date: Sun Sep 25 13:44:54 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: packages/parley/parley.spec
diff -u /dev/null packages/parley/parley.spec:1.1
--- /dev/null	Sun Sep 25 15:44:54 2011
+++ packages/parley/parley.spec	Sun Sep 25 15:44:48 2011
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+%define		_state		stable
+%define		orgname		parley
+
+Summary:	K Desktop Environment - program to help you memorize things
+Summary(pl.UTF-8):	K Desktop Environment - program pomagający w zapamiętywaniu
+Name:		parley
+Version:	4.7.1
+Release:	1
+License:	GPL
+Group:		X11/Applications/Graphics
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5:	e707e690bdf4b766914391a517f6c698
+URL:		http://www.kde.org/
+BuildRequires:	attica-devel
+BuildRequires:	kde4-kdelibs-devel >= %{version}
+BuildRequires:	libxml2-devel
+BuildRequires:	libxslt-devel
+Obsoletes:	kde4-kdeedu-parley < 4.7.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Parley is a KDE program to help you memorize things.
+
+%description -l pl.UTF-8
+Parley to program dla KDE pomagający w zapamiętywaniu.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%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}
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/parley
+%attr(755,root,root) %{_libdir}/kde4/plasma_applet_parley.so
+%attr(755,root,root) %{_libdir}/kde4/plasma_engine_parley.so
+%{_desktopdir}/kde4/parley.desktop
+%{_datadir}/apps/desktoptheme/default/widgets/parley_plasma_card.svg
+%{_datadir}/apps/parley
+%{_datadir}/config.kcfg/*.kcfg
+%{_datadir}/config/*.knsrc
+%{_iconsdir}/hicolor/*x*/apps/parley.png
+%{_iconsdir}/hicolor/scalable/apps/parley*.svgz
+%{_datadir}/kde4/services/plasma-dataengine-parley.desktop
+%{_datadir}/kde4/services/plasma_parley.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  2011/09/25 13:44:48  arekm
+- initial
+
+
================================================================


More information about the pld-cvs-commit mailing list