rpms/lv2core/devel lv2core.spec,NONE,1.1

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


Author: green

Update of /cvs/pkgs/rpms/lv2core/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1471

Added Files:
	lv2core.spec 
Log Message:
Initial spec file


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

Name:           lv2core
Version:        2.0
Release:        3%{?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
* 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.





More information about the fedora-extras-commits mailing list