rpms/xmms-pulse/devel import.log, NONE, 1.1 xmms-pulse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Thu Jun 12 18:53:25 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/xmms-pulse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24850/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xmms-pulse.spec 
Log Message:
import srpm



--- NEW FILE import.log ---
xmms-pulse-0_9_4-5_fc10:HEAD:xmms-pulse-0.9.4-5.fc10.src.rpm:1213296685


--- 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}
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
* 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xmms-pulse/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jun 2008 16:03:37 -0000	1.1
+++ .cvsignore	12 Jun 2008 18:52:45 -0000	1.2
@@ -0,0 +1 @@
+xmms-pulse-0.9.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xmms-pulse/devel/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 18:52:45 -0000	1.2
@@ -0,0 +1 @@
+c879939a6242f07b69298b30bcdeb6c5  xmms-pulse-0.9.4.tar.gz




More information about the fedora-extras-commits mailing list