Accepting request 80893 from KDE:Distro:Factory
- fix package-with-large-docs - perhaps we can get it back to live cd somehow OBS-URL: https://build.opensuse.org/request/show/80893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=75
This commit is contained in:
parent
f94306a058
commit
8b8eb9da8b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 08:16:18 UTC 2011 - coolo@suse.com
|
||||
|
||||
- fix package-with-large-docs - perhaps we can get it back to live cd somehow
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 08:18:51 UTC 2011 - idonmez@novell.com
|
||||
|
||||
|
15
digikam.spec
15
digikam.spec
@ -55,7 +55,8 @@ BuildRequires: shared-desktop-ontologies-devel
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
Requires: kipi-plugins >= %{version}
|
||||
Recommends: %{name}-lang = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Recommends: %{name}-doc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
%kde4_pimlibs_requires
|
||||
@ -68,6 +69,15 @@ by directory layout, or by custom collections. An easy-to-use interface
|
||||
that enables you to connect to your camera and preview, download, or
|
||||
delete your images, is provided.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation of Digikam
|
||||
Group: Documentation/HTML
|
||||
%if %suse_version > 1120
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
This package contains the documentation for digikam
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
@ -149,6 +159,9 @@ rm -rf %{buildroot}
|
||||
%{_kde4_servicesdir}/digikamsearch.protocol
|
||||
%{_kde4_servicesdir}/digikamtags.protocol
|
||||
%{_kde4_servicetypesdir}/digikamimageplugin.desktop
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_kde4_htmldir}/en/digikam/
|
||||
%doc %{_kde4_htmldir}/en/showfoto/
|
||||
%doc %{_mandir}/man1/digitaglinktree.1%{ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user