|
|
|
@ -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@land.ru> - 0.2.6-6
|
|
|
|
|
- migration i18n
|
|
|
|
|
- fixed license for examples
|
|
|
|
|
|
|
|
|
|
* Mon Oct 29 2012 Ivan Romanov <drizt@land.ru> - 0.2.6-5
|
|
|
|
|
- dropped %%defattr
|
|
|
|
|
- corrected description
|
|
|
|
|