automatic version update by autodist [release 16.04.0-1mamba;Sat Apr 23 2016]
This commit is contained in:
parent
84b09a4ffe
commit
dfcb1d7045
@ -1,4 +1,4 @@
|
|||||||
# kapptemplate
|
# 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.
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: kapptemplate
|
Name: kapptemplate
|
||||||
Version: 4.14.3
|
Version: 16.04.0
|
||||||
Release: 1mamba
|
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
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -18,11 +18,13 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: kdoctools
|
||||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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
|
%debug_package
|
||||||
|
|
||||||
@ -30,7 +32,7 @@ KDE4 shell script to easy the beginning of new apps. This package is part of KDE
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -46,46 +48,85 @@ exit 0
|
|||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_datadir}/mime >/dev/null 2>&1
|
||||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/kapptemplate
|
%{_bindir}/kapptemplate
|
||||||
%{_kde4_xdgappsdir}/kapptemplate.desktop
|
%{_datadir}/appdata/kapptemplate.appdata.xml
|
||||||
%dir %{_kde4_datadir}/kdevappwizard
|
%{_datadir}/applications/kapptemplate.desktop
|
||||||
%dir %{_kde4_datadir}/kdevappwizard/template_previews
|
%{_datadir}/config.kcfg/kapptemplate.kcfg
|
||||||
%{_kde4_datadir}/kdevappwizard/template_previews/*
|
%dir %{_docdir}/HTML/en/kapptemplate
|
||||||
%dir %{_kde4_datadir}/kdevappwizard/templates
|
%{_datadir}/doc/HTML/en/kapptemplate/*
|
||||||
%{_kde4_datadir}/kdevappwizard/templates/*
|
%{_datadir}/icons/hicolor/*/apps/kapptemplate.png
|
||||||
%{_kde4_kcfgdir}/kapptemplate.kcfg
|
%{_datadir}/icons/hicolor/scalable/apps/kapptemplate.svg
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/common
|
%dir %{_datadir}/kdevappwizard
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/first-page.png
|
%dir %{_datadir}/kdevappwizard/template_previews
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/fourth-page.png
|
%{_datadir}/kdevappwizard/template_previews/*
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/index.cache.bz2
|
%dir %{_datadir}/kdevappwizard/templates
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/kapptemplate/index.docbook
|
%{_datadir}/kdevappwizard/templates/*
|
||||||
%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
|
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user