]> git.pld-linux.org Git - packages/libreport.git/commitdiff
- require /etc/system-release (from pld-release >= 3.0-8) for tests to succeed auto/th/libreport-2.7.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 May 2016 20:42:08 +0000 (22:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 May 2016 20:42:08 +0000 (22:42 +0200)
- rebuild auto* for as-needed to work (to avoid propagating dozens of e.g. curl dependencies)
- release 2

libreport.spec

index e8be9df30ed2fa04a1d7ba7fdf154332e9ab0c07..b132a0f166b0aa1615388e1f78ed091fc3acea2a 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Generic library for reporting various problems
 Summary(pl.UTF-8):     Ogólna biblioteka do zgłaszania różnych problemów
 Name:          libreport
 Version:       2.7.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
@@ -34,6 +34,8 @@ BuildRequires:        libxml2-devel >= 2
 BuildRequires: newt-devel
 BuildRequires: nss-devel
 BuildRequires: pkgconfig
+# /etc/system-release for non-empty os_release content
+%{?with_tests:BuildRequires:   pld-release >= 3.0-8}
 BuildRequires: python-devel >= 2
 BuildRequires: python3-devel >= 1:3
 BuildRequires: rpmbuild(macros) >= 1.612
@@ -355,6 +357,11 @@ zgłaszania błędów w systemach RHEL.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        AUGPARSE=/usr/bin/augparse \
        --disable-silent-rules
This page took 0.0768 seconds and 4 git commands to generate.