rpms/xmms-pulse/F-9 xmms-pulse.spec,NONE,1.1 sources,1.1,1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Thu Jun 12 20:16:30 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/xmms-pulse/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13131

Modified Files:
	sources 
Added Files:
	xmms-pulse.spec 
Log Message:
Add f9 ver.


--- NEW FILE xmms-pulse.spec ---
%define xmms_outputdir %(xmms-config --output-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/General)

Name:           xmms-pulse
Version:        0.9.4
Release:        5%{?dist}.1
Summary:        XMMS output plugin for the PulseAudio sound server

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://0pointer.de/lennart/projects/xmms-pulse/
Source0:        http://0pointer.de/lennart/projects/xmms-pulse/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xmms-devel
BuildRequires:  pulseaudio-libs-devel
BuildRequires:  lynx


%description 
PulseAudio is a sound server for Linux and other Unix-like operating
systems.  XMMS is a multimedia player for the X Window System.
xmms-pulse is a plugin to allow XMMS to output to the PulseAudio sound
server.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# On Fedora x86_64 some libtool archives get created even with --disable-static
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE README doc/README.html doc/style.css
%{xmms_outputdir}/libxmms-pulse.so


%changelog
* Thu Jun 12 2008 Robin Norwood <rnorwood at redhat.com> - 0.9.4-5.f9.1
- Fedora 9 release.

* Wed Jun  4 2008 Robin Norwood <rnorwood at redhat.com> - 0.9.4-5
- Bump release

* Fri May 30 2008 Robin Norwood <rnorwood at redhat.com> - 0.9.4-2
- Include changes from Henry Kroll's spec file for package review

* Wed Mar 12 2008 Robin Norwood <rnorwood at redhat.com> - 0.9.4-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xmms-pulse/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jun 2008 16:03:37 -0000	1.1
+++ sources	12 Jun 2008 20:15:45 -0000	1.2
@@ -0,0 +1 @@
+c879939a6242f07b69298b30bcdeb6c5  xmms-pulse-0.9.4.tar.gz




More information about the fedora-extras-commits mailing list