automatic version update by autodist [release 16.04.0-1mamba;Sat Apr 23 2016]

This commit is contained in:
Automatic Build System 2024-01-06 00:33:58 +01:00
parent 84b09a4ffe
commit dfcb1d7045
2 changed files with 74 additions and 33 deletions

View File

@ -1,4 +1,4 @@
# kapptemplate
KDE4 shell script to easy the beginning of new apps. This package is part of KDE4.
KDE5 shell script to easy the beginning of new apps. This package is part of KDE4.

View File

@ -1,13 +1,13 @@
Name: kapptemplate
Version: 4.14.3
Version: 16.04.0
Release: 1mamba
Summary: KDE4 shell script to easy the beginning of new apps
Summary: KDE5 shell script to easy the beginning of new apps
Group: Graphical Desktop/Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org
Source: http://download.kde.org/stable/%{version}/src/kapptemplate-%{version}.tar.xz
Source: http://download.kde.org/stable/applications/%{version}/src/kapptemplate-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -18,11 +18,13 @@ BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: automoc4
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: kdoctools
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
KDE4 shell script to easy the beginning of new apps. This package is part of KDE4.
KDE5 shell script to easy the beginning of new apps. This package is part of KDE4.
%debug_package
@ -30,7 +32,7 @@ KDE4 shell script to easy the beginning of new apps. This package is part of KDE
%setup -q
%build
%cmake_kde4 -d build
%cmake -d build
%make
%install
@ -46,46 +48,85 @@ exit 0
%posttrans
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
update-mime-database %{_datadir}/mime >/dev/null 2>&1
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
exit 0
%postun
if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
update-mime-database %{_datadir}/mime >/dev/null 2>&1
touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
fi
exit 0
%files
%defattr(-,root,root)
%{_kde4_bindir}/kapptemplate
%{_kde4_xdgappsdir}/kapptemplate.desktop
%dir %{_kde4_datadir}/kdevappwizard
%dir %{_kde4_datadir}/kdevappwizard/template_previews
%{_kde4_datadir}/kdevappwizard/template_previews/*
%dir %{_kde4_datadir}/kdevappwizard/templates
%{_kde4_datadir}/kdevappwizard/templates/*
%{_kde4_kcfgdir}/kapptemplate.kcfg
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/common
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/first-page.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/fourth-page.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/index.cache.bz2
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/index.docbook
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/kapp4.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/kderubyapp.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/kpartapp.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/plasma-applet.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/pykde4.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/pyqt4app.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/second-page.png
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/third-page.png
%{_kde4_icondir}/hicolor/*/apps/kapptemplate.png
%{_bindir}/kapptemplate
%{_datadir}/appdata/kapptemplate.appdata.xml
%{_datadir}/applications/kapptemplate.desktop
%{_datadir}/config.kcfg/kapptemplate.kcfg
%dir %{_docdir}/HTML/en/kapptemplate
%{_datadir}/doc/HTML/en/kapptemplate/*
%{_datadir}/icons/hicolor/*/apps/kapptemplate.png
%{_datadir}/icons/hicolor/scalable/apps/kapptemplate.svg
%dir %{_datadir}/kdevappwizard
%dir %{_datadir}/kdevappwizard/template_previews
%{_datadir}/kdevappwizard/template_previews/*
%dir %{_datadir}/kdevappwizard/templates
%{_datadir}/kdevappwizard/templates/*
%doc COPYING COPYING.DOC
%changelog
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
- automatic version update by autodist
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
- automatic version update by autodist
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
- automatic version update by autodist
* Tue Jan 12 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
- automatic version update by autodist
* Sun Dec 20 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
- automatic version update by autodist
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
- automatic version update by autodist
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
- automatic version update by autodist
* Sun Sep 20 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
- automatic version update by autodist
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
- automatic version update by autodist
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
- automatic version update by autodist
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
- automatic version update by autodist
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
- automatic version update by autodist
* Mon Apr 20 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
- automatic version update by autodist
* Tue Mar 10 2015 Automatic Build System <autodist@mambasoft.it> 14.12.3-1mamba
- automatic version update by autodist
* Mon Feb 23 2015 Automatic Build System <autodist@mambasoft.it> 14.12.2-1mamba
- automatic version update by autodist
* Mon Jan 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 14.12.1-1mamba
- update to 14.12.1
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
- automatic version update by autodist