source: projects/specs/trunk/v/vine-sleep-helper/vine-sleep-helper-vl.spec @ 9724

Revision 9724, 1.2 KB checked in by Takemikaduchi, 9 years ago (diff)

NEW: vine-sleep-helper
mate-session-manager,mate-power-manager: add R: vine-sleep-helper
others: new upstream release

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