apt-sourceslist-test-vl.spec 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. %define build_vineseed %(grep -c VineSeed /etc/vine-release)
  2. Summary: Sources.list file for test category
  3. Summary(ja): test カテゴリ用の sources.list ファイル
  4. Name: apt-sourceslist-test
  5. Version: 0.1
  6. Release: 3%{?_dist_release}
  7. Source0: sources.list-vineseed-test
  8. License: GPL
  9. Group: Applications/Administration
  10. #URL:
  11. Requires: apt
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. %description
  15. This package contains source.list file for test category of VineSeed.
  16. You should install this package if you want to install test packages
  17. of VineSeed.
  18. %description -l ja
  19. このパッケージには VineSeed の test カテゴリ用の source.list ファイル
  20. を含んでいます。
  21. VineSeed の Test パッケージをインストールする場合はこのパッケージを
  22. インストールしてください。
  23. %install
  24. %{__rm} -rf ${RPM_BUILD_ROOT}
  25. %{__mkdir_p} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d
  26. %if %{build_vineseed}
  27. %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_sysconfdir}/apt/sources.list.d/test.list
  28. %endif
  29. %clean
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %files
  32. %defattr(-,root,root)
  33. %if %{build_vineseed}
  34. %config(noreplace) %verify(not mtime) %{_sysconfdir}/apt/sources.list.d/test.list
  35. %endif
  36. %changelog
  37. * Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-3
  38. - rebuild with VineSeed environment
  39. * Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1-2
  40. - add BuildArch: noarch
  41. * Sun Jan 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1-1
  42. - initial build for Vine Linux