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