rpms/m17n-lib/F-8 m17n-lib.spec,1.18,1.19 sources,1.7,1.8

Parag Nemade (pnemade) fedora-extras-commits at redhat.com
Tue Mar 25 03:21:43 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/m17n-lib/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9540

Modified Files:
	m17n-lib.spec sources 
Log Message:
* Thu Feb 07 2008 Parag Nemade <pnemade at redhat.com> -1.5.1-1.fc9
- Update to new upstream release 1.5.1

* Fri Dec 28 2007 Parag Nemade <pnemade at redhat.com> -1.5.0-1.fc9
- Update to new upstream release 1.5.0





Index: m17n-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/m17n-lib/F-8/m17n-lib.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- m17n-lib.spec	22 Aug 2007 03:02:06 -0000	1.18
+++ m17n-lib.spec	25 Mar 2008 03:21:04 -0000	1.19
@@ -3,42 +3,42 @@
 # set to 1 to build examples (including anthy support)
 %define with_examples 0
 
-Name:		m17n-lib
-Version:	1.4.0
-Release:	2%{?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
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:    m17n-lib
+Version:  1.5.1
+Release:  1%{?dist}
+Summary:  Multilingual text library
+
+Group:    System Environment/Libraries
+License:  LGPLv2
+URL:    http://www.m17n.org/m17n-lib/index.html
+Source0:  http://www.m17n.org/m17n-lib-download/%{name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	m17n-db >= 1.4.0
+BuildRequires:  m17n-db >= 1.4.0
 %if %{with_gui}
-BuildRequires:	libxml2-devel, xorg-x11-devel
-BuildRequires:	freetype-devel >= 2.0, fribidi-devel, gd-devel >= 2.0
-BuildRequires:	libotf-devel >= %{libotf_version}
+BuildRequires:  libxml2-devel, xorg-x11-devel
+BuildRequires:  freetype-devel >= 2.0, fribidi-devel, gd-devel >= 2.0
+BuildRequires:  libotf-devel >= %{libotf_version}
 %else
-BuildRequires:	autoconf
-BuildRequires:	libtool
-BuildRequires:	pkgconfig
+BuildRequires:  autoconf
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 %endif
 %if %{with_examples}
-BuildRequires:	anthy-devel
+BuildRequires:  anthy-devel
 %endif
-Requires:	m17n-db >= 1.4.0
-Patch2:		m17n-lib-nobuild-examples.patch
+Requires:  m17n-db >= 1.4.0
+Patch2:    m17n-lib-nobuild-examples.patch
 
 %description
 m17n-lib is a multilingual text library used primarily to allow
 the input of many languages with the input table maps from m17n-db.
 
 
-%package	devel
-Summary:	m17n-lib development files
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+%package  devel
+Summary:  m17n-lib development files
+Group:    Development/Libraries
+Requires:  %{name} = %{version}-%{release}
 
 %description devel
 Development files for %{name}.
@@ -46,13 +46,13 @@
 
 %prep
 %setup -q
+
 %if ! %{with_examples}
 %patch2 -p1 -b .examples
 %endif
 # patch2 touches Makefile.am
 autoreconf
 
-
 %build
 %configure --disable-static \
 %if ! %{with_gui}
@@ -65,7 +65,7 @@
 
 %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 +96,12 @@
 
 
 %changelog
+* Thu Feb 07 2008 Parag Nemade <pnemade at redhat.com> -1.5.1-1.fc9
+- Update to new upstream release 1.5.1
+
+* Fri Dec 28 2007 Parag Nemade <pnemade at redhat.com> -1.5.0-1.fc9
+- Update to new upstream release 1.5.0
+
 * Wed Aug 22 2007 Parag Nemade <pnemade at redhat.com> - 1.4.0-2
 - rebuild against new rpm package
 - update license tag


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/m17n-lib/F-8/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	19 Jul 2007 04:37:04 -0000	1.7
+++ sources	25 Mar 2008 03:21:04 -0000	1.8
@@ -1 +1 @@
-195b16500349f874dd094fa7cccd7a6c  m17n-lib-1.4.0.tar.gz
+1fc48e2e2f42a6bb966026b61834d089  m17n-lib-1.5.1.tar.gz




More information about the fedora-extras-commits mailing list