source: projects/specs/trunk/g/gtkpbbuttons/gtkpbbuttons-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary:        A GTK client for pbbuttonsd
2Summary(ja):    pbbuttonsd ¤Î GTK ¥¯¥é¥¤¥¢¥ó¥È
3Name:           gtkpbbuttons
4Version:        0.6.1
5Release:        0vl2
6Copyright:      GPL
7Group:          Utilities/System
8URL:            http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html
9Source0:        http://www.cymes.de/members/joker/projects/pbbuttons/%{name}-%{version}.tar.gz
10Source10:       xinit-gtkpbbuttons
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildPreReq:    glib-devel >= 1.2.0, gtk+-devel >= 1.2.0
13BuildPreReq:    audiofile-devel >= 0.2.3
14BuildPreReq:    pbbuttonsd >= 0.5.5
15Requires:       gtk+ >= 1.2.0, audiofile >= 0.2.3, pbbuttonsd >= 0.5.5
16
17
18%description
19GTKPBButtons is a GUI client for pbbuttonsd which make the special
20hotkeys of an Apple iBook, PowerBook or TiBook (and recent PowerMacs'
21keyboards) working as expected.
22With this program the keys for the display brightness, the volume of
23speaker and headphone, the mute key and the eject key will do their jobs
24as expected.
25
26
27%description -l ja
28GTKPBButtons ¤Ï Apple iBook, PowerBook, TiBook (°¿¤¤¤ÏºÇ¶á¤Î PowerMac) ¤Î
29¥­¡¼¥Ü¡¼¥É¤Î¡Ö¥Û¥Ã¥È¥­¡¼¡×¤ò´üÂԤɤª¤ê¤ËÆ°ºî¤µ¤»¤ë¤¿¤á¤Î¥Ç¡¼¥â¥ó¤Ç¤¢¤ë
30pbbuttonsd ¤Î GUI ¥¯¥é¥¤¥¢¥ó¥È¤Ç¤¹¡¥
31¤³¤Î¥×¥í¥°¥é¥à¤ò»È¤¦¤È¡¤¥Ç¥£¥¹¥×¥ì¥¤¾ÈÅÙÄ´Àᡤ¥¹¥Ô¡¼¥«¡¼¤Î²»ÎÌÄ´Àᡤ
32¥ß¥å¡¼¥È¡¤CD-ROM ¤Î¥¤¥¸¥§¥¯¥È¤È¤¤¤Ã¤¿¥Û¥Ã¥È¥­¡¼¤ò»ÈÍѤ¹¤ë»ö¤¬½ÐÍè¤Þ¤¹¡¥
33
34
35%prep
36%setup -q
37
38
39%build
40%configure
41make
42
43
44%install
45[ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
46    && rm -rf ${RPM_BUILD_ROOT}
47
48%makeinstall
49
50mkdir -p ${RPM_BUILD_ROOT}/etc/X11/xinit/xinitrc.d
51install -m 755 %{SOURCE10} \
52    ${RPM_BUILD_ROOT}/etc/X11/xinit/xinitrc.d/gtkpbbuttons
53
54%find_lang %{name}
55
56
57%clean
58[ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != / ] \
59    && rm -rf ${RPM_BUILD_ROOT}
60
61
62%files -f %{name}.lang
63%defattr(-, root, root)
64%doc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
65
66%{_bindir}/gtkpbbuttons
67%{_datadir}/gtkpbbuttons/*
68%{_datadir}/locale/*
69%{_mandir}/*/*
70
71%config /etc/X11/xinit/xinitrc.d/gtkpbbuttons
72
73
74%changelog
75* Wed Dec 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.6.1-0vl2
76- rebuild with kernel-2.4.23-0vl1
77
78* Mon Nov 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.6.1-0vl1
79- source update
80
81* Mon Mar 24 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.5.2-0vl1
82- source update
83
84* Mon Mar 11 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.2a-0vl1
85- updated to the upstream bugfix release
86
87* Fri Mar 08 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4.2-0vl1
88- updated to the new upstream release
89- now pbbuttonsd and gtkpbbuttons are in separated package (as expected)
90
91* Mon Mar 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.4-0vl1
92- updated in sync with the new upstream release
93- added init script
94
95* Mon Mar 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.3-0vl2
96- added xinit script
97
98* Tue Feb 26 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.3-0vl1
99- initial rpm package for Vine Linux
Note: See TracBrowser for help on using the repository browser.