- Update to new upstream release 1.5.0

- Added missing internal-flt.h file as Source1
This commit is contained in:
pnemade 2007-12-28 10:55:29 +00:00
parent c156422de0
commit b1427c267e
3 changed files with 33 additions and 25 deletions

View File

@ -1,2 +1,3 @@
m17n-lib-1.3.3.tar.gz
m17n-lib-1.4.0.tar.gz
m17n-lib-1.5.0.tar.gz

View File

@ -4,14 +4,15 @@
%define with_examples 0
Name: m17n-lib
Version: 1.4.0
Release: 2%{?dist}
Version: 1.5.0
Release: 1%{?dist}
Summary: Multilingual text library
Group: System Environment/Libraries
License: LGPLv2
URL: http://www.m17n.org/m17n-lib/index.html
Source0: %{name}-%{version}.tar.gz
Source1: internal-flt.h
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: m17n-db >= 1.4.0
@ -46,13 +47,14 @@ Development files for %{name}.
%prep
%setup -q
install -p -m 0644 %{SOURCE1} src/
%if ! %{with_examples}
%patch2 -p1 -b .examples
%endif
# patch2 touches Makefile.am
autoreconf
%build
%configure --disable-static \
%if ! %{with_gui}
@ -65,7 +67,7 @@ make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
# remove unneeded files
rm $RPM_BUILD_ROOT%{_bindir}/m17n-config
@ -96,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Dec 28 2007 Parag Nemade <pnemade@redhat.com> -1.5.0-1.fc9
- Update to new upstream release 1.5.0
- Added missing internal-flt.h file as Source1
* Wed Aug 22 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-2
- rebuild against new rpm package
- update license tag

View File

@ -1 +1,2 @@
195b16500349f874dd094fa7cccd7a6c m17n-lib-1.4.0.tar.gz
950bbb57a317870e49c6b1c0ad0337cc m17n-lib-1.5.0.tar.gz