rpms/audacious-plugin-fc/devel audacious-plugin-fc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Jul 2 20:18:59 UTC 2007


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugin-fc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16051/devel

Modified Files:
	.cvsignore sources 
Added Files:
	audacious-plugin-fc.spec 
Log Message:
new package


--- NEW FILE audacious-plugin-fc.spec ---
%define plugindir %(pkg-config audacious --variable=input_plugin_dir)

Summary: Future Composer input plugin for Audacious
Name: audacious-plugin-fc
Version: 0.2
Release: 1
URL: http://xmms-fc.sourceforge.net/
License: GPL
Source:	http://download.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2
Group: Applications/Multimedia
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: audacious-devel >= 1.3
BuildRequires: pkgconfig
Requires: audacious >= 1.3

%description
This is an input plugin for Audacious which can play back Future Composer
music files from AMIGA. Song-length detection and seek are implemented, too.


%prep
%setup -q

%build
%configure
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,-)
%doc COPYING README src/FC.README
%{plugindir}/libfc.so
%exclude %{plugindir}/libfc.la


%changelog
* Thu Mar  8 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.2-1
- Upstream update to 0.2 for Audacious >= 1.3.0.

* Thu Jan 18 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.1-2
- Initial package submission for Fedora Package Review (#222648).


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugin-fc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Jul 2007 18:38:58 -0000	1.1
+++ .cvsignore	2 Jul 2007 20:18:20 -0000	1.2
@@ -0,0 +1 @@
+audacious-plugin-fc-0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugin-fc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Jul 2007 18:38:58 -0000	1.1
+++ sources	2 Jul 2007 20:18:20 -0000	1.2
@@ -0,0 +1 @@
+75440d10e65157ea0af0a8e3bbaeba6e  audacious-plugin-fc-0.2.tar.bz2




More information about the scm-commits mailing list