]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
6ef92692c70c153867f6c600e0ed2be6f2bea01b
[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 %define _prefix /usr/X11R6
15 %define _mandir %{_prefix}/man
16
17 %description
18 This is the second and hopefully last beta release of WMRack. It
19 features cdrom and mixer functions. Please repeat any bugs. Compiled
20 with extra verbose output.
21
22 Read the manpage for a description of the supported functions and
23 how to install the applet to your button bar (Wharf, Dock, etc...)
24
25 Sorry, styles not updated. Wait for the non-beta. Old styles
26 still work but need an extra (middle) button.
27
28 %prep
29 %setup -q
30
31 %build
32 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
33 ./configure %{_target_platform} \
34         --prefix=%{_prefix} \
35         --mandir=%{_mandir}
36 make
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 make prefix=$RPM_BUILD_ROOT%{_prefix} install
41
42 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
43 gzip -9nf README TODO WARRANTY
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README.gz TODO.gz WARRANTY.gz
51 %{_prefix}/GNUstep/Library/WMRack
52
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man1/*
This page took 0.039348 seconds and 2 git commands to generate.