|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Name: apt
|
|
Name: apt
|
|
Version: 0.5.15lorg3.95
|
|
Version: 0.5.15lorg3.95
|
|
-Release: 26.%{snapver}%{?_dist_release}
|
|
|
|
|
|
+Release: 27.%{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
|
|
@@ -106,6 +106,9 @@ Patch230: apt-0.5.15lorg3.95-lua-5.2d.patch
|
|
# rpm-4.12 patch
|
|
# rpm-4.12 patch
|
|
Patch300: apt-0.5.15lorg3.95.git522-rpm-4.12.patch
|
|
Patch300: apt-0.5.15lorg3.95.git522-rpm-4.12.patch
|
|
|
|
|
|
|
|
+# gcc-5.4 patch
|
|
|
|
+Patch310: apt-0.5.15lorg3.95.git522-gcc-5.4.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
|
|
@@ -212,6 +215,8 @@ This package contains the python binding for apt libraries.
|
|
|
|
|
|
%patch300 -p1
|
|
%patch300 -p1
|
|
|
|
|
|
|
|
+%patch310 -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
|
|
@@ -411,6 +416,9 @@ rm -rf %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-27.git522
|
|
|
|
+- added Patch310.
|
|
|
|
+
|
|
* Fri Jul 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-26.git522
|
|
* Fri Jul 1 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-26.git522
|
|
- rebuilt with new toolchain.
|
|
- rebuilt with new toolchain.
|
|
- added Patch300 for rpm-4.12.
|
|
- added Patch300 for rpm-4.12.
|