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

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

import VineSeed package specs

Line 
1%define name grandr_applet
2%define version 0.2
3%define release 0vl2
4
5Summary: Screen resolution changer applet for the GNOME panel
6Summary(ja): GNOME¥Ñ¥Í¥ëÍѤΥ¹¥¯¥ê¡¼¥ó²òÁüÅÙÊѹ¹¥¢¥×¥ì¥Ã¥È
7Name: %{name}
8Version: %{version}
9Release: %{release}
10Source0: http://handhelds.org/~mallum/downloadables/%{name}-%{version}.tar.bz2
11URL: http://handhelds.org/~mallum/
12License: GPL
13Group: User Interface/Desktops
14
15BuildRoot: %{_tmppath}/%{name}-buildroot
16Requires: gnome-panel
17BuildRequires: gnome-panel
18
19%description
20GrandrApplet is a simple gnome-panel front end to the xrandr extension
21found in XFree86 4.3+ releases. You can use it to switch the screen resolution
22on the fly.
23
24%description -l ja
25GrandrApplet ¤Ï XFree86 4.3 °Ê¹ß¤ÇÄ󶡤µ¤ì¤Æ¤¤¤ë xrandr ³ÈÄ¥¤Î
26¥Õ¥í¥ó¥È¥¨¥ó¥É¤È¤Ê¤ë gnome-panel ¥¢¥×¥ì¥Ã¥È¤Ç¤¹¡£¤³¤Î¥¢¥×¥ì¥Ã¥È
27¤Ë¤è¤ê¥¹¥¯¥ê¡¼¥ó¤Î²òÁüÅÙ¤òưŪ¤ËÊѹ¹¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£
28
29%prep
30%setup -q
31
32%build
33%configure
34%__make
35
36%install
37rm -rf $RPM_BUILD_ROOT
38%makeinstall
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-,root,root)
45%doc README AUTHORS
46%_libdir/bonobo/servers/GrandrApplet.server
47%_libexecdir/grandr
48%_datadir/pixmaps/grandr.png
49
50%changelog
51* Sat Jul 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2-0vl2
52- fix kanjicode of spec file. (<BTS:0089>)
53
54* Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2-0vl1
55- initial build for Vine Linux based on MDV
56
57* Wed May 17 2006 GµûWaschk <waschk@mandriva.org> 0.2-7mdk
58- fix deps
59
60* Sun Sep 04 2005 Michael Scherer <misc@mandriva.org> 0.2-6mdk
61- Rebuild to avoid libglitz deps
62
63* Wed Aug 24 2005 GµûWaschk <waschk@mandriva.org> 0.2-5mdk
64- drop prefix
65
66* Fri Aug 13 2004 GµûWaschk <waschk@linux-mandrake.com> 0.2-4mdk
67- rebuild
68
69* Sun Jul 20 2003 GµûWaschk <waschk@linux-mandrake.com> 0.2-3mdk
70- rebuild for new orbit
71
72* Mon Apr 14 2003 GµûWaschk <waschk@linux-mandrake.com> 0.2-2mdk
73- fix XFree86 dependancy
74
75* Sun Apr 13 2003 GµûWaschk <waschk@linux-mandrake.com> 0.2-1mdk
76- initial package
77
Note: See TracBrowser for help on using the repository browser.