|
@@ -1,13 +1,20 @@
|
|
-%define build_vineseed %(grep -c VineSeed /etc/vine-release)
|
|
|
|
-%define build_vine5 %( [ "%{?_dist_release}" == "vl5" ] && echo 1 || echo 0)
|
|
|
|
|
|
+%bcond_with vine6
|
|
|
|
+%if %with vine6
|
|
|
|
+%define build_vine6 1
|
|
|
|
+%define build_vineseed 0
|
|
|
|
+%else
|
|
|
|
+%define build_vine6 0
|
|
|
|
+%define build_vineseed 1
|
|
|
|
+%define _vineseed .vineseed
|
|
|
|
+%endif
|
|
|
|
|
|
Summary: Sources.list file for plus category
|
|
Summary: Sources.list file for plus category
|
|
Summary(ja): plus カテゴリ用の sources.list ファイル
|
|
Summary(ja): plus カテゴリ用の sources.list ファイル
|
|
Name: apt-sourceslist-plus
|
|
Name: apt-sourceslist-plus
|
|
-Version: 1.1
|
|
|
|
|
|
+Version: 1.3
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Source0: sources.list-vineseed-plus
|
|
Source0: sources.list-vineseed-plus
|
|
-Source1: sources.list-vine5-plus
|
|
|
|
|
|
+Source1: sources.list-vine6-plus
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Administration
|
|
Group: Applications/Administration
|
|
#URL:
|
|
#URL:
|
|
@@ -38,7 +45,7 @@ Vine Plus の plus カテゴリのパッケージをインストールする場
|
|
|
|
|
|
%if %{build_vineseed}
|
|
%if %{build_vineseed}
|
|
%{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d/plus.list
|
|
%{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d/plus.list
|
|
-%elseif %{build_vine5}
|
|
|
|
|
|
+%elseif %{build_vine6}
|
|
%{__install} -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d/plus.list
|
|
%{__install} -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d/plus.list
|
|
%endif
|
|
%endif
|
|
|
|
|
|
@@ -52,6 +59,13 @@ Vine Plus の plus カテゴリのパッケージをインストールする場
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon May 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-1
|
|
|
|
+- add Vine Linux 6 list
|
|
|
|
+
|
|
|
|
+* Mon Oct 25 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-1
|
|
|
|
+- update to Vine Linux 5.2
|
|
|
|
+- change mirror list order
|
|
|
|
+
|
|
* Sat Feb 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
|
|
* Sat Feb 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
|
|
- update to Vine Linux 5.1
|
|
- update to Vine Linux 5.1
|
|
|
|
|