rpms/adplay/devel adplay.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Linus Walleij (snirkel) fedora-extras-commits at redhat.com
Sat Jun 24 07:36:46 UTC 2006


Author: snirkel

Update of /cvs/extras/rpms/adplay/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14541/devel

Modified Files:
	.cvsignore sources 
Added Files:
	adplay.spec 
Log Message:
auto-import adplay-1.5-1 on branch devel from adplay-1.5-1.src.rpm


--- NEW FILE adplay.spec ---
# SPEC file for AdPlay, primary target is the Fedora Extras
# RPM repository.

Name:		adplay
Version:	1.5
Release:	1%{?dist}
Summary:	An AdLib (OPL2) music player build on AdPlug
URL:		http://adplug.sourceforge.net/
Group:		Applications/Multimedia
Source:		http://download.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License:	GPL
BuildRequires:	adplug-devel
BuildRequires:	audiofile-devel
BuildRequires:	alsa-lib-devel
BuildRequires:	esound-devel

%description
AdPlay is a command-line player for AdLib (OPL2) music utilizing
the AdPlug library.

%prep
%setup -q

%build
# I intentionally disable OSS and SDL: Fedora installs ALSA by default
# and I don't want to pull in the entire SDL library for this. We
# also explicitly forbid the QNX QSA driver, it won't hurt.
%configure --disable-static --disable-output-oss --disable-output-sdl \
	--disable-output-qsa
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%{_bindir}/adplay
%{_mandir}/man1/*
%doc AUTHORS ChangeLog COPYING NEWS README TODO

%changelog
* Sat May 6 2006 Linus Walleij <triad at df.lth.se> 1.5-1
- Upstream release a new version.

* Wed Feb 1 2006 Linus Walleij <triad at df.lth.se> 1.4-4
- RM unnecessary BR, fixup CXXFLAGS.

* Tue Jan 24 2006 Linus Walleij <triad at df.lth.se> 1.4-3
- Download address.

* Mon Jan 23 2006 Linus Walleij <triad at df.lth.se> 1.4-2
- Happy dist-tag.

* Sun Jan 15 2006 Linus Walleij <triad at df.lth.se> 1.4-1
- First try at an AdPlay RPM.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/adplay/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Jun 2006 07:35:43 -0000	1.1
+++ .cvsignore	24 Jun 2006 07:36:46 -0000	1.2
@@ -0,0 +1 @@
+adplay-1.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/adplay/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Jun 2006 07:35:43 -0000	1.1
+++ sources	24 Jun 2006 07:36:46 -0000	1.2
@@ -0,0 +1 @@
+18e1ac84b6f07d0388902a083f400da7  adplay-1.5.tar.bz2




More information about the fedora-extras-commits mailing list