vine-manual-skel-vl.spec 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Basic Information
  2. Name: vine-manual-skel
  3. Version: 0.1
  4. Release: 1%{?_dist_release}
  5. License: GPLv3
  6. Group: Applications/Documentation
  7. Source0: %{name}-%{version}.tar.bz2
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. BuildArch: noarch
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Packager: yasumichi
  13. Summary: Initialize package of manual for Vine Linux
  14. Summary(ja): Vine Linux 用マニュアルのパッケージを初期化
  15. # Dependency
  16. Requires: autoconf
  17. Requires: automake
  18. Requires: rarian-compat
  19. %description
  20. Initialize package of manual for Vine Linux.
  21. %description -l ja
  22. 新しい Vine Linux 用マニュアルのパッケージを初期化します。
  23. %prep
  24. %setup -q
  25. %build
  26. %configure
  27. %{__make} %{?_smp_mflags}
  28. %install
  29. %{__rm} -rf ${RPM_BUILD_ROOT}
  30. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  31. #%%find_lang %{name}
  32. %clean
  33. %{__rm} -rf ${RPM_BUILD_ROOT}
  34. #%%files -f %{name}.lang
  35. %files
  36. %defattr(-,root,root)
  37. %doc COPYING ChangeLog NEWS README
  38. /usr/bin/vine-manual-init
  39. /usr/share/vine-manual-skel
  40. %changelog
  41. * Fri Aug 12 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.1-1
  42. - initial build for Vine Linux