|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Name: apt
|
|
|
Version: 0.5.15lorg3.95
|
|
|
-Release: 25.%{snapver}%{?_dist_release}
|
|
|
+Release: 26.%{snapver}%{?_dist_release}
|
|
|
Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
|
|
|
Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
|
|
|
Group: Applications/Administration
|
|
@@ -103,6 +103,9 @@ Patch220: apt-0.5.15lorg3.95-revert-genbasedir.patch
|
|
|
# lua 5.2 patch
|
|
|
Patch230: apt-0.5.15lorg3.95-lua-5.2d.patch
|
|
|
|
|
|
+# rpm-4.12 patch
|
|
|
+Patch300: apt-0.5.15lorg3.95.git522-rpm-4.12.patch
|
|
|
+
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
Requires(post): ldconfig, coreutils
|
|
|
Requires(postun): ldconfig
|
|
@@ -207,6 +210,8 @@ This package contains the python binding for apt libraries.
|
|
|
|
|
|
#%patch230 -p1
|
|
|
|
|
|
+%patch300 -p1
|
|
|
+
|
|
|
cp %{SOURCE100} po/ja.po
|
|
|
%if "%{?_dist_release}" >= "vl7"
|
|
|
cp %{SOURCE30} rpmpriorities
|
|
@@ -406,6 +411,10 @@ rm -rf %{buildroot}
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Jul 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-26.git522
|
|
|
+- rebuilt with new toolchain.
|
|
|
+- added Patch300 for rpm-4.12.
|
|
|
+
|
|
|
* Sat Mar 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.5.15lorg3.95-25.git522
|
|
|
- rebuilt with readline 6.3
|
|
|
|