automatic version update by autodist [release 21.08.0-1mamba;Mon Aug 16 2021]
This commit is contained in:
parent
e3c7f898b8
commit
57c8987391
36
kamera.spec
36
kamera.spec
@ -1,17 +1,14 @@
|
|||||||
Name: kamera
|
Name: kamera
|
||||||
Version: 21.04.3
|
Version: 21.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Digital camera io_slave for Konqueror
|
Summary: Digital camera io_slave for Konqueror
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kamera-%{version}.tar.xz
|
Source: http://download.kde.org/stable/release-service/%{version}/src/kamera-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
@ -29,12 +26,13 @@ BuildRequires: libkxmlgui-devel
|
|||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgphoto2-devel >= 1:2.5.19-1mamba
|
BuildRequires: cmake
|
||||||
#Requires: kde-workspace
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Together gPhoto this allows you to access your camera's picture with the URL kamera:/
|
Together gPhoto this allows you to access your camera's picture with the URL kamera:/
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -46,7 +44,7 @@ Together gPhoto this allows you to access your camera's picture with the URL kam
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -56,29 +54,15 @@ Together gPhoto this allows you to access your camera's picture with the URL kam
|
|||||||
%{_datadir}/metainfo/org.kde.kamera.metainfo.xml
|
%{_datadir}/metainfo/org.kde.kamera.metainfo.xml
|
||||||
%{_kde5_datadir}/solid/actions/solid_camera.desktop
|
%{_kde5_datadir}/solid/actions/solid_camera.desktop
|
||||||
%{_libdir}/qt5/plugins/kcm_kamera.so
|
%{_libdir}/qt5/plugins/kcm_kamera.so
|
||||||
%{_libdir}/qt5/plugins/kio_kamera.so
|
%{_libdir}/qt5/plugins/kf5/kio/kio_kamera.so
|
||||||
%{_kde5_servicesdir}/camera.protocol
|
|
||||||
%{_kde5_servicesdir}/%{name}.desktop
|
%{_kde5_servicesdir}/%{name}.desktop
|
||||||
%doc %lang(en) %{_kde5_htmldir}/en/kcontrol/%{name}
|
|
||||||
%doc %lang(ca) %{_kde5_htmldir}/ca/kcontrol/%{name}
|
|
||||||
%doc %lang(cs) %{_kde5_htmldir}/cs/kcontrol/%{name}
|
|
||||||
%doc %lang(de) %{_kde5_htmldir}/de/kcontrol/%{name}
|
|
||||||
%doc %lang(es) %{_kde5_htmldir}/es/kcontrol/%{name}
|
|
||||||
%doc %lang(et) %{_kde5_htmldir}/et/kcontrol/%{name}
|
|
||||||
%doc %lang(fr) %{_kde5_htmldir}/fr/kcontrol/%{name}
|
|
||||||
%doc %lang(gl) %{_kde5_htmldir}/gl/kcontrol/%{name}
|
|
||||||
%doc %lang(it) %{_kde5_htmldir}/it/kcontrol/%{name}
|
|
||||||
%doc %lang(nl) %{_kde5_htmldir}/nl/kcontrol/%{name}
|
|
||||||
%doc %lang(pl) %{_kde5_htmldir}/pl/kcontrol/%{name}
|
|
||||||
%doc %lang(pt) %{_kde5_htmldir}/pt/kcontrol/%{name}
|
|
||||||
%doc %lang(pt_BR) %{_kde5_htmldir}/pt_BR/kcontrol/%{name}
|
|
||||||
%doc %lang(ru) %{_kde5_htmldir}/ru/kcontrol/%{name}
|
|
||||||
%doc %lang(sv) %{_kde5_htmldir}/sv/kcontrol/%{name}
|
|
||||||
%doc %lang(uk) %{_kde5_htmldir}/uk/kcontrol/%{name}
|
|
||||||
%doc AUTHORS COPYING COPYING.DOC
|
%doc AUTHORS COPYING COPYING.DOC
|
||||||
#README
|
#README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user