Browse Source

updated: libxml, libgpg-error

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@902 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 15 years ago
parent
commit
960067b556
2 changed files with 22 additions and 17 deletions
  1. 10 5
      lib/libg/libgpg-error/libgpg-error-vl.spec
  2. 12 12
      lib/libx/libxml/libxml-vl.spec

+ 10 - 5
lib/libg/libgpg-error/libgpg-error-vl.spec

@@ -2,8 +2,8 @@
 Summary:	common error codes for GnuPG related projects
 Summary(ja):	GnuPG 関連プロジェクトで共通のエラーコード
 Name:		libgpg-error
-Version:	1.6
-Release:	3%{?_dist_release}
+Version:	1.7
+Release:	1%{?_dist_release}
 URL:		ftp://ftp.gnupg.org/gcrypt/libgpg-error/
 Source0:	ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
 Source1:	ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
@@ -59,15 +59,15 @@ contains files necessary to develop applications using libgpg-error.
 %setup -q
 
 %build
-%configure
-make
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 
 # remove unneeded files
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -rf $RPM_BUILD_ROOT%{_datadir}/common-lisp
 
 %find_lang %{name}
@@ -108,6 +108,11 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.7-1
+- new upstream release
+- added --disable-static to %%configure
+- built with new toolchain
+
 * Sat Jun 27 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.6-3
 - added compat32 package for x86_64 arch support
 

+ 12 - 12
lib/libx/libxml/libxml-vl.spec

@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 %define ver	1.8.17
-%define rel	2%{?_dist_release}
+%define rel	3%{?_dist_release}
 %define	name	libxml
 
 Summary:	An XML library
@@ -17,7 +17,7 @@ Patch110:       libxml-1.8.17_CVE-2009-2414-2416.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	zlib-devel
-URL:		http://www.gnome.org
+URL:		http://xmlsoft.org
 
 %description
 The libxml package contains an XML library, which allows you to
@@ -53,8 +53,8 @@ libxml-develパッケージはlibxmlアプリケーションを開発するの
 %patch110 -p0 -b .CVE-2009-2414-2416
 
 %build
-%configure
-make
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
@@ -73,29 +73,29 @@ make
 
 %files
 %defattr(-, root, root)
-
 %doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
 %doc doc/html
 %{_libdir}/*.so.*
 
 
 %files devel
-%defattr(-, root, root)
-%docdir %{_datadir}/gnome-xml/html
-%{_datadir}/gnome-xml
-
 %defattr(-, root, root)
 %{_bindir}/xml-config
-
 %{_libdir}/*.so
-%{_libdir}/*.a
-%{_libdir}/*.la
+%exclude %{_libdir}/*.la
 %{_libdir}/*.sh
 %{_libdir}/pkgconfig
 %{_includedir}/*
+%docdir %{_datadir}/gnome-xml/html
+%{_datadir}/gnome-xml
 
 
 %changelog
+* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.8.17-3
+- rebuilt with new toolchain
+- added --disable-static to %%configure
+- updated URL
+
 * Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.8.17-2vl5
 - add patch100 for fix CAN-2004-0110 (from RHEL3)
 - add patch110 for fix CVE-2009-2414-2416 (from RHEL3)