[libpuma] Silence directory changes in the trigger script.

Jerry James jjames at fedoraproject.org
Fri Jan 30 02:17:59 UTC 2015


commit 00e2b7d5f7d8da27cbaf78b8aae13224aec78f2c
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Thu Jan 29 19:17:26 2015 -0700

    Silence directory changes in the trigger script.
    
    Also:
    - Note that jquery is bundled.

 libpuma.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/libpuma.spec b/libpuma.spec
index 71fd9ce..d3cf9cd 100644
--- a/libpuma.spec
+++ b/libpuma.spec
@@ -12,7 +12,7 @@
 
 Name:           libpuma
 Version:        1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library for parsing and manipulating C/C++ source code
 
 License:        GPLv2+
@@ -75,6 +75,7 @@ AspectC++.
 
 %package doc
 Summary:        Documentation for %{name}
+Provides:       bundled(jquery)
 BuildArch:      noarch
 
 %description doc
@@ -206,11 +207,11 @@ make -C aspectc++/Ag++ test SHARED=1
 %postun -p /sbin/ldconfig
 
 %triggerin -- gcc-c++
-pushd %{_libdir}/%{name}
+pushd %{_libdir}/%{name} > /dev/null
 rm -f puma.config
 %{_bindir}/ag++ --gen_config
 chmod 0644 puma.config
-popd
+popd > /dev/null
 
 %files
 %doc aspectc++/README.aspectc++ aspectc++/Puma/README
@@ -235,6 +236,10 @@ popd
 %doc aspectc++/AspectC++/doc/QuickRef/ac++quickref.pdf
 
 %changelog
+* Thu Jan 29 2015 Jerry James <loganjerry at gmail.com> - 1.2-4
+- Silence directory changes in the trigger script
+- Note that jquery is bundled
+
 * Tue Oct 21 2014 Jerry James <loganjerry at gmail.com> - 1.2-3
 - The -devel subpackage needs to Require lexertl-devel
 - Package missing header files


More information about the scm-commits mailing list