Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 891974 Details for
Bug 1093797
Run test suite during build, make build more verbose
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Run test suite during build
Run-test-suite-during-build.patch (text/plain), 1.76 KB, created by
Ville Skyttä
on 2014-05-02 17:20:44 UTC
(
hide
)
Description:
Run test suite during build
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2014-05-02 17:20:44 UTC
Size:
1.76 KB
patch
obsolete
>From 773b79493930f440a243ffe42ba3708b6221d640 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Fri, 2 May 2014 20:19:55 +0300 >Subject: [PATCH] Run test suite during build > >- Make build more verbose >--- > gtkhtml3.spec | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/gtkhtml3.spec b/gtkhtml3.spec >index acffaa9..85ad13b 100644 >--- a/gtkhtml3.spec >+++ b/gtkhtml3.spec >@@ -5,7 +5,7 @@ > > Name: gtkhtml3 > Version: 4.8.1 >-Release: 1%{?dist} >+Release: 2%{?dist} > Group: System Environment/Libraries > Summary: GtkHTML library > License: LGPLv2+ and GPLv2 >@@ -26,6 +26,7 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) > BuildRequires: pkgconfig(gtk+-3.0) > BuildRequires: pkgconfig(libsoup-2.4) > BuildRequires: pkgconfig(iso-codes) >+BuildRequires: xorg-x11-server-Xvfb > > %description > GtkHTML is a lightweight HTML rendering/printing/editing engine. >@@ -47,7 +48,7 @@ developing applications that use %{name}. > %build > autoreconf -fi > %configure --disable-static --disable-maintainer-mode >-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" >+make %{?_smp_mflags} V=1 > > %install > make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" >@@ -55,6 +56,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' > > %find_lang gtkhtml-%{gtkhtml_major} > >+%check >+mkdir -p _xdg_runtime_dir >+XDG_RUNTIME_DIR=$PWD/_xdg_runtime_dir xvfb-run make -C gtkhtml test >+ > %post -p /sbin/ldconfig > > %postun -p /sbin/ldconfig >@@ -75,6 +80,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' > %{_libdir}/pkgconfig/*.pc > > %changelog >+* Fri May 2 2014 Ville Skyttä <ville.skytta@iki.fi> - 4.8.1-2 >+- Run test suite during build >+- Make build more verbose >+ > * Fri May 02 2014 Milan Crha <mcrha@redhat.com> - 4.8.1-1 > - Update to 4.8.1 > >-- >1.9.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1093797
: 891974