[libnatspec/el6] * Sat Dec 1 2012 <drizt at land.ru> - 0.2.6-6 - migration i18n - fixed license for examples

ivanromanov ivanromanov at fedoraproject.org
Sat Dec 1 08:53:44 UTC 2012


commit 5dcd555187653bc5f0097085f40e80ba17a7b752
Author: Ivan Romanov <drizt at land.ru>
Date:   Sat Dec 1 14:53:07 2012 +0600

    * Sat Dec  1 2012  <drizt at land.ru> - 0.2.6-6
    - migration i18n
    - fixed license for examples

 libnatspec.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/libnatspec.spec b/libnatspec.spec
index 70ee812..ddbc92e 100644
--- a/libnatspec.spec
+++ b/libnatspec.spec
@@ -1,7 +1,7 @@
 Summary:	Library for national and language-specific issues
 Name:		libnatspec
 Version:	0.2.6
-Release:	5%{?dist}
+Release:	6%{?dist}
 
 License:	LGPLv2
 Group:		Development/Tools
@@ -24,7 +24,8 @@ in a various programs depends on locale and messages.
 Summary:	Development package of library for national and language-specific issues
 Group:		Development/Libraries
 Requires:	%{name}%{?_isa} = %{version}-%{release}
-
+# All examples use GPLGv2+ else unzip and zip which uses BSD
+License:	GPLv2+ and BSD
 
 %description devel
 The %{name}-devel package contains libraries and header files for
@@ -48,7 +49,7 @@ mv ChangeLog.new ChangeLog
 
 %build
 autoreconf -fiv
-%configure
+%configure --with-i18n-file=/etc/locale.conf
 make %{?_smp_mflags}
 
 
@@ -76,6 +77,10 @@ rm -f %{buildroot}%{_libdir}/*.la
 
 
 %changelog
+* Sat Dec  1 2012  <drizt at land.ru> - 0.2.6-6
+- migration i18n
+- fixed license for examples
+
 * Mon Oct 29 2012 Ivan Romanov <drizt at land.ru> - 0.2.6-5
 - dropped %%defattr
 - corrected description


More information about the scm-commits mailing list