]> git.pld-linux.org Git - packages/WMRack.git/blob - WMRack.spec
- fixed broken %%files
[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:        4
6 License:        GPL
7 Vendor:         FGA bitart Furch & Graf GbR
8 Group:          X11/Window Managers/Tools
9 Group(de):      X11/Fenstermanager/Werkzeuge
10 Group(pl):      X11/Zarz±dcy Okien/Narzêdzia
11 Source0:        http://prdownloads.sourceforge.net/wmrack/%{name}-%{version}.tar.gz
12 #Icon:          wmrack.gif
13 URL:            http://wmrack.sf.net/
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18
19 %description
20 This is the second and hopefully last beta release of WMRack. It
21 features cdrom and mixer functions. Please repeat any bugs. Compiled
22 with extra verbose output.
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 %prep
34 %setup -q
35
36 %build
37 CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" \
38 ./configure %{_target_platform} \
39         --prefix=%{_prefix} \
40         --mandir=%{_mandir}
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 %{__make} install prefix=$RPM_BUILD_ROOT%{_prefix} \
46         MANDIR=$RPM_BUILD_ROOT%{_mandir}
47
48 gzip -9nf README TODO WARRANTY
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README.gz TODO.gz WARRANTY.gz
56 #%{_prefix}/GNUstep/Library/WMRack
57 %{_libdir}/WMRack
58
59 %attr(755,root,root) %{_bindir}/*
60 %{_mandir}/man1/*
This page took 0.088714 seconds and 3 git commands to generate.