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