|
@@ -1,13 +1,20 @@
|
|
-%define build_vineseed %(grep -c VineSeed /etc/vine-release)
|
|
+%bcond_with vine6
|
|
-%define build_vine5 %( [ "%{?_dist_release}" == "vl5" ] && echo 1 || echo 0)
|
|
+%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 main and updates category
|
|
Summary: Sources.list file for main and updates category
|
|
Summary(ja): main および updates カテゴリ用の sources.list ファイル
|
|
Summary(ja): main および updates カテゴリ用の sources.list ファイル
|
|
Name: apt-sourceslist-main
|
|
Name: apt-sourceslist-main
|
|
-Version: 1.1
|
|
+Version: 1.3
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 1%{?_vineseed}%{?_dist_release}
|
|
Source0: sources.list-vineseed-main
|
|
Source0: sources.list-vineseed-main
|
|
-Source1: sources.list-vine5-main
|
|
+Source1: sources.list-vine6-main
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Administration
|
|
Group: Applications/Administration
|
|
#URL:
|
|
#URL:
|
|
@@ -53,6 +60,13 @@ Vine Linux で apt/synaptic を使用する場合は *必ず* このパッケー
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|