]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
- many small fixes, mostly inpired by kloczek
[packages/WMRack.git] / WMRack.spec
1 Summary:        A WindowMaker Dock CD+Sound Applet
2 Summary(pl):    Dokowalny aplet CD+Sound do WindowMakera
3 Name:           WMRack
4 Version:        1.0b5
5 Release:        5
6 License:        GPL
7 Vendor:         FGA bitart Furch & Graf GbR
8 Group:          X11/Window Managers/Tools
9 Source0:        http://dl.sourceforge.net/wmrack/%{name}-%{version}.tar.gz
10 # Source0-md5:  0832e522a3641d74698c98e47d981de7
11 Patch0:         %{name}-DESTDIR.patch
12 #Icon:          wmrack.gif
13 URL:            http://wmrack.sf.net/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 It features cdrom and mixer functions.
23
24 Read the manpage for a description of the supported functions and how
25 to install the applet to your button bar (Wharf, Dock, etc...)
26
27 Sorry, styles not updated. Wait for the non-beta. Old styles still
28 work but need an extra (middle) button.
29
30 %description -l pl
31 WMRack zawiera funkcje miksera i odtwarzacza cdrom.
32
33 Przeczytaj stronê manuala, je¿eli szukasz opisu obs³ugiwanych funkcji
34 oraz jak zainstalowaæ aplet na swoim pasku przycisków (Wharf, Dock,
35 itp).
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %configure
45
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc README TODO WARRANTY
60 %attr(755,root,root) %{_bindir}/*
61 #%%{_prefix}/GNUstep/Library/WMRack
62 %{_libdir}/WMRack
63 %{_mandir}/man1/*
This page took 0.041759 seconds and 3 git commands to generate.