quaternion 0.0.9.2-1 (i586;x86_64) 2018-4487
-10000
Status | rejected | ||||||
Submitter | angrypenguinpoland [@T] gmail.com | ||||||
Platform | 3.0 | ||||||
Repository | main | ||||||
URL | https://abf.openmandriva.org/build_lists/182401 | ||||||
Packages |
|
||||||
Build Date | 2018-06-29 18:28:30 +0000 UTC | ||||||
Last Updated | 2018-07-06 14:41:10.309714604 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 92feedb1685bc7792ed7e9f4dcfc57634f813f20 commit 92feedb1685bc7792ed7e9f4dcfc57634f813f20 Author: Bernhard Rosenkränzer <bero@lindev.ch> AuthorDate: Fri Jun 29 01:23:14 2018 +0200 Commit: Bernhard Rosenkränzer <bero@lindev.ch> CommitDate: Fri Jun 29 01:23:14 2018 +0200 Make it build --- .abf.yml | 6 +++--- quaternion.spec | 12 +++++++++++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.abf.yml b/.abf.yml index 43a1c7d..d527adb 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,3 @@ - sources: - "Quaternion-0.0.9.2.tar.gz": c5fe11daa2994bc762dbab2f0c4f4872b99a0027 - +sources: + Quaternion-0.0.9.2.tar.gz: c5fe11daa2994bc762dbab2f0c4f4872b99a0027 + v0.3.0.2.tar.gz: a0fac1c0200ffa662e8889fdee8039013bf1b78d diff --git a/quaternion.spec b/quaternion.spec index c0a0b79..407d190 100644 --- a/quaternion.spec +++ b/quaternion.spec @@ -8,6 +8,7 @@ License: GPLv3+ Group: Networking/Instant messaging Url: https://github.com/QMatrixClient/Quaternion Source0: https://github.com/QMatrixClient/Quaternion/archive/v0.0.9.2/%{oname}-%{version}.tar.gz +Source1: https://github.com/QMatrixClient/libqmatrixclient/archive/v0.3.0.%(echo %{version}|cut -d. -f4).tar.gz BuildRequires: qmake5 BuildRequires: cmake BuildRequires: pkgconfig(Qt5Core) @@ -25,10 +26,13 @@ An IM client for the Matrix protocol. %doc COPYING README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop +%{_datadir}/metainfo/com.github.quaternion.appdata.xml %{_iconsdir}/hicolor/*/apps/%{name}.* %prep -%setup -qn %{oname}-%{version} +%setup -qn %{oname}-%{version} -a 1 +rmdir lib +mv libqmatrixclient-* lib %build %cmake \ @@ -38,3 +42,9 @@ An IM client for the Matrix protocol. %install %makeinstall_std -C build + +# We don't need the -devel files -- they're only used internally +rm -rf %{buildroot}%{_includedir} \ + %{buildroot}%{_bindir}/qmc-example \ + %{buildroot}%{_libdir}/*.a \ + %{buildroot}%{_libdir}/cmake
Not Available
angrypenguinpoland [@T] gmail.com | duplicate, remove it. | 2342d 01hrs |
benbullard79 [@T] cox.net | No Comment. | 2339d 07hrs |
cris [@T] beebgames.com | No Comment. | 2337d 02hrs |