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