Browse Source

update: libaio, lzma

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3488 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
973c3c6e40
2 changed files with 20 additions and 6 deletions
  1. 11 3
      l/lzma/lzma-vl.spec
  2. 9 3
      lib/liba/libaio/libaio-vl.spec

+ 11 - 3
l/lzma/lzma-vl.spec

@@ -2,13 +2,16 @@ Summary: 	LZMA utils
 Summary(ja):	LZMA ユーティリティ
 Name: 		lzma
 Version: 	4.32.7
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
+
 License: 	GPLv2+
 Group:		Applications/Archiving
-Source0:	http://tukaani.org/%{name}/%{name}-%{version}.tar.gz
 URL:		http://tukaani.org/%{name}/
+
+Source0:	http://tukaani.org/%{name}/%{name}-%{version}.tar.gz
+
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
-Requires:	%{name}-libs	= %{version}-%{release}
+Requires:	%{name}-libs = %{version}-%{release}
 
 %description
 LZMA provides very high compression ratio and fast decompression. The
@@ -19,6 +22,7 @@ tools.
 
 %package 	libs
 Summary:	Libraries for decoding LZMA compression
+Summary(ja):	LZMA圧縮をデコードするためのライブラリ
 Group:		System Environment/Libraries
 License:	LGPLv2+
 
@@ -27,6 +31,7 @@ Libraries for decoding LZMA compression.
 
 %package 	devel
 Summary:	Devel libraries & headers for liblzmadec
+Summary(ja):	liblzmadec の開発ライブラリとヘッダファイル
 Group:		Development/Libraries
 License:	LGPLv2+
 Requires:	%{name}-libs	= %{version}-%{release}
@@ -76,6 +81,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.32.7-2
+- rebuilt with current VineSeed
+
 * Sun Jan 18 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.32.7-1
 - new upstream release
 - spec in UTF-8

+ 9 - 3
lib/liba/libaio/libaio-vl.spec

@@ -1,12 +1,15 @@
 Summary: Linux-native asynchronous I/O access library
 Name: libaio
 Version: 0.3.106
-Release: 2%{?_dist_release}
-License: LGPL
+Release: 3%{?_dist_release}
+
+License: LGPLv2+
 Group:  System Environment/Libraries
+
 Source: %{name}-%{version}.tar.gz
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-ExclusiveArch: i386 x86_64 ia64 s390 s390x ppc ppc64 ppc64pseries ppc64iseries alpha alphaev6
+ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x ppc ppc64 ppc64pseries ppc64iseries alpha alphaev6
 
 %description
 The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
@@ -69,6 +72,9 @@ make install prefix=$RPM_BUILD_ROOT/usr \
 %attr(0644,root,root) %{_libdir}/libaio.a
 
 %changelog
+* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.106-3
+- rebuilt with current VineSeed
+
 * Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.3.106-2
 - changed Group to Development/Libraries