automatic version update by autodist [release 17.08.0-1mamba;Thu Aug 31 2017]
This commit is contained in:
parent
454c536704
commit
d31867df18
@ -1,5 +1,5 @@
|
|||||||
Name: ktp-send-file
|
Name: ktp-send-file
|
||||||
Version: 0.9.0
|
Version: 17.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Telepathy file manager plugin to send files to contacts
|
Summary: KDE Telepathy file manager plugin to send files to contacts
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -7,19 +7,31 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/kde-telepathy/%{version}/src/ktp-send-file-%{version}.tar.bz2
|
Source: http://download.kde.org/stable/applications/%{version}/src/ktp-send-file-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
BuildRequires: ktp-common-internals-devel
|
BuildRequires: ktp-common-internals-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libkauth-devel
|
||||||
|
BuildRequires: libkcmutils-devel
|
||||||
|
BuildRequires: libkcodecs-devel
|
||||||
|
BuildRequires: libkcompletion-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkconfigwidgets-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
|
BuildRequires: libkiconthemes-devel
|
||||||
|
BuildRequires: libkio-devel
|
||||||
|
BuildRequires: libkjobwidgets-devel
|
||||||
|
BuildRequires: libkservice-devel
|
||||||
|
BuildRequires: libkwallet-devel
|
||||||
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: telepathy-qt-devel
|
BuildRequires: libtelepathy-qt5-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: kde-workspace
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -31,7 +43,7 @@ KDE Telepathy file manager plugin to send files to contacts.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -57,11 +69,17 @@ exit 0
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/ktp-send-file
|
%{_kde5_bindir}/ktp-send-file
|
||||||
%_kde4_servicesdir/ServiceMenus/ktp-send-file.desktop
|
%_kde5_servicesdir/ServiceMenus/ktp-send-file.desktop
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Nov 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 15.04.3-1mamba
|
||||||
|
- update to 15.04.3
|
||||||
|
|
||||||
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||||
- update to 0.9.0
|
- update to 0.9.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user