update to 17.08.1 [release 17.08.1-1mamba;Fri Oct 13 2017]
This commit is contained in:
parent
e28547d429
commit
8df2748d91
44
kget.spec
44
kget.spec
@ -1,5 +1,5 @@
|
|||||||
Name: kget
|
Name: kget
|
||||||
Version: 4.14.3
|
Version: 17.08.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An advanced download manager for the K Desktop Environment
|
Summary: An advanced download manager for the K Desktop Environment
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -7,22 +7,14 @@ 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/kget-%{version}.tar.xz
|
Source: https://download.kde.org/stable/applications/%{version}/src/kget-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kde-baseapps-devel
|
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
BuildRequires: kdepimlibs-devel
|
|
||||||
BuildRequires: kde-workspace-devel
|
BuildRequires: kde-workspace-devel
|
||||||
BuildRequires: libassuan-devel
|
BuildRequires: kdelibs-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgpg-error-devel
|
|
||||||
BuildRequires: libgpgme-devel
|
|
||||||
BuildRequires: libktorrent-devel
|
|
||||||
BuildRequires: libmms-devel
|
BuildRequires: libmms-devel
|
||||||
BuildRequires: libnepomuk-core-devel
|
|
||||||
BuildRequires: libnepomukwidgets-devel
|
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libphonon-devel
|
||||||
BuildRequires: libqca-devel
|
BuildRequires: libqca-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
@ -31,7 +23,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
|
||||||
Provides: libkget
|
Provides: libkget
|
||||||
Obsoletes: libkget
|
Obsoletes: libkget
|
||||||
Provides: kget4
|
Provides: kget4
|
||||||
@ -59,7 +50,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build \
|
||||||
|
-DCMAKE_DISABLE_FIND_PACKAGE_NepomukCore=TRUE \
|
||||||
|
-DCMAKE_DISABLE_FIND_PACKAGE_QGpgme=TRUE \
|
||||||
|
-DCMAKE_DISABLE_FIND_PACKAGE_KTorrent=TRUE
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -71,36 +66,36 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
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 %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
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 %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/kget
|
%{_kde4_bindir}/kget
|
||||||
%{_kde4_libdir}/kde4/kcm_kget_bittorrentfactory.so
|
#%{_kde4_libdir}/kde4/kcm_kget_bittorrentfactory.so
|
||||||
%{_kde4_libdir}/kde4/kcm_kget_checksumsearchfactory.so
|
%{_kde4_libdir}/kde4/kcm_kget_checksumsearchfactory.so
|
||||||
%{_kde4_libdir}/kde4/kcm_kget_metalinkfactory.so
|
%{_kde4_libdir}/kde4/kcm_kget_metalinkfactory.so
|
||||||
%{_kde4_libdir}/kde4/kcm_kget_mirrorsearchfactory.so
|
%{_kde4_libdir}/kde4/kcm_kget_mirrorsearchfactory.so
|
||||||
%{_kde4_libdir}/kde4/kcm_kget_mmsfactory.so
|
%{_kde4_libdir}/kde4/kcm_kget_mmsfactory.so
|
||||||
%{_kde4_libdir}/kde4/kcm_kget_multisegkiofactory.so
|
%{_kde4_libdir}/kde4/kcm_kget_multisegkiofactory.so
|
||||||
%{_kde4_libdir}/kde4/kget_bittorrentfactory.so
|
#%{_kde4_libdir}/kde4/kget_bittorrentfactory.so
|
||||||
%{_kde4_libdir}/kde4/kget_browser_integration.so
|
%{_kde4_libdir}/kde4/kget_browser_integration.so
|
||||||
%{_kde4_libdir}/kde4/kget_checksumsearchfactory.so
|
%{_kde4_libdir}/kde4/kget_checksumsearchfactory.so
|
||||||
%{_kde4_libdir}/kde4/kget_kiofactory.so
|
%{_kde4_libdir}/kde4/kget_kiofactory.so
|
||||||
@ -156,8 +151,8 @@ exit 0
|
|||||||
%{_kde4_servicesdir}/plasma-engine-kget.desktop
|
%{_kde4_servicesdir}/plasma-engine-kget.desktop
|
||||||
%{_kde4_servicesdir}/plasma-runner-kget.desktop
|
%{_kde4_servicesdir}/plasma-runner-kget.desktop
|
||||||
%{_kde4_servicetypesdir}/kget_plugin.desktop
|
%{_kde4_servicetypesdir}/kget_plugin.desktop
|
||||||
%{_kde4_sharedir}/ontology/kde/kget_history.ontology
|
#%{_kde4_sharedir}/ontology/kde/kget_history.ontology
|
||||||
%{_kde4_sharedir}/ontology/kde/kget_history.trig
|
#%{_kde4_sharedir}/ontology/kde/kget_history.trig
|
||||||
%{_datadir}/dbus-1/services/org.kde.kget.service
|
%{_datadir}/dbus-1/services/org.kde.kget.service
|
||||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||||
|
|
||||||
@ -166,6 +161,9 @@ exit 0
|
|||||||
%{_kde4_libdir}/libkgetcore.so
|
%{_kde4_libdir}/libkgetcore.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 13 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 17.08.1-1mamba
|
||||||
|
- update to 17.08.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