rpms/xmms-flac/devel xmms-flac.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu May 19 09:10:49 UTC 2005


Author: thias

Update of /cvs/extras/rpms/xmms-flac/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29449/devel

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


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

Summary: XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files
Name: xmms-flac
Version: 1.1.2
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://flac.sourceforge.net/
Source: http://dl.sf.net/flac/flac-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: xmms-devel, glib-devel, gtk+-devel

%description
FLAC is a Free Lossless Audio Codec. The FLAC format supports streaming,
seeking, and archival, and gives 25-75% compression on typical CD audio.
This is the input plugin for XMMS to be able to read FLAC files.


%prep
%setup -n flac-%{version}


%build
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%{__install} -D -m 0755 src/plugin_xmms/.libs/libxmms-flac.so \
    %{buildroot}%{xmms_inputdir}/libxmms-flac.so


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-, root, root, 0755)
%doc COPYING.GPL
%{xmms_inputdir}/libxmms-flac.so


%changelog
* Thu May 19 2005 Matthias Saou <http://freshrpms.net/> 1.1.2-1
- Initial RPM release since the plugin was disabled from the main flac in
  Core, because xmms was moved to Extras, thus no longer available at build
  time for Core packages.
- Laziness has made me include the whole 1.4MB of FLAC sources, but if
  someone wants to provide a simple script to extract only the relevant sources
  in order to create a custom source package of the plugin only, that would
  be great!



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xmms-flac/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 May 2005 09:09:59 -0000	1.1
+++ .cvsignore	19 May 2005 09:10:47 -0000	1.2
@@ -0,0 +1 @@
+flac-1.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xmms-flac/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 May 2005 09:09:59 -0000	1.1
+++ sources	19 May 2005 09:10:47 -0000	1.2
@@ -0,0 +1 @@
+2bfc127cdda02834d0491ab531a20960  flac-1.1.2.tar.gz




More information about the fedora-extras-commits mailing list