|
@@ -1,9 +1,13 @@
|
|
|
|
+%define ver 0.2.1
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Name: libwebp
|
|
Name: libwebp
|
|
-Version: 0.2.1
|
|
|
|
-Release: 1%{?dist}
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://webmproject.org/
|
|
URL: http://webmproject.org/
|
|
Summary: Library and tools for the WebP graphics format
|
|
Summary: Library and tools for the WebP graphics format
|
|
|
|
+Summary(ja): WebP 画像フォーマットのためのライブラリとツール
|
|
# Additional IPR is licensed as well. See PATENTS file for details
|
|
# Additional IPR is licensed as well. See PATENTS file for details
|
|
License: BSD
|
|
License: BSD
|
|
Source0: http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
Source0: http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
@@ -22,6 +26,7 @@ images more efficiently.
|
|
%package tools
|
|
%package tools
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
Summary: The WebP command line tools
|
|
Summary: The WebP command line tools
|
|
|
|
+Summary(ja): WebP コマンドラインツール
|
|
|
|
|
|
%description tools
|
|
%description tools
|
|
WebP is an image format that does lossy compression of digital
|
|
WebP is an image format that does lossy compression of digital
|
|
@@ -33,7 +38,8 @@ images more efficiently.
|
|
%package devel
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Summary: Development files for libwebp, a library for the WebP format
|
|
Summary: Development files for libwebp, a library for the WebP format
|
|
-Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
+Summary(ja): WebP フォーマットのためのライブラリ libwebp の開発ファイル
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
WebP is an image format that does lossy compression of digital
|
|
WebP is an image format that does lossy compression of digital
|
|
@@ -45,13 +51,18 @@ images more efficiently.
|
|
%package java
|
|
%package java
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Summary: Java bindings for libwebp, a library for the WebP format
|
|
Summary: Java bindings for libwebp, a library for the WebP format
|
|
-Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
+Summary(ja): WebP フォーマットのためのライブラリ libwebp の Java バインディング
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
Requires: java
|
|
Requires: java
|
|
Requires: jpackage-utils
|
|
Requires: jpackage-utils
|
|
|
|
|
|
%description java
|
|
%description java
|
|
Java bindings for libwebp.
|
|
Java bindings for libwebp.
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -112,6 +123,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/
|
|
%{_libdir}/%{name}-java/
|
|
%{_libdir}/%{name}-java/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 12 2013 IWAI, Masaharu <iwai@alib.jp> 0.2.1-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Thu Dec 27 2012 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.1-1
|
|
* Thu Dec 27 2012 Rahul Sundaram <sundaram@fedoraproject.org> - 0.2.1-1
|
|
- new upstream release 0.2.1
|
|
- new upstream release 0.2.1
|
|
|
|
|