rpms/lv2core/F-10 lv2core.spec,NONE,1.1 sources,1.1,1.2

Anthony Green green at fedoraproject.org
Mon Dec 22 21:16:16 UTC 2008


Author: green

Update of /cvs/pkgs/rpms/lv2core/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5663

Modified Files:
	sources 
Added Files:
	lv2core.spec 
Log Message:
Initial checkin


--- NEW FILE lv2core.spec ---
%define debug_package %{nil}

Name:           lv2core
Version:        2.0
Release:        4%{?dist}

Summary:        Audio Plugin Standard

Group:          System Environment/Libraries
License:        LGPLv2+ and MIT
URL:            http://lv2plug.in
Source:         http://lv2plug.in/spec/lv2core-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
LV2 is a standard for plugins and matching host applications, mainly
targeted at audio processing and generation.  

There are a large number of open source and free software synthesis
packages in use or development at this time. This API ('LV2') attempts
to give programmers the ability to write simple 'plugin' audio
processors in C/C++ and link them dynamically ('plug') into a range of
these packages ('hosts').  It should be possible for any host and any
plugin to communicate completely through this interface.

LV2 is a successor to LADSPA, created to address the limitations of
LADSPA which many hosts have outgrown.

%package        devel
Summary:        API for the LV2 Audio Plugin Standard
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
lv2-devel contains the lv2.h header file.

Definitive technical documentation on LV2 plug-ins for both the host
and plug-in is contained within copious comments within the lv2.h
header file.

%prep
%setup -q

%build
%configure 
make %{?_smp_mflags}

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

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_libdir}/lv2

%files devel
%defattr(-,root,root,-)
%{_includedir}/lv2.h
%{_libdir}/pkgconfig/lv2core.pc

%changelog
* Mon Dec 22 2008 Anthony Green <green at redhat.com> - 2.0-4
- Fix tagging bug.

* Fri Dec 19 2008 Anthony Green <green at redhat.com> - 2.0-3
- Tweak %files section, License, Summary and %description.

* Mon Nov 10 2008 Anthony Green <green at redhat.com> - 2.0-2
- Don't generate a debug package.

* Tue Nov 04 2008 Anthony Green <green at redhat.com> - 2.0-1
- Upgrade

* Tue Jan 22 2008 Anthony Green <green at redhat.com> - 1.0-2
- Fix License tag.

* Mon Jan 21 2008 Anthony Green <green at redhat.com> - 1.0-1
- Upgraded source.

* Thu Mar 15 2007 Anthony Green <green at redhat.com> - 1.0-0.1.beta1
- Created.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lv2core/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Dec 2008 03:51:55 -0000	1.1
+++ sources	22 Dec 2008 21:15:46 -0000	1.2
@@ -0,0 +1 @@
+274e3b3a114ada6a80e537c0e8a05fe8  lv2core-2.0.tar.gz




More information about the fedora-extras-commits mailing list