Mageia Bugzilla – Attachment 3116 Details for
Bug 7838
a new version of lilv (0.14.4) exists since august 2012
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file for lilv
lilv.spec (text/plain), 2.95 KB, created by
Philippe Didier
on 2012-11-18 01:24:49 CET
(
hide
)
Description:
spec file for lilv
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-11-18 01:24:49 CET
Size:
2.95 KB
patch
obsolete
>%define _enable_debug_packages %{nil} >%define debug_package %{nil} > >Name: lilv >Version: 0.14.4 >Release: 1 > > >%define lib_major 0 >%define lib_name %mklibname %{name} %{lib_major} >%define lib_name_devel %mklibname %{name} -d > >Summary: LV2 plugin library for applications and hosts >Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 >Patch0: lilv-0.5.0-fix-decl.patch >URL: http://drobilla.net/software/%{name}/ >License: ISC >Group: System/Libraries > >BuildRequires: waf >BuildRequires: pkgconfig, >BuildRequires: python >BuildRequires: sord-devel >BuildRequires: pkgconfig(lv2) >BuildRequires: sratom-devel > >%description >LV2 plugin library for applications and hosts > >%files -n %{name} >%doc COPYING README >%doc %{_mandir}/man1/lv2info.1.xz >%doc %{_mandir}/man1/lv2ls.1.xz >%{_bindir}/lilv-bench >%{_bindir}/lv2info >%{_bindir}/lv2ls >%{_bindir}/lv2bench >%config(noreplace) %attr(644,root,root) %{_sysconfdir}/bash_completion.d/lilv > >#----------------------------------- >%package -n %{lib_name} > >Summary: LV2 plugin library for applications and hosts >Group: System/Libraries > >%description -n %{lib_name} >Lilv is a library to make the use of LV2 plugins as simple as possible >for applications. Lilv is the successor to SLV2, rewritten to be >significantly faster and have minimal dependencies. > >%files -n %{lib_name} >%{_libdir}/lib%{name}-%{lib_major}.so.* > >#----------------------------------- >%package -n %{lib_name_devel} >Summary: Headers for the lilv LV2 library >Group: System/Libraries >Requires: %{lib_name} = %{version}-%{release} >Requires: pkgconfig >Provides: %{name}-devel = %{version}-%{release} > >%description -n %{lib_name_devel} >Development files needed to build applications against lilv. > >%files -n %{lib_name_devel} >%{_libdir}/lib%{name}-%{lib_major}.so >%dir %{_includedir}/%{name}-%{lib_major}/%{name} >%{_includedir}/%{name}-%{lib_major}/%{name}/*.h >%{_includedir}/%{name}-%{lib_major}/%{name}/*.hpp >%{_libdir}/pkgconfig/%{name}-%{lib_major}.pc > >#----------------------------------- >%prep >%setup -q > >%build >./waf configure --prefix=%{_prefix} \ > --mandir=%{_mandir} \ > --libdir=%{_libdir} \ > --configdir=%{_sysconfdir} >./waf > >%install > >./waf install --destdir=%{buildroot} > > >%changelog >* Sat Nov 17 2012 <> 0.14.4-1 >+ Imported and cleaned for Mageia2 > >* Sat Aug 25 2012 Frank Kober <emuse@mandriva.org> 0.14.4-1 >+ Revision: 815733 >- new version 0.14.4 > >* Mon Apr 23 2012 Alexander Khrukin <akhrukin@mandriva.org> 0.14.2-1 >+ Revision: 792972 >- BR:sratom-devel >- Reversed (or previously applied) patch detected >- version update 0.14.2 > >* Sat Feb 18 2012 Frank Kober <emuse@mandriva.org> 0.5.0-2 >+ Revision: 776758 >- add patch for fixing a double declaration > o reported on drobilla's website ticket 777 > >* Sun Oct 23 2011 Frank Kober <emuse@mandriva.org> 0.5.0-1 >+ Revision: 705726 >- new version 0.5.0 > o sysconfdir flag added to waf configure > >* Sat Jun 25 2011 Frank Kober <emuse@mandriva.org> 0.4.4-1 >+ Revision: 687118 >- imported package lilv >
%define _enable_debug_packages %{nil} %define debug_package %{nil} Name: lilv Version: 0.14.4 Release: 1 %define lib_major 0 %define lib_name %mklibname %{name} %{lib_major} %define lib_name_devel %mklibname %{name} -d Summary: LV2 plugin library for applications and hosts Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 Patch0: lilv-0.5.0-fix-decl.patch URL: http://drobilla.net/software/%{name}/ License: ISC Group: System/Libraries BuildRequires: waf BuildRequires: pkgconfig, BuildRequires: python BuildRequires: sord-devel BuildRequires: pkgconfig(lv2) BuildRequires: sratom-devel %description LV2 plugin library for applications and hosts %files -n %{name} %doc COPYING README %doc %{_mandir}/man1/lv2info.1.xz %doc %{_mandir}/man1/lv2ls.1.xz %{_bindir}/lilv-bench %{_bindir}/lv2info %{_bindir}/lv2ls %{_bindir}/lv2bench %config(noreplace) %attr(644,root,root) %{_sysconfdir}/bash_completion.d/lilv #----------------------------------- %package -n %{lib_name} Summary: LV2 plugin library for applications and hosts Group: System/Libraries %description -n %{lib_name} Lilv is a library to make the use of LV2 plugins as simple as possible for applications. Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. %files -n %{lib_name} %{_libdir}/lib%{name}-%{lib_major}.so.* #----------------------------------- %package -n %{lib_name_devel} Summary: Headers for the lilv LV2 library Group: System/Libraries Requires: %{lib_name} = %{version}-%{release} Requires: pkgconfig Provides: %{name}-devel = %{version}-%{release} %description -n %{lib_name_devel} Development files needed to build applications against lilv. %files -n %{lib_name_devel} %{_libdir}/lib%{name}-%{lib_major}.so %dir %{_includedir}/%{name}-%{lib_major}/%{name} %{_includedir}/%{name}-%{lib_major}/%{name}/*.h %{_includedir}/%{name}-%{lib_major}/%{name}/*.hpp %{_libdir}/pkgconfig/%{name}-%{lib_major}.pc #----------------------------------- %prep %setup -q %build ./waf configure --prefix=%{_prefix} \ --mandir=%{_mandir} \ --libdir=%{_libdir} \ --configdir=%{_sysconfdir} ./waf %install ./waf install --destdir=%{buildroot} %changelog * Sat Nov 17 2012 <> 0.14.4-1 + Imported and cleaned for Mageia2 * Sat Aug 25 2012 Frank Kober <emuse@mandriva.org> 0.14.4-1 + Revision: 815733 - new version 0.14.4 * Mon Apr 23 2012 Alexander Khrukin <akhrukin@mandriva.org> 0.14.2-1 + Revision: 792972 - BR:sratom-devel - Reversed (or previously applied) patch detected - version update 0.14.2 * Sat Feb 18 2012 Frank Kober <emuse@mandriva.org> 0.5.0-2 + Revision: 776758 - add patch for fixing a double declaration o reported on drobilla's website ticket 777 * Sun Oct 23 2011 Frank Kober <emuse@mandriva.org> 0.5.0-1 + Revision: 705726 - new version 0.5.0 o sysconfdir flag added to waf configure * Sat Jun 25 2011 Frank Kober <emuse@mandriva.org> 0.4.4-1 + Revision: 687118 - imported package lilv
View Attachment As Raw
Actions:
View
Attachments on
bug 7838
: 3116