]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
- more %%{__make} macros.
[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 License:        GPL
7 Vendor:         FGA bitart Furch & Graf GbR
8 Group:          X11/Window Managers/Tools
9 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
10 Source0:        WMRack-%{version}.tar.gz
11 #Icon:          wmrack.gif
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 how
23 to install the applet to your button bar (Wharf, Dock, etc...)
24
25 Sorry, styles not updated. Wait for the non-beta. Old styles still
26 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} install prefix=$RPM_BUILD_ROOT%{_prefix} \
41         MANDIR=$RPM_BUILD_ROOT%{_mandir}
42
43 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
44 gzip -9nf README TODO WARRANTY
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README.gz TODO.gz WARRANTY.gz
52 %{_prefix}/GNUstep/Library/WMRack
53
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*
This page took 0.024984 seconds and 3 git commands to generate.