]> git.pld-linux.org Git - packages/WMRack.git/blame - WMRack.spec
- initial version based on spec maked by Oliver Graf <ograf@fga.de>,
[packages/WMRack.git] / WMRack.spec
CommitLineData
efd15e3d 1Summary: A WindowMaker Dock CD+Sound Applet
2Summary(pl): Dock CD+Sound aplet do WindowMakera
3Name: WMRack
4Version: 1.0b5
5Release: 3
6Copyright: GPL
7Vendor: FGA bitart Furch & Graf GbR
8Group: X11/Applications
9Source: WMRack-%{version}.tar.bz2
10Icon: wmrack.gif
11BuildRoot: /tmp/%{name}-%{version}-root
12
13%description
14This is the second and hopefully last beta release of WMRack. It
15features cdrom and mixer functions. Please repeat any bugs. Compiled
16with extra verbose output.
17
18Read the manpage for a description of the supported functions and
19how to install the applet to your button bar (Wharf, Dock, etc...)
20
21Sorry, styles not updated. Wait for the non-beta. Old styles
22still work but need an extra (middle) button.
23
24%prep
25%setup -q
26
27%build
28CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
29./configure \
30 --prefix=/usr/X11R6
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make 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