|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Name: apt
|
|
Name: apt
|
|
Version: 0.5.15lorg3.95
|
|
Version: 0.5.15lorg3.95
|
|
-Release: 8.%{snapver}%{?_dist_release}
|
|
|
|
|
|
+Release: 10.%{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
|
|
@@ -81,6 +81,10 @@ Patch180: apt-0.5.15lorg3.95.git522-handle-requires-prepost.patch
|
|
# add swig2 pregenerated files
|
|
# add swig2 pregenerated files
|
|
Patch200: apt-0.5.15lorg3.95.git522-swig2-pregenerated-files.patch
|
|
Patch200: apt-0.5.15lorg3.95.git522-swig2-pregenerated-files.patch
|
|
|
|
|
|
|
|
+# revert patch
|
|
|
|
+# http://apt-rpm.org/scm/?p=apt.git;a=commit;h=33283508cae4d598062561fe7c096238649adcba
|
|
|
|
+# this commit breaks local package install...
|
|
|
|
+Patch210: apt-0.5.15lorg3.95.git522-revert-mass-constify-rpmhandler-getter-methods.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires(post): ldconfig, coreutils
|
|
Requires(post): ldconfig, coreutils
|
|
@@ -173,6 +177,8 @@ This package contains the python binding for apt libraries.
|
|
%patch180 -p1
|
|
%patch180 -p1
|
|
%patch200 -p1
|
|
%patch200 -p1
|
|
|
|
|
|
|
|
+%patch210 -p1
|
|
|
|
+
|
|
cp %{SOURCE100} po/ja.po
|
|
cp %{SOURCE100} po/ja.po
|
|
%if %{build_vine5}
|
|
%if %{build_vine5}
|
|
cp %{SOURCE31} rpmpriorities
|
|
cp %{SOURCE31} rpmpriorities
|
|
@@ -365,6 +371,11 @@ rm -rf %{buildroot}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-10.git522
|
|
|
|
+- add revert patch
|
|
|
|
+ this commit breaks local package install...
|
|
|
|
+ http://apt-rpm.org/scm/?p=apt.git;a=commit;h=33283508cae4d598062561fe7c096238649adcba
|
|
|
|
+
|
|
* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-9.git522
|
|
* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-9.git522
|
|
- update to upstream git snapshot
|
|
- update to upstream git snapshot
|
|
- drop upstreamed patches
|
|
- drop upstreamed patches
|