apt-sourceslist-test-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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: 2%{?_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. %config(noreplace) %verify(not mtime) %{_sysconfdir}/apt/sources.list.d/test.list
  34. %changelog
  35. * Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1-2
  36. - add BuildArch: noarch
  37. * Sun Jan 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.1-1
  38. - initial build for Vine Linux