[lfcxml/el6: 3/4] Update to 1.1.6

Christopher Meng cicku at fedoraproject.org
Tue Jan 21 03:11:20 UTC 2014


commit 80db2925f497a2d48d8c13849cb4c14ef14e33ed
Author: Christopher Meng <i at cicku.me>
Date:   Tue Jan 21 11:09:53 2014 +0800

    Update to 1.1.6

 .gitignore  |    1 +
 lfcxml.spec |   41 ++++++++++++++++++++++-------------------
 sources     |    3 +--
 3 files changed, 24 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 312676b..be953cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /lfcxml-1.1.3.tar.gz
 /lfcxml-1.1.4.tar.gz
+/lfcxml-1.1.6.tar.gz
diff --git a/lfcxml.spec b/lfcxml.spec
index 3a40300..7d1b83c 100644
--- a/lfcxml.spec
+++ b/lfcxml.spec
@@ -1,25 +1,25 @@
 %global _hardened_build 1
 
-Name:              lfcxml
-Version:           1.1.4
-Release:           2%{?dist}
-Summary:           Lemke Foundation Classes XML extension
-License:           GPLv3+
-URL:               http://www.lemke-it.com/litexec?request=publfcxml&user=&lang=en
-Source0:           http://www.lemke-it.com/%{name}-%{version}.tar.gz
-BuildRequires:     lfcbase-devel
+Name:           lfcxml
+Version:        1.1.6
+Release:        1%{?dist}
+Summary:        Lemke Foundation Classes XML extension
+License:        GPLv3+
+URL:            http://www.lemke-it.com/litexec?request=publfcxml&user=&lang=en
+Source0:        http://www.lemke-it.com/%{name}-%{version}.tar.gz
+BuildRequires:  lfcbase-devel
 
 %description
 This C++ library provides an API for XML document handling. Similar to the 
 JDOM Java interface, a XML document can be parsed, traced and generated by 
 the provided methods.
 
-%package           devel
-Summary:           Development files for %{name}
-Requires:          %{name}%{?_isa} = %{version}-%{release}
-Requires:          lfcbase-devel%{?_isa}
+%package        devel
+Summary:        Development files for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       lfcbase-devel%{?_isa}
 
-%description       devel
+%description    devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
@@ -33,7 +33,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.la' -delete
 
 %post -p /sbin/ldconfig
 
@@ -52,23 +52,26 @@ make check
 %{_libdir}/*.so
 
 %changelog
+* Tue Jan 21 2014 Christopher Meng <rpm at cicku.me> - 1.1.6-1
+- Update to 1.1.6
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Wed Jul 03 2013 Christopher Meng <rpm at cicku.me> - 1.1.4-1
-- New release.
+- Update to 1.1.4
 
 * Tue May 21 2013 Christopher Meng <rpm at cicku.me> - 1.1.3-2
 - Fix the license problem.
 
 * Sat May 18 2013 Christopher Meng <rpm at cicku.me> - 1.1.3-1
-- New release.
+- Update to 1.1.3
 
 * Fri May 17 2013 Christopher Meng <rpm at cicku.me> - 1.1.2-1
-- New release.
+- Update to 1.1.2
 
 * Tue May 14 2013 Christopher Meng <rpm at cicku.me> - 1.1.1-1
-- New release.
+- Update to 1.1.1
 
 * Mon May 06 2013 Christopher Meng <rpm at cicku.me> - 1.0.27-1
-- Initial Package.
+- Initial Package.
\ No newline at end of file
diff --git a/sources b/sources
index b52418d..6c7bffb 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-31ef83c12fae0d73b8d448b130088add  lfcxml-1.1.3.tar.gz
-70b5e88e16a081455693041539054da6  lfcxml-1.1.4.tar.gz
+c447e450a54f73649c31236b1dcab509  lfcxml-1.1.6.tar.gz


More information about the scm-commits mailing list