automatic version update by autodist [release 1.4.3-1mamba;Thu Apr 21 2022]
This commit is contained in:
parent
b9cb1f22d2
commit
9c8b053348
47
dianara.spec
47
dianara.spec
@ -1,55 +1,53 @@
|
|||||||
Name: dianara
|
Name: dianara
|
||||||
Version: 1.3.2
|
Version: 1.4.3
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A pump.io client
|
Summary: A pump.io client
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://dianara.nongnu.org
|
URL: http://dianara.nongnu.org
|
||||||
Source: http://download.savannah.gnu.org/releases/dianara/dianara-v%{version}.tar.gz
|
Source: http://download.savannah.gnu.org/releases/dianara/dianara-v%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqca-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libqjson-devel
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libqca-qt5-devel
|
||||||
BuildRequires: libqoauth-devel
|
BuildRequires: libqoauth-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libqoauth-devel >= 2.0.0-1mamba
|
BuildRequires: libqoauth-devel >= 2.0.0-1mamba
|
||||||
BuildRequires: libmagic-devel
|
BuildRequires: libmagic-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-v%{version}
|
%setup -q -n %{name}-v%{version}
|
||||||
sed -i 's,\(target.path = \).*$,\1%{buildroot}%{_bindir},' Dianara.pro
|
#sed -i 's,\(target.path = \).*$,\1%{buildroot}%{_bindir},' Dianara.pro
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{_qt4_qmake}
|
%{_qt5_qmake}
|
||||||
|
|
||||||
|
# FIXME: why /usr/include5/QtOauth ?
|
||||||
|
sed -i "s|/usr/include5|/usr/include|" Makefile
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
make install INSTALL_ROOT=%{buildroot} STRIP=/bin/true
|
||||||
|
|
||||||
# install i18n files
|
# install i18n files
|
||||||
install -d %{buildroot}%{_datadir}/dianara/locale
|
install -d %{buildroot}%{_datadir}/dianara/locale
|
||||||
install -m0644 translations/*.qm \
|
install -m0644 translations/*.qm \
|
||||||
%{buildroot}%{_datadir}/dianara/locale/
|
%{buildroot}%{_datadir}/dianara/locale/
|
||||||
|
|
||||||
# install icon
|
|
||||||
install -D -m0644 icon/64x64/dianara.png \
|
|
||||||
%{buildroot}%{_datadir}/pixmaps/dianara.png
|
|
||||||
|
|
||||||
# install desktop file
|
|
||||||
desktop-file-install \
|
|
||||||
--dir=%{buildroot}%{_datadir}/applications \
|
|
||||||
dianara.desktop
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -57,12 +55,17 @@ desktop-file-install \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/dianara
|
%{_bindir}/dianara
|
||||||
|
%{_datadir}/applications/org.nongnu.dianara.desktop
|
||||||
|
%{_datadir}/metainfo/org.nongnu.dianara.appdata.xml
|
||||||
%{_datadir}/dianara/locale/*.qm
|
%{_datadir}/dianara/locale/*.qm
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/icons/hicolor/*/apps/dianara.png
|
||||||
%{_datadir}/applications/*.desktop
|
%{_mandir}/man1/dianara.1*
|
||||||
%doc BUGS CHANGELOG LICENSE README TODO
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon May 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-2mamba
|
* 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
|
- rebuilt by autoport with build requirements: libqoauth-devel>=2.0.0-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user