[devscripts] Honour optflags, improve description

Sandro Mani smani at fedoraproject.org
Sat Oct 19 20:16:04 UTC 2013


commit 8307998b6986f4b4642cbaf54f7747859fcb2896
Author: Sandro Mani <manisandro at gmail.com>
Date:   Sat Oct 19 22:16:02 2013 +0200

    Honour optflags, improve description

 devscripts.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/devscripts.spec b/devscripts.spec
index 7ac422d..cd7c509 100644
--- a/devscripts.spec
+++ b/devscripts.spec
@@ -1,6 +1,6 @@
 Name:           devscripts
 Version:        2.13.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Scripts for Debian Package maintainers
 
 License:        GPLv2+
@@ -44,8 +44,9 @@ Scripts to make the life of a Debian Package maintainer easier.
 Summary:        Minimal subset of devscripts
 
 %description minimal
-This package contains a subset of the devscripts scripts which does not pull in
-loads of dependencies.
+This package contains the following subset of the devscripts scripts:
+- licensecheck
+- checkbashisms
 
 
 %prep
@@ -60,7 +61,7 @@ sed -i 's|/usr/lib/devscripts/libvfork.so.0|%{_libdir}/%{name}/libvfork.so.0|g'
 
 %build
 # LIBDIR determines where libvfork gets installed, see scripts/Makefile for LIBDIR
-make %{?_smp_mflags} LIBDIR=%{_libdir}/%{name}
+make %{?_smp_mflags} LIBDIR=%{_libdir}/%{name} CFLAGS="%{optflags}"
 
 
 %install
@@ -93,6 +94,10 @@ rm -rf %{buildroot}%{_datadir}/doc
 
 
 %changelog
+* Sat Oct 29 2013 Sandro Mani <manisandro at gmail.com> - 2.13.4-4
+- Honour optflags
+- Improve -minimal subpackage description
+
 * Thu Oct 17 2013 Sandro Mani <manisandro at gmail.com> - 2.13.4-3
 - Split scripts used by rpm developers into a subpackage
 - Install some additional manpages


More information about the scm-commits mailing list