diff --git a/kphotoalbum.spec b/kphotoalbum.spec index 41908bd..22e4514 100644 --- a/kphotoalbum.spec +++ b/kphotoalbum.spec @@ -1,5 +1,5 @@ Name: kphotoalbum -Version: 5.6.1 +Version: 5.7.0 Release: 1mamba Summary: KDE Photo Album Group: Graphical Desktop/Applications/Graphics @@ -12,15 +12,13 @@ Patch0: kphotoalbum-4.1.1-docbook.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: kdelibs-devel BuildRequires: libexiv2-devel BuildRequires: libgcc BuildRequires: libjpeg-devel BuildRequires: libkdcraw-devel BuildRequires: libkipi-devel BuildRequires: libmarble-devel -BuildRequires: libphonon-devel -BuildRequires: libqt4-devel +BuildRequires: libqt5-devel BuildRequires: libsoprano-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END @@ -44,6 +42,8 @@ A photo album tool. Focuses on three key points: * It must be easy to search for images. * It must be easy to browse and View the images. +%debug_package + %prep %setup -q #%patch0 -p1 -b .docbook.patch @@ -57,11 +57,7 @@ A photo album tool. Focuses on three key points: [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build -%find_lang %{name} --all-name --with-kde - -#% check -#desktop-file-validate %{buildroot}%{_kde4_xdgappsdir}/kphotoalbum-import.desktop -#desktop-file-validate %{buildroot}%{_kde4_xdgappsdir}/kphotoalbum.desktop +%find_lang %{name} --all-name --with-kde --with-html %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -85,42 +81,29 @@ exit 0 %files -f %{name}.lang %defattr(-,root,root) +%{_sysconfdir}/xdg/kphotoalbumrc %{_kde5_bindir}/kphotoalbum +%{_bindir}/kpa-thumbnailtool %{_kde5_bindir}/kpa-backup.sh %{_kde5_bindir}/open-raw.pl +%{_libdir}/libkpabase.so +%{_libdir}/libkpathumbnails.so %{_kde5_xdgappsdir}/org.kde.kphotoalbum*.desktop %{_datadir}/metainfo/org.kde.kphotoalbum.appdata.xml -%{_kde5_icondir}/hicolor/*x*/*/*.png %dir %{_kde5_datadir}/kphotoalbum -#%{_kde5_datadir}/kphotoalbum/default-layout.xml %{_kde5_datadir}/kphotoalbum/default-setup %{_datadir}/kxmlgui5/kphotoalbum/kphotoalbumui.rc %{_kde5_datadir}/kphotoalbum/demo -#%dir %{_kde5_datadir}/kphotoalbum/icons -#%dir %{_kde5_datadir}/kphotoalbum/icons/hicolor -#%{_kde5_datadir}/kphotoalbum/icons/hicolor/*/actions/*.png %{_kde5_datadir}/kphotoalbum/pics %{_kde5_datadir}/kphotoalbum/themes %{_kde5_datadir}/kphotoalbum/tips -#%{_kde5_xdgappsdir}/open-raw.desktop -%{_kde5_htmldir}/fr/kphotoalbum/*.docbook -%{_kde5_htmldir}/fr/kphotoalbum/index.cache.bz2 -%{_kde5_htmldir}/nl/kphotoalbum/*.docbook -%{_kde5_htmldir}/nl/kphotoalbum/index.cache.bz2 -%{_kde5_htmldir}/pt/kphotoalbum/*.docbook -%{_kde5_htmldir}/pt/kphotoalbum/index.cache.bz2 -%config %{_kde5_configdir}/kphotoalbumrc -%doc %lang(de) %{_kde5_htmldir}/de -%doc %lang(en) %{_kde5_htmldir}/en -#%doc %lang(et) %{_kde5_htmldir}/et -%doc %lang(it) %{_kde5_htmldir}/it -%doc %lang(pt_BR) %{_kde5_htmldir}/pt_BR -%doc %lang(sv) %{_kde5_htmldir}/sv -%doc %lang(uk) %{_kde5_htmldir}/uk +%{_kde5_icondir}/hicolor/*x*/*/*.png %doc COPYING COPYING.DOC -#ChangeLog README %changelog +* Sat Aug 22 2020 Automatic Build System 5.7.0-1mamba +- automatic version update by autodist + * Mon Feb 17 2020 Automatic Build System 5.6.1-1mamba - automatic version update by autodist