source: projects/specs/trunk/h/hibernate/hibernate-vl.spec @ 521

Revision 521, 4.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: software suspend 2 hibernate script
2Summary(ja): ソフトウエアサスペンド2 ハイバネーションスクリプト
3Name: hibernate
4Version: 2.0
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/System
8URL: http://www.tuxonice.net/
9Source0: http://www.tuxonice.net/downloads/all/hibernate-script-%{version}.tar.gz
10Patch10: hibernate-script-2.0-vine.patch
11Patch11: hibernate-script-1.97-fix-gconftool-path.patch
12Patch12: hibernate-script-1.97-disable-hibernation-on-smp-ppc.patch
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildArch: noarch
15
16%description
17hibernate is a shell script that handles the process of getting ready
18to suspend to disk and to resume from disk. It requires the Software
19Suspend 2 patches available at http://softwaresuspend.berlios.de/
20After installing you will want to run 'hibernate -h' to see available
21options and modify your /etc/hibernate/hibernate.conf to set them.
22
23%prep
24
25%setup -q -n hibernate-script-%{version}
26%patch10 -p1
27%patch11 -p1
28%patch12 -p1
29
30%build
31# 1.97 tarball somewhat consists of all go-r files/directries...
32find . | xargs chmod go+r
33
34%install
35rm -rf ${RPM_BUILD_ROOT}
36mkdir -p ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}/
37export BASE_DIR=${RPM_BUILD_ROOT}
38export PREFIX=%{_prefix}
39export MAN_DIR=${BASE_DIR}%{_mandir}
40sh install.sh
41
42%clean
43unset BASE_DIR
44unset PREFIX
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(-,root,root,-)
49%doc CHANGELOG COPYING README SCRIPTLET-API
50%dir %{_datadir}/hibernate
51%config %{_sysconfdir}/hibernate/*
52%{_sbindir}/hibernate
53%{_datadir}/hibernate/*
54%{_mandir}/*
55
56%changelog
57* Thu Apr 30 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.0-1
58- new upstream release
59- fix Patch10 (vine.patch) for 2.0
60
61* Sat Oct 04 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.99-1
62- new upstream release
63- fix Patch10 (vine.patch) for 1.99
64
65* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.97-1vl5
66- applied new versioning policy, spec in utf-8
67
68* Fri Oct 19 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.97-0vl3
69- updated to the newest upstream release 1.97
70- URL changes from suspend2.net to tuxonice.net
71- BuildArch changed to noarch
72- updated Patch10
73- added Patch11 to supress error message (since 0vl2)
74- added Patch23 to disable hibernation on ppc SMP kernel (since 0vl3)
75
76* Fri Oct 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.93-0vl4
77- update Patch10 to unset FullSpeedCPU option. <BTS:VineLinux:220>
78
79* Fri Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.93-0vl3
80- remove "-b .vine" option from %%patch10
81
82* Mon Sep 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.93-0vl2
83- update Patch10 (<BTS:200>)
84  - set "Runi915resolution yes"
85
86* Thu Aug 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.93-0vl1
87- new upstream release
88- update Patch10 ([VineSeed:11039])
89  - modify default common.conf
90  - up/down network interfaces on hibernating.
91  - change CPU to full speed when suspending.
92  - enable some hardware tweaks
93
94* Wed Mar 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-0vl2
95- add Patch10
96  - add all version of ndiswrapper module to blacklist
97  - add autodetecting for userui program
98  - modify default hibernate.conf
99
100* Thu Mar 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-0vl1
101- new upstream release
102
103* Thu May 12 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.07-0vl1
104- new upstream source
105- use macros
106
107* Tue Jan 18 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.03-0vl1
108- initial build for Vine Linux
109
110* Wed Jan  5 2005 Bernard Blackham <bernard@blackham.com.au> -
111- Updated to 1.03 final version
112* Wed Nov 24 2004 Bernard Blackham <bernard@blackham.com.au> -
113- Updated to 1.02 final version
114* Thu Nov 18 2004 Bernard Blackham <bernard@blackham.com.au> -
115- Updated to 1.01 final version
116* Sun Nov  7 2004 Bernard Blackham <bernard@blackham.com.au> -
117- Updated to 1.00 final version
118* Fri Aug 20 2004 Bernard Blackham <bernard@blackham.com.au> -
119- Updated to 0.99 final version
120* Fri Aug 20 2004 Bernard Blackham <bernard@blackham.com.au> -
121- Updated to 0.98 final version
122* Thu Jul 29 2004 Bernard Blackham <bernard@blackham.com.au> -
123- Updated to 0.97 final version
124* Sat Jul 24 2004 Bernard Blackham <bernard@blackham.com.au> -
125- Updated to 0.96 final version
126* Sat Jul 24 2004 Bernard Blackham <bernard@blackham.com.au> -
127- Updated to 0.96-rc2 version
128* Sat Jul 24 2004 Bernard Blackham <bernard@blackham.com.au> -
129- Updated to 0.96-rc1 version
130* Fri Jul 23 2004 Bernard Blackham <bernard@blackham.com.au> -
131- Updated to 0.95.1 final version
132* Wed Jul 21 2004 Kevin Fenzi <kevin@tummy.com> -
133- Updated to 0.95 final version
134* Fri Jul 16 2004 Kevin Fenzi <kevin@tummy.com> -
135- Updated to 0.95-rc1 version
136* Mon Jul 12 2004 Kevin Fenzi <kevin@tummy.com> -
137- Initial build.
Note: See TracBrowser for help on using the repository browser.