]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
- changed Goup to X11/Window Managers/Tools.
[packages/WMRack.git] / WMRack.spec
1 Summary:        A WindowMaker Dock CD+Sound Applet
2 Summary(pl):    Dock CD+Sound aplet do WindowMakera
3 Name:           WMRack
4 Version:        1.0b5
5 Release:        3
6 Copyright:      GPL
7 Vendor:         FGA bitart Furch & Graf GbR
8 Group:          X11/Window Managers/Tools
9 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
10 Source:         WMRack-%{version}.tar.bz2
11 Icon:           wmrack.gif
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description
15 This is the second and hopefully last beta release of WMRack. It
16 features cdrom and mixer functions. Please repeat any bugs. Compiled
17 with extra verbose output.
18
19 Read the manpage for a description of the supported functions and
20 how to install the applet to your button bar (Wharf, Dock, etc...)
21
22 Sorry, styles not updated. Wait for the non-beta. Old styles
23 still work but need an extra (middle) button.
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
30 ./configure \
31         --prefix=/usr/X11R6
32 make
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 make prefix=$RPM_BUILD_ROOT/usr/X11R6 install
37
38 %files
39 %defattr(644,root,root,755)
40 %doc LICENSE README TODO WARRANTY
41 /usr/X11R6/GNUstep/Library/WMRack
42
43 %attr(755,root,root) /usr/X11R6/bin/*
44 %attr(644,root, man) /usr/X11R6/man/man1/*
45
46 %changelog
47 * Sun Nov  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
48   [1.0b5-3]
49 - added -q %setup parameter,
50 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
51 - added using %%{name} and %%{version} in Source,
52 - changed instal prefix to /usr/X11R6
53 - added LDFLAGS="-s" to ./configure enviroment,
54 - changed Group to X11/Window Managers/Tools,
55 - added Group(pl) and Summary(pl),
56 - added %attr and %defattr macros in %files (allow build package from
57   non-root account).
58
59 * Thu Aug  6 1998 Oliver Graf <ograf@fga.de>
60 - started changelog
61 - added defines for version and release
This page took 0.080755 seconds and 3 git commands to generate.