OBS User unknown 2007-04-23 21:16:18 +00:00 committed by Git OBS Bridge
parent b749a0dca0
commit 02325f01ad
2 changed files with 41 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 23 18:16:07 CEST 2007 - dmueller@suse.de
- split into -devel package
-------------------------------------------------------------------
Fri Apr 20 13:17:52 CEST 2007 - dmueller@suse.de

View File

@ -30,7 +30,7 @@ License: GNU General Public License (GPL)
Group: Hardware/Other
Summary: A KDE Photo Manager
Version: 0.9.1
Release: 11
Release: 13
%define rversion %version
URL: http://www.digikam.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -57,6 +57,30 @@ delete your images.
Authors:
--------
Renchi Raju <renchi@green.tam.uiuc.edu>
%package -n libdigikam-devel
Group: Hardware/Other
Summary: A KDE Photo Manager
Requires: libkexiv2-devel kdelibs3-devel
%if %suse_version > 1020
Requires: libjasper-devel
%else
Requires: libjasper
%endif
%description -n libdigikam-devel
digiKam is a simple digital photo management application for KDE, which
makes importing and organizing digital photos easy. The photos can be
organized in albums, which can be sorted chronologically, by directory
layout, or by custom collections. An easy-to-use interface is provided
that enables you to connect to your camera and preview, download, and
delete your images.
Authors:
--------
Renchi Raju <renchi@green.tam.uiuc.edu>
@ -114,18 +138,26 @@ rm -rf $RPM_BUILD_ROOT
%files -f %name.lang
%defattr(-,root,root)
/opt/kde3/bin/*
/opt/kde3/%_lib/*
/opt/kde3/%_lib/*.so.*
/opt/kde3/%_lib/kde3/*
/opt/kde3/share/appl*/*/*.desktop
/opt/kde3/share/apps/*
/opt/kde3/share/icons/*
/opt/kde3/include/digikam
/opt/kde3/include/digikam_export.h
/opt/kde3/share/services/*
/opt/kde3/share/servicetypes/digikamimageplugin.desktop
/usr/share/man/man1/digitaglinktree.1.gz
%dir /opt/kde3/share/doc/HTML/en/digikam-%rversion-apidocs
%files -n libdigikam-devel
%defattr(-,root,root)
/opt/kde3/include/digikam
/opt/kde3/include/digikam_export.h
/opt/kde3/%_lib/*.so
/opt/kde3/%_lib/*.la
%changelog
* Mon Apr 23 2007 - dmueller@suse.de
- split into -devel package
* Fri Apr 20 2007 - dmueller@suse.de
- update BuildRequires
* Thu Apr 19 2007 - dmueller@suse.de