fix kde4 version requirement for marble [release 4.9.0-2mamba;Thu May 14 2015]
This commit is contained in:
parent
c94d4c311f
commit
da8b3fff19
23
digikam.spec
23
digikam.spec
@ -1,8 +1,8 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
|
||||||
Name: digikam
|
Name: digikam
|
||||||
Version: 4.6.0
|
Version: 4.9.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An advanced digital photo management application Linux, Windows and Mac-OSX
|
Summary: An advanced digital photo management application Linux, Windows and Mac-OSX
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,6 +12,7 @@ URL: http://www.digikam.org
|
|||||||
Source: http://download.kde.org/stable/digikam/digikam-%{version}.tar.bz2
|
Source: http://download.kde.org/stable/digikam/digikam-%{version}.tar.bz2
|
||||||
Patch0: %{name}-2.5.0-libkipi-4.7.4.patch
|
Patch0: %{name}-2.5.0-libkipi-4.7.4.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: baloo-devel
|
BuildRequires: baloo-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -79,7 +80,7 @@ BuildRequires: libmarble-devel >= 4.14
|
|||||||
BuildRequires: libgphoto2-devel >= 1:2.5
|
BuildRequires: libgphoto2-devel >= 1:2.5
|
||||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: kipi-plugins = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: kipi-plugins = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: kdelibs4 >= %{_kde4_version}
|
Requires: kdelibs >= %{_kde4_version}
|
||||||
Requires: libqt4-sqlite >= %{_qt4_version}
|
Requires: libqt4-sqlite >= %{_qt4_version}
|
||||||
Requires: dcraw
|
Requires: dcraw
|
||||||
Requires: marble
|
Requires: marble
|
||||||
@ -117,7 +118,7 @@ Requires: libkface = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%package -n libkgeomap
|
%package -n libkgeomap
|
||||||
Group: Graphical Desktop/Libraries/KDE
|
Group: Graphical Desktop/Libraries/KDE
|
||||||
Summary: A world map library
|
Summary: A world map library
|
||||||
Requires: marble%{?_kde4_version: >= %{_kde4_version}}
|
Requires: marble >= 4.14.3
|
||||||
|
|
||||||
%description -n libkgeomap
|
%description -n libkgeomap
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -269,8 +270,7 @@ rm -f %{buildroot}%{_kde4_icondir}/*/scalable/apps/showfoto.svgz
|
|||||||
# FIXME: as fo 3.1.0/kde 4.10 conflicting with kde-l10n
|
# FIXME: as fo 3.1.0/kde 4.10 conflicting with kde-l10n
|
||||||
rm -f %{buildroot}%{_kde4_localedir}/*/LC_MESSAGES/libkipi.mo
|
rm -f %{buildroot}%{_kde4_localedir}/*/LC_MESSAGES/libkipi.mo
|
||||||
|
|
||||||
%find_lang libkgeomap
|
#% find_lang libkgeomap
|
||||||
#% find_lang libkipi
|
|
||||||
%find_lang %{name} --with-kde
|
%find_lang %{name} --with-kde
|
||||||
%find_lang kipiplugins
|
%find_lang kipiplugins
|
||||||
|
|
||||||
@ -379,7 +379,7 @@ done
|
|||||||
%post -n libkgeomap -p /sbin/ldconfig
|
%post -n libkgeomap -p /sbin/ldconfig
|
||||||
%postun -n libkgeomap -p /sbin/ldconfig
|
%postun -n libkgeomap -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libkgeomap -f libkgeomap.lang
|
%files -n libkgeomap
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_kde4_bindir}/libkgeomap_demo
|
#%{_kde4_bindir}/libkgeomap_demo
|
||||||
%{_kde4_datadir}/libkgeomap/
|
%{_kde4_datadir}/libkgeomap/
|
||||||
@ -472,6 +472,15 @@ done
|
|||||||
%{_kde4_libdir}/libkipiplugins.so.*
|
%{_kde4_libdir}/libkipiplugins.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.0-2mamba
|
||||||
|
- fix kde4 version requirement for marble
|
||||||
|
|
||||||
|
* Mon Apr 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.0-1mamba
|
||||||
|
- update to 4.9.0
|
||||||
|
|
||||||
|
* Fri Feb 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.0-1mamba
|
||||||
|
- update to 4.7.0
|
||||||
|
|
||||||
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user