automatic version update by autodist [release 4.12.0-1mamba;Fri Aug 14 2015]
This commit is contained in:
parent
0b716f8a35
commit
cca35e617f
69
digikam.spec
69
digikam.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
|
||||||
Name: digikam
|
Name: digikam
|
||||||
Version: 4.11.0
|
Version: 4.12.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -236,8 +236,10 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#-D -T
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
%cmake_kde4 -d build \
|
%cmake_kde4 -d build \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_SKIP_RPATH=OFF \
|
-DCMAKE_SKIP_RPATH=OFF \
|
||||||
@ -268,62 +270,22 @@ rm -f %{buildroot}%{_kde4_icondir}/*/*/apps/showfoto.png
|
|||||||
rm -f %{buildroot}%{_kde4_icondir}/*/scalable/apps/digikam.svgz
|
rm -f %{buildroot}%{_kde4_icondir}/*/scalable/apps/digikam.svgz
|
||||||
rm -f %{buildroot}%{_kde4_icondir}/*/scalable/apps/showfoto.svgz
|
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 %{name} --with-kde
|
%find_lang %{name} --with-kde
|
||||||
%find_lang kipiplugins
|
%find_lang libkipi --with-kde
|
||||||
|
%find_lang kipiplugins --with-kde
|
||||||
|
|
||||||
for plugin in \
|
find %{buildroot}%{_kde4_localedir}/*/LC_MESSAGES/ \
|
||||||
acquireimages \
|
-name kipiplugin_*.mo \
|
||||||
advancedslideshow \
|
-exec basename {} \; | sort -u | sed "s|\.mo$||"| \
|
||||||
batchprocessimages \
|
while read plugin; do
|
||||||
calendar \
|
%find_lang ${plugin} --with-kde
|
||||||
debianscreenshots \
|
cat ${plugin}.lang >> kipiplugins.lang
|
||||||
dlnaexport \
|
|
||||||
dngconverter \
|
|
||||||
dropbox \
|
|
||||||
expoblending \
|
|
||||||
facebook \
|
|
||||||
flashexport \
|
|
||||||
flickrexport \
|
|
||||||
galleryexport \
|
|
||||||
googledrive \
|
|
||||||
gpssync \
|
|
||||||
htmlexport \
|
|
||||||
imageviewer \
|
|
||||||
imageshackexport \
|
|
||||||
imgurexport \
|
|
||||||
ipodexport \
|
|
||||||
jalbumexport \
|
|
||||||
jpeglossless \
|
|
||||||
kmlexport \
|
|
||||||
kopete \
|
|
||||||
kioexportimport \
|
|
||||||
panorama \
|
|
||||||
photivointegration \
|
|
||||||
photolayouteditor \
|
|
||||||
metadataedit \
|
|
||||||
picasawebexport \
|
|
||||||
piwigoexport \
|
|
||||||
rajceexport \
|
|
||||||
printimages \
|
|
||||||
rawconverter \
|
|
||||||
removeredeyes \
|
|
||||||
sendimages \
|
|
||||||
shwup \
|
|
||||||
smug \
|
|
||||||
timeadjust \
|
|
||||||
videoslideshow \
|
|
||||||
vkontakte \
|
|
||||||
wallpaper \
|
|
||||||
wikimedia \
|
|
||||||
yandexfotki; do
|
|
||||||
%find_lang kipiplugin_${plugin}
|
|
||||||
cat kipiplugin_${plugin}.lang >> kipiplugins.lang
|
|
||||||
done
|
done
|
||||||
#cat libkipi.lang >> kipiplugins.lang
|
cat libkipi.lang >> kipiplugins.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -497,6 +459,9 @@ done
|
|||||||
%{_kde4_libdir}/libkipiplugins.so.*
|
%{_kde4_libdir}/libkipiplugins.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 14 2015 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jun 30 2015 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
* Tue Jun 30 2015 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user