|
@@ -1,7 +1,7 @@
|
|
%define libtoolize :
|
|
%define libtoolize :
|
|
|
|
|
|
-%define src_ver 0.21
|
|
+%define src_ver 0.21.1
|
|
-%define so_ver 0.21
|
|
+%define so_ver 0.21.1
|
|
%define short_ver 0.21
|
|
%define short_ver 0.21
|
|
|
|
|
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
|
Summary: GNU libraries and utilities for producing multi-lingual messages.
|
|
@@ -34,8 +34,6 @@ BuildRequires: libunistring-devel
|
|
# ensure 'ARCHIVE_FORMAT=dirxz'
|
|
# ensure 'ARCHIVE_FORMAT=dirxz'
|
|
BuildRequires: xz
|
|
BuildRequires: xz
|
|
|
|
|
|
-Requires(post): /sbin/install-info
|
|
|
|
-Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
The GNU gettext package provides a set of tools and documentation for
|
|
The GNU gettext package provides a set of tools and documentation for
|
|
@@ -72,8 +70,6 @@ Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: xz
|
|
Requires: xz
|
|
Requires: diffutils
|
|
Requires: diffutils
|
|
-Requires(post): /sbin/install-info
|
|
|
|
-Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
This package contains all development related files necessary for
|
|
This package contains all development related files necessary for
|
|
@@ -102,6 +98,9 @@ This package contains libraries used internationalization support.
|
|
このパッケージには国際化サポートに必要な共有ライブラリが収録されています。
|
|
このパッケージには国際化サポートに必要な共有ライブラリが収録されています。
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -175,38 +174,6 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/locale/locale.alias
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
-%post
|
|
|
|
-/sbin/ldconfig
|
|
|
|
-/sbin/install-info %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-%preun
|
|
|
|
-if [ "$1" = 0 ]; then
|
|
|
|
- /sbin/install-info --delete %{_infodir}/gettext.info.gz %{_infodir}/dir || :
|
|
|
|
-fi
|
|
|
|
-exit 0
|
|
|
|
-
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-%post devel
|
|
|
|
-/sbin/ldconfig
|
|
|
|
-/sbin/install-info %{_infodir}/autosprintf.info %{_infodir}/dir || :
|
|
|
|
-/sbin/install-info %{_infodir}/libtextstyle.info %{_infodir}/dir || :
|
|
|
|
-
|
|
|
|
-%preun devel
|
|
|
|
-if [ "$1" = 0 ]; then
|
|
|
|
- /sbin/install-info --delete %{_infodir}/autosprintf.info %{_infodir}/dir || :
|
|
|
|
- /sbin/install-info --delete %{_infodir}/libtextstyle.info %{_infodir}/dir || :
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-%postun devel -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-%post libs -p /sbin/ldconfig
|
|
|
|
-%postun libs -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files -f gettext.lang
|
|
%files -f gettext.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%license COPYING
|
|
%license COPYING
|
|
@@ -224,7 +191,7 @@ fi
|
|
%{_libdir}/gettext
|
|
%{_libdir}/gettext
|
|
%{_datadir}/gettext/archive.dir.tar.xz
|
|
%{_datadir}/gettext/archive.dir.tar.xz
|
|
%{_datadir}/gettext/styles
|
|
%{_datadir}/gettext/styles
|
|
-%{_datadir}/gettext-%{short_ver}
|
|
+%{_datadir}/gettext-%{so_ver}
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -258,6 +225,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Nov 18 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.21.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped scriptlets.
|
|
|
|
+
|
|
* Sun Sep 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.21-1
|
|
* Sun Sep 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.21-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- updated Source2 and 3 for python3.
|
|
- updated Source2 and 3 for python3.
|