[gnutls] Make build verbose

Till Maas till at fedoraproject.org
Sun Feb 22 14:22:46 UTC 2015


commit a447c562bc8a5b99b6184b0c4cae5514b1069027
Author: Till Maas <opensource at till.name>
Date:   Sun Feb 22 15:22:42 2015 +0100

    Make build verbose
    
    - Use %license

 gnutls.spec | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index c74a18c..55587ed 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -3,7 +3,7 @@
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 3.3.12
-Release: 2%{?dist}
+Release: 3%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+
 License: GPLv3+ and LGPLv2+
 Group: System Environment/Libraries
@@ -168,7 +168,7 @@ export LDFLAGS="-Wl,--no-add-needed"
            --disable-dane \
 %endif
            --disable-rpath
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -223,7 +223,8 @@ fi
 %files -f gnutls.lang
 %defattr(-,root,root,-)
 %{_libdir}/libgnutls.so.28*
-%doc COPYING COPYING.LESSER README AUTHORS NEWS THANKS
+%doc README AUTHORS NEWS THANKS
+%license COPYING COPYING.LESSER
 
 %files c++
 %{_libdir}/libgnutlsxx.so.*
@@ -268,6 +269,10 @@ fi
 %endif
 
 %changelog
+* Sat Feb 21 2015 Till Maas <opensource at till.name> - 3.3.12-3
+- Make build verbose
+- Use %%license
+
 * Sat Feb 21 2015 Till Maas <opensource at till.name> - 3.3.12-2
 - Rebuilt for Fedora 23 Change
   https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code


More information about the scm-commits mailing list