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

arekm arekm at pld-linux.org
Tue Sep 13 22:07:19 CEST 2011


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

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

---- Diffs:

================================================================
Index: packages/kiten/kiten.spec
diff -u /dev/null packages/kiten/kiten.spec:1.1
--- /dev/null	Tue Sep 13 22:07:19 2011
+++ packages/kiten/kiten.spec	Tue Sep 13 22:07:14 2011
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+%define		_state		stable
+%define		orgname		kiten
+
+Summary:	K Desktop Environment - A Japanese reference tool
+Summary(pl_PL.UTF8):	K Desktop Environment - Słownik angielsko-japoński
+Name:		kiten
+Version:	4.7.1
+Release:	1
+License:	GPL
+Group:		X11/Applications/Science
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5:	fe1ce1363da8b9aa754a31b843a5f906
+URL:		http://www.kde.org/
+BuildRequires:	kde4-kdelibs-devel
+Obsoletes:	kde4-kdeedu-kiten < 4.7.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kiten is an application with multiple functions. Firstly, it is a
+convenient English to Japanese and Japanese to English dictionary;
+secondly, it is a Kanji dictionary, with multiple ways to look up
+specific characters; thirdly, it is a tool to help you learn Kanji.
+
+%description -l pl.UTF-8
+Kiten to aplikacja o wielu funkcjach. Po pierwsze, jest wygodnym
+słownikiem angielsko-japońskim i japońsko-angielskim; po drugie, jest
+słownikiem Kanji z wieloma sposobami wyszukiwania określonych znaków;
+po trzecie, jest narzędziem pomagającym w nauce Kanji.
+
+%package devel
+Summary:	Header files for kiten libraries
+Summary(pl.UTF-8):	Pliki nagłówkowe bibliotek kiten
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for kiten libraries.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe bibliotek kiten.
+
+%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
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kiten
+%attr(755,root,root) %{_bindir}/kitengen
+%attr(755,root,root) %{_bindir}/kitenradselect
+%attr(755,root,root) %ghost %{_libdir}/libkiten.so.4
+%attr(755,root,root) %{_libdir}/libkiten.so.*.*.*
+%{_datadir}/apps/kiten
+%{_datadir}/apps/kitenradselect
+%{_datadir}/config.kcfg/kiten.kcfg
+%{_desktopdir}/kde4/kiten.desktop
+%{_iconsdir}/hicolor/scalable/apps/kiten.svgz
+%{_iconsdir}/hicolor/*x*/apps/kiten.png
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/libkiten
+%attr(755,root,root) %{_libdir}/libkiten.so
+
+%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 20:07:14  arekm
+- up to 4.7.1
+
+Revision 1.1  2011/09/13 20:01:05  arekm
+- up to 4.7.1
+
================================================================


More information about the pld-cvs-commit mailing list