|
@@ -4,7 +4,7 @@ Summary: A library of functions for manipulating TIFF format image files.
|
|
Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
|
|
Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
|
|
Name: libtiff
|
|
Name: libtiff
|
|
Version: 4.0.1
|
|
Version: 4.0.1
|
|
-Release: 2%{_dist_release}
|
|
+Release: 3%{_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Source0: http://www.libtiff.org/tiff-%{version}.tar.gz
|
|
Source0: http://www.libtiff.org/tiff-%{version}.tar.gz
|
|
@@ -73,7 +73,6 @@ TIFF 形式画像ファイルを扱うプログラムを開発する必要があ
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: A library of functions for manipulating TIFF format image files.
|
|
Summary: A library of functions for manipulating TIFF format image files.
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-Requires: zlib libjpeg
|
|
|
|
Requires: %{name} = %{version}
|
|
Requires: %{name} = %{version}
|
|
Provides: libtiff.so.4
|
|
Provides: libtiff.so.4
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
@@ -89,6 +88,7 @@ format image files.
|
|
Summary: Development tools for programs which will use the libtiff library.
|
|
Summary: Development tools for programs which will use the libtiff library.
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: compat32-%{name} = %{version}
|
|
Requires: compat32-%{name} = %{version}
|
|
|
|
+Requires: %{name}-devel = %{version}
|
|
%description -n compat32-%{name}-devel
|
|
%description -n compat32-%{name}-devel
|
|
This package contains the header files and static libraries for
|
|
This package contains the header files and static libraries for
|
|
developing programs which will manipulate TIFF format image files
|
|
developing programs which will manipulate TIFF format image files
|
|
@@ -163,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-3
|
|
|
|
+- fix R: for compat32 package
|
|
|
|
+
|
|
* Fri May 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-2
|
|
* Fri May 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-2
|
|
- add libtiff.so.4 for compatibility
|
|
- add libtiff.so.4 for compatibility
|
|
- add pkgconfig file
|
|
- add pkgconfig file
|