|
@@ -3,7 +3,7 @@
|
|
Summary: A library of functions for manipulating TIFF format image files.
|
|
Summary: A library of functions for manipulating TIFF format image files.
|
|
Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
|
|
Summary(ja): TIFF フォーマットの画像ファイルを扱うライブラリ
|
|
Name: libtiff
|
|
Name: libtiff
|
|
-Version: 4.2.0
|
|
|
|
|
|
+Version: 4.3.0
|
|
Release: 1%{_dist_release}
|
|
Release: 1%{_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -52,7 +52,6 @@ Summary(ja): libtiff ライブラリを使うプログラム向け開発ツー
|
|
Group: programming
|
|
Group: programming
|
|
Requires: libtiff = %{version}
|
|
Requires: libtiff = %{version}
|
|
|
|
|
|
-
|
|
|
|
%description devel
|
|
%description 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
|
|
@@ -61,7 +60,6 @@ using the libtiff library.
|
|
If you need to develop programs which will manipulate TIFF format
|
|
If you need to develop programs which will manipulate TIFF format
|
|
image files, you should install this package. You'll also need to
|
|
image files, you should install this package. You'll also need to
|
|
install the libtiff package.
|
|
install the libtiff package.
|
|
-
|
|
|
|
#'
|
|
#'
|
|
%description devel -l ja
|
|
%description devel -l ja
|
|
このパッケージには,libtiff ライブラリを使って TIFF 形式の
|
|
このパッケージには,libtiff ライブラリを使って TIFF 形式の
|
|
@@ -72,13 +70,15 @@ TIFF 形式画像ファイルを扱うプログラムを開発する必要があ
|
|
このパッケージをインストールして下さい.libtiff パッケージも同時に
|
|
このパッケージをインストールして下さい.libtiff パッケージも同時に
|
|
インストールする必要があります.
|
|
インストールする必要があります.
|
|
|
|
|
|
|
|
+
|
|
## to build compat32 for x86_64 architecture support
|
|
## to build compat32 for x86_64 architecture support
|
|
%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
|
|
|
|
|
|
+Group: system,legacy
|
|
Requires: %{name} = %{version}
|
|
Requires: %{name} = %{version}
|
|
Provides: libtiff.so.4
|
|
Provides: libtiff.so.4
|
|
Obsoletes: compat32-libtiff4
|
|
Obsoletes: compat32-libtiff4
|
|
|
|
+
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
The libtiff package contains a library of functions for manipulating
|
|
The libtiff package contains a library of functions for manipulating
|
|
TIFF (Tagged Image File Format) image format files. TIFF is a widely
|
|
TIFF (Tagged Image File Format) image format files. TIFF is a widely
|
|
@@ -88,11 +88,13 @@ used file format for bitmapped images. TIFF files usually end in the
|
|
The libtiff package should be installed if you need to manipulate TIFF
|
|
The libtiff package should be installed if you need to manipulate TIFF
|
|
format image files.
|
|
format image files.
|
|
|
|
|
|
|
|
+
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: Development tools for programs which will use the libtiff library.
|
|
Summary: Development tools for programs which will use the libtiff library.
|
|
-Group: programming
|
|
|
|
|
|
+Group: programming,legacy
|
|
Requires: compat32-%{name} = %{version}
|
|
Requires: compat32-%{name} = %{version}
|
|
Requires: %{name}-devel = %{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
|
|
@@ -147,15 +149,6 @@ rm -f %{buildroot}%{_libdir}/libtiff*.{a,la}
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%if %{build_compat32}
|
|
|
|
-%post -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
-%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license COPYRIGHT
|
|
%license COPYRIGHT
|
|
@@ -185,6 +178,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Apr 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.0-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Tue Dec 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.2.0-1
|
|
* Tue Dec 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.2.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|