|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Name: apt
|
|
Name: apt
|
|
Version: 0.5.15lorg3.95
|
|
Version: 0.5.15lorg3.95
|
|
-Release: 28.%{snapver}%{?_dist_release}
|
|
+Release: 29.%{snapver}%{?_dist_release}
|
|
Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
|
|
Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
|
|
Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
|
|
Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
|
|
Group: Applications/Administration
|
|
Group: Applications/Administration
|
|
@@ -109,6 +109,9 @@ Patch300: apt-0.5.15lorg3.95.git522-rpm-4.12.patch
|
|
# gcc-5.4 patch
|
|
# gcc-5.4 patch
|
|
Patch310: apt-0.5.15lorg3.95.git522-gcc-5.4.patch
|
|
Patch310: apt-0.5.15lorg3.95.git522-gcc-5.4.patch
|
|
|
|
|
|
|
|
+# add "pkgdump()" function to lua
|
|
|
|
+Patch320: apt-lua-pkgdump.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires(post): ldconfig, coreutils
|
|
Requires(post): ldconfig, coreutils
|
|
Requires(postun): ldconfig
|
|
Requires(postun): ldconfig
|
|
@@ -217,6 +220,8 @@ This package contains the python binding for apt libraries.
|
|
|
|
|
|
%patch310 -p1
|
|
%patch310 -p1
|
|
|
|
|
|
|
|
+%patch320 -p1
|
|
|
|
+
|
|
cp %{SOURCE100} po/ja.po
|
|
cp %{SOURCE100} po/ja.po
|
|
%if "%{?_dist_release}" >= "vl7"
|
|
%if "%{?_dist_release}" >= "vl7"
|
|
cp %{SOURCE30} rpmpriorities
|
|
cp %{SOURCE30} rpmpriorities
|
|
@@ -417,6 +422,9 @@ rm -rf %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Sep 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-29.git522
|
|
|
|
+- added Patch320: add a lua function "pkgdump()".
|
|
|
|
+
|
|
* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-28.git522
|
|
* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-28.git522
|
|
- rebuilt with readline-8.0.
|
|
- rebuilt with readline-8.0.
|
|
|
|
|