2024-01-05 21:46:37 +01:00
|
|
|
Name: dianara
|
2024-01-05 21:46:37 +01:00
|
|
|
Version: 1.4.4
|
2024-01-05 21:46:37 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 21:46:37 +01:00
|
|
|
Summary: A pump.io client
|
|
|
|
Group: Graphical Desktop/Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 21:46:37 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 21:46:37 +01:00
|
|
|
URL: http://dianara.nongnu.org
|
|
|
|
Source: http://download.savannah.gnu.org/releases/dianara/dianara-v%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
2024-01-05 21:46:37 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
|
|
BuildRequires: libqca-qt5-devel
|
2024-01-05 21:46:37 +01:00
|
|
|
BuildRequires: libqoauth-devel
|
2024-01-05 21:46:37 +01:00
|
|
|
BuildRequires: libsonnet-devel
|
2024-01-05 21:46:37 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 21:46:37 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-01-05 21:46:37 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 21:46:37 +01:00
|
|
|
BuildRequires: libqoauth-devel >= 2.0.0-1mamba
|
2024-01-05 21:46:37 +01:00
|
|
|
BuildRequires: libmagic-devel
|
2024-01-05 21:46:37 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Dianara is a pump.io client, a desktop application for GNU/linux that allows users to manage their Pump.io social networking accounts without the need to use a web browser.
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-v%{version}
|
2024-01-05 21:46:37 +01:00
|
|
|
#sed -i 's,\(target.path = \).*$,\1%{buildroot}%{_bindir},' Dianara.pro
|
2024-01-05 21:46:37 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 21:46:37 +01:00
|
|
|
%{_qt5_qmake}
|
|
|
|
|
|
|
|
# FIXME: why /usr/include5/QtOauth ?
|
|
|
|
sed -i "s|/usr/include5|/usr/include|" Makefile
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 21:46:37 +01:00
|
|
|
make install INSTALL_ROOT=%{buildroot} STRIP=/bin/true
|
2024-01-05 21:46:37 +01:00
|
|
|
|
|
|
|
# install i18n files
|
|
|
|
install -d %{buildroot}%{_datadir}/dianara/locale
|
|
|
|
install -m0644 translations/*.qm \
|
|
|
|
%{buildroot}%{_datadir}/dianara/locale/
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/dianara
|
2024-01-05 21:46:37 +01:00
|
|
|
%{_datadir}/applications/org.nongnu.dianara.desktop
|
|
|
|
%{_datadir}/metainfo/org.nongnu.dianara.appdata.xml
|
2024-01-05 21:46:37 +01:00
|
|
|
%{_datadir}/dianara/locale/*.qm
|
2024-01-05 21:46:37 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/dianara.png
|
|
|
|
%{_mandir}/man1/dianara.1*
|
|
|
|
%doc LICENSE
|
2024-01-05 21:46:37 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:46:37 +01:00
|
|
|
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Mon May 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libqoauth-devel>=2.0.0-1mamba
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Fri Jan 08 2016 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Wed Dec 17 2014 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Thu Nov 13 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Mon Aug 11 2014 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Mon Jun 02 2014 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:37 +01:00
|
|
|
* Tue Jan 07 2014 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.1beta1-1mamba
|
|
|
|
- package created using the webbuild interface
|