]> git.pld-linux.org Git - packages/wavplay.git/commitdiff
- first version for PLD
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 27 Oct 1999 13:40:22 +0000 (13:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wavplay.spec -> 1.1

wavplay.spec [new file with mode: 0644]

diff --git a/wavplay.spec b/wavplay.spec
new file mode 100644 (file)
index 0000000..8d2b398
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       wavplay - play wav files under Linux
+Name:          wavplay
+Version:       1.3
+Release:       1
+Copyright:     GPL
+Group:         Applications/Sound
+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
+
+%description
+This version completely replaces wavplay-1.0 and its two patches.
+
+%package X11
+Summary: xltwavplay utility
+Group: Applications/Sound
+
+%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.  
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p0
+
+%build
+rm -rf $RPM_BUILD_ROOT
+make "OPT=$RPM_OPT_FLAGS"
+
+%install
+install -d $RPM_BUILD_ROOT{%{_bindir},/usr/X11R6/bin,/usr/X11R6/lib/X11/app-defaults}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+
+make install
+
+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
+%attr(755,root,root) %{_bindir}/wav*
+
+%files X11
+%defattr(644, root, root, 755)
+%config /usr/X11R6/lib/X11/app-defaults/xltwavplay
+%attr(755,root,root) /usr/X11R6/bin/xltwavplay
This page took 0.128761 seconds and 4 git commands to generate.