[kannel] Downgrade to 1.4 for upcoming 1.4.4

Christopher Meng cicku at fedoraproject.org
Wed Jul 2 07:27:02 UTC 2014


commit e38ecf6f7171254680fe34f358d0d81e7ffd3319
Author: Christopher Meng <i at cicku.me>
Date:   Wed Jul 2 15:26:49 2014 +0800

    Downgrade to 1.4 for upcoming 1.4.4

 kannel.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/kannel.spec b/kannel.spec
index 6bdc313..4210787 100644
--- a/kannel.spec
+++ b/kannel.spec
@@ -2,8 +2,8 @@
 
 Name:           kannel
 Summary:        WAP and SMS gateway
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.4.3
+Release:        20%{?dist}
 License:        BSD
 URL:            http://www.kannel.org/
 Source0:        http://www.kannel.org/download/%{version}/gateway-%{version}.tar.bz2
@@ -95,7 +95,7 @@ chmod -c -x gwlib/html-entities.def # for -debuginfo, as of 1.4.3
     --with-sqlite3 \
     %{?_with_mysql} \
     %{?_with_pgsql}
-# Remove %{?_smp_mflags} since the docs fail to build with it as of 1.4.3
+# Remove %%{?_smp_mflags} since the docs fail to build with it as of 1.4.3
 make
 
 %install
@@ -120,7 +120,7 @@ chmod -c -x %{buildroot}%{_mandir}/man?/*
 # Multilib fix : Replace the gw-config with our wrapper script
 mv %{buildroot}%{_bindir}/gw-config \
         %{buildroot}%{_bindir}/gw-config.%{_arch}
-install -p -m 0755 %{SOURCE4} %{buildroot}%{_bindir}/gw-config
+install -pm0755 %{SOURCE4} %{buildroot}%{_bindir}/gw-config
 
 %pre
 getent group kannel >/dev/null || groupadd -r kannel
@@ -174,13 +174,15 @@ exit 0
 %files devel
 %{_bindir}/gw-config*
 %{_includedir}/kannel/
-%dir %{_libdir}/kannel/
-%{_libdir}/kannel/*.a
+%{_libdir}/kannel/
 
 %files docs
 %doc doc/*/*.pdf
 
 %changelog
+* Wed Jul 02 2014 Christopher Meng <rpm at cicku.me> - 1.4.3-20
+- NVR bump
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list