vine-sleep-helper-vl.spec 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Summary: Suspend and hibernation helper for Vine Linux
  2. Summary(ja): Vine Linux 用サスペンド・ハイバネーションヘルパー
  3. Name: vine-sleep-helper
  4. Version: 0.0.1
  5. Release: 1%{?_dist_release}
  6. License: GPLv2
  7. Group: Applications/System
  8. URL: http://vinelinux.org/
  9. Source0: %{name}-%{version}.tar.xz
  10. BuildRequires: glib2-devel
  11. Requires: pm-utils
  12. Requires: polkit
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: Takemikaduchi
  17. %description
  18. This package includes a suspend and hibernation helper tool for desktop environment of Vine Linux.
  19. %description -l ja
  20. このパッケージには Vine Linux のデスクトップ環境用のサスペンド・ハイバネーションヘルパーツールが
  21. 含まれております。
  22. %prep
  23. %setup -q
  24. %build
  25. autoreconf -fi
  26. %configure
  27. %{__make} %{?_smp_mflags}
  28. %install
  29. %{__rm} -rf ${RPM_BUILD_ROOT}
  30. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  31. %clean
  32. %{__rm} -rf ${RPM_BUILD_ROOT}
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc AUTHORS COPYING ChangeLog NEWS README
  36. %{_libexecdir}/vine/%{name}
  37. %{_datadir}/polkit-1/actions/org.vine.session.policy
  38. %changelog
  39. * Sun Aug 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.0.1-1
  40. - initial build