]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
- added more 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 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/*
55
56 %changelog
57 * Tue Feb  9 1999 Micha³ Kuratczyk <kurkens@polbox.com>
58   [1.0b5-2d]
59 - added gzipping man pages and documentation
60 - removed LICENSE form %doc (GPL)
61 - added %clean section
62
63 * Sun Nov  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
64   [1.0b5-3]
65 - added -q %setup parameter,
66 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
67 - added using %%{name} and %%{version} in Source,
68 - changed instal prefix to /usr/X11R6
69 - added LDFLAGS="-s" to ./configure enviroment,
70 - changed Group to X11/Window Managers/Tools,
71 - added Group(pl) and Summary(pl),
72 - added %attr and %defattr macros in %files (allow build package from
73   non-root account).
74
75 * Thu Aug  6 1998 Oliver Graf <ograf@fga.de>
76 - started changelog
77 - added defines for version and release
This page took 0.127337 seconds and 4 git commands to generate.