forked from pool/kiten
Accepting request 78378 from KDE:Distro:Factory
split development package for fix RPMLINT warning (forwarded request 78357 from mlin7442) OBS-URL: https://build.opensuse.org/request/show/78378 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiten?expand=0&rev=4
This commit is contained in:
parent
256e5b3356
commit
4ee6fcda5f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 07:42:12 UTC 2011 - mlin@suse.com
|
||||
|
||||
- split development package for fix RPMLINT warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 20:24:37 CEST 2011 - dmueller@suse.de
|
||||
|
||||
|
21
kiten.spec
21
kiten.spec
@ -63,7 +63,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
%description
|
||||
Kiten is a tool to learn Japanese
|
||||
Kiten is a tool to learn Japanese.
|
||||
|
||||
%package devel
|
||||
License: GPLv2+
|
||||
Summary: Development files for kiten
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: kiten = %{version}
|
||||
|
||||
%description devel
|
||||
Kiten is a tool to learn Japanese.
|
||||
|
||||
This package contains files for developing applications using kiten.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
@ -96,8 +107,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%_kde4_bindir/kiten
|
||||
%_kde4_bindir/kitengen
|
||||
%_kde4_bindir/kitenradselect
|
||||
%{_includedir}/libkiten/
|
||||
%_kde4_libdir/libkiten.so*
|
||||
%_kde4_libdir/libkiten.so.*
|
||||
%_kde4_applicationsdir/kiten.desktop
|
||||
%_kde4_htmldir/en/kiten/
|
||||
%_kde4_iconsdir/hicolor/*/apps/kiten.*
|
||||
@ -105,4 +115,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%_kde4_appsdir/kitenradselect/
|
||||
%_kde4_sharedir/config.kcfg/kiten.kcfg
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_kde4_libdir/libkiten.so
|
||||
%{_includedir}/libkiten/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user