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 892851 Details for
Bug 1094759
taglib test suit is not run during build
[?]
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]
Patch enables tests during build
taglib-tests-enabled.patch (text/plain), 1.55 KB, created by
Jakub Čajka
on 2014-05-06 12:34:48 UTC
(
hide
)
Description:
Patch enables tests during build
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-05-06 12:34:48 UTC
Size:
1.55 KB
patch
obsolete
>diff --git a/taglib.spec b/taglib.spec >index 56f04f9..b34a950 100644 >--- a/taglib.spec >+++ b/taglib.spec >@@ -6,7 +6,7 @@ > Name: taglib > Summary: Audio Meta-Data Library > Version: 1.9.1 >-Release: 2%{?dist} >+Release: 3%{?dist} > > License: LGPLv2 and MPL > #URL: http://launchpad.net/taglib >@@ -32,9 +32,8 @@ Patch1003: 0003-Rewrote-ByteVector-replace-simpler.patch > BuildRequires: cmake > BuildRequires: pkgconfig > BuildRequires: zlib-devel >-%if %{with tests} > BuildRequires: cppunit-devel >-%endif >+ > %if %{with doc} > BuildRequires: doxygen > BuildRequires: graphviz >@@ -77,7 +76,7 @@ Files needed when building software with %{name}. > mkdir -p %{_target_platform} > pushd %{_target_platform} > %{cmake} \ >- %{?with_tests:-DBUILD_TESTS:BOOL=ON} \ >+ -DBUILD_TESTS=ON \ > .. > popd > >@@ -103,11 +102,9 @@ find %{apidocdir} -name '*.md5' | xargs rm -fv > export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig > test "$(pkg-config --modversion taglib)" = "%{version}" > test "$(pkg-config --modversion taglib_c)" = "%{version}" >-%if %{with tests} > #ln -s ../../tests/data %{_target_platform}/tests/ > #LD_LIBRARY_PATH=%{buildroot}%{_libdir}:$LD_LIBRARY_PATH \ > make check -C %{_target_platform} >-%endif > > > %post -p /sbin/ldconfig >@@ -135,6 +132,9 @@ make check -C %{_target_platform} > > > %changelog >+* Tue May 06 2014 Jakub Äajka <jcajka@redhat.com> 1.9.1-3 >+- unit tests enabled by default >+ > * Tue Nov 26 2013 Rex Dieter <rdieter@fedoraproject.org> 1.9.1-2 > - backport fixes for ABI breakage (wrt taglib-1.8) (#1026080, #1027164) >
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 1094759
: 892851