]> git.pld-linux.org Git - packages/wavplay.git/blobdiff - wavplay.spec
- cosmetics
[packages/wavplay.git] / wavplay.spec
index 8d2b398f6e51481b4eb76f939a90af65a26fdbfa..1e6bfdf64a3310885f2b692c044a2933a3558ea6 100644 (file)
@@ -1,58 +1,84 @@
-Summary:       wavplay - play wav files under Linux
+Summary:       Play WAV files under Linux
+Summary(pl):   Odtwarzacz plików d¼wiêkowych WAV pod Linuksa
 Name:          wavplay
-Version:       1.3
-Release:       1
-Copyright:     GPL
+Version:       1.4
+Release:       9
+License:       GPL
 Group:         Applications/Sound
+Source0:       ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/%{name}-%{version}.tar.gz
+# Source0-md5: 726c58f47c0dbc3b58ff6c42300d518e
+Patch0:                %{name}-make+res.patch
+Patch1:                %{name}-X11.patch
+Patch2:                %{name}-va_arg_fix.patch
+Patch3:                %{name}-types.patch
+Patch4:                %{name}-nonblock.patch
 URL:           http://www.vaxxine.com/ve3wwg/gnuwave.html
-Source:                ftp://sunsite.unc.edu/pub/Linux/apps/sound/players/wavplay-1.3.tar.gz
-Patch0:                wavplay-1.3.patch
-Patch1:                wavplay-install.patch
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRequires: XFree86-devel
+BuildRequires: motif-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _appdefsdir     /usr/X11R6/lib/X11/app-defaults
 
 %description
-This version completely replaces wavplay-1.0 and its two patches.
+Wavplay is a simple command-line tool that allows to play WAV audio
+files under Linux.
+
+%description -l pl
+Wavplay jest prostym narzêdziem które pozwala odtwarzaæ pliki
+d¼wiêkowe typu WAV pod Linuksem.
 
 %package X11
-Summary: xltwavplay utility
-Group: Applications/Sound
+Summary:       xltwavplay utility
+Summary(pl):   Narzêdzie "xltwavplay"
+Group:         X11/Applications/Sound
+Requires:      %{name} = %{version}-%{release}
 
 %description X11
-The xltwavplay program now allows the user to point and click his way through
-the playing of selected wav files, changing of options and performing
-recordings.  
+The xltwavplay program now allows the user to point and click his way
+through the playing of selected WAV files, changing of options and
+performing recordings.
+
+%description X11 -l pl
+Program xltwavplay pozwala u¿ytkownikowi szybko i ³atwo odgrywaæ
+wybrane pliki WAV, zmieniaæ ustawienia oraz nagrywaæ w³asne pliki.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
+%patch1 -p1
+%patch2
+%patch3 -p1
+%patch4 -p1
 
 %build
-rm -rf $RPM_BUILD_ROOT
-make "OPT=$RPM_OPT_FLAGS"
+%{__make} \
+       CC=%{__cc} \
+       OPT="%{rpmcflags}" \
+       XLDOPTS="-L/usr/X11R6/%{_lib} -lXm -lXmu -lXt -lX11" \
+       INSTDIR=%{_bindir}
 
 %install
-install -d $RPM_BUILD_ROOT{%{_bindir},/usr/X11R6/bin,/usr/X11R6/lib/X11/app-defaults}
-install -d $RPM_BUILD_ROOT%{_mandir}/man1
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_appdefsdir}}
 
-make install
+%{__make} install \
+       INSTDIR=$RPM_BUILD_ROOT%{_bindir} \
+       XINSTDIR=$RPM_BUILD_ROOT%{_bindir} \
+       RESDIR=$RPM_BUILD_ROOT%{_appdefsdir}
 
 install wavplay.1 $RPM_BUILD_ROOT%{_mandir}/man1
-
 echo ".so wavplay.1" > $RPM_BUILD_ROOT%{_mandir}/man1/wavrec.1
 
-gzip -9nf README* NEW BUGS $RPM_BUILD_ROOT%{_mandir}/man1/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%doc {README*,NEW,BUGS}.gz
-%{_mandir}/man1/*.gz
+%defattr(644,root,root,755)
+%doc README BUGS
 %attr(755,root,root) %{_bindir}/wav*
+%{_mandir}/man*/*
 
 %files X11
-%defattr(644, root, root, 755)
-%config /usr/X11R6/lib/X11/app-defaults/xltwavplay
-%attr(755,root,root) /usr/X11R6/bin/xltwavplay
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/xltwavplay
+%{_appdefsdir}/xltwavplay
This page took 0.058233 seconds and 4 git commands to generate.