Mageia Bugzilla – Attachment 3041 Details for
Bug 7579
package request linuxsampler (command-line audio sampler)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
cleaned spec
linuxsampler.spec (text/plain), 3.77 KB, created by
Barry Jackson
on 2012-11-05 01:16:00 CET
(
hide
)
Description:
cleaned spec
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2012-11-05 01:16:00 CET
Size:
3.77 KB
patch
obsolete
>%define major 3 >%define libname %mklibname %{name} %major >%define develname %mklibname %{name} -d >%define rev 2379 > >Name: linuxsampler >Summary: Professional grade software audio sampler >Version: 1.0.0 >Release: %mkrel 0.svn%{rev} >License: GPL >Group: Sound/MIDI >Source0: %{name}-%{rev}.tar.xz >URL: http://www.linuxsampler.org/ > >BuildRequires: pkgconfig(gig) >BuildRequires: pkgconfig(jack) >BuildRequires: pkgconfig(dssi) >BuildRequires: pkgconfig(sqlite3) >BuildRequires: pkgconfig(slv2) >BuildRequires: bison-devel-static > >Requires: jackit >Requires: liblscp >Requires: gig >Requires: lv2 >Requires: %{libname} = %{version}-%{release} > >%description >LinuxSampler is a professional grade software audio sampler >that aims to deliver performance and features at par with >hardware sampler devices > >%files >%{_bindir}/%{name} >%{_mandir}/man1/%{name}.1.* >%{_prefix}/README.urpmi >%{_localstatedir}/lib/%{name}/*.db >%dir %{_libdir}/%{name}/plugins > >#-------------------------------------------------------------------- > >%package -n %{libname} >Group: System/Libraries >Summary: Libraries for %{name} >Provides: lib%{name} = %{version}-%{release} > >%description -n %{libname} >Librairies from %{name} > > >%files -n %{libname} >%{_libdir}/%{name}/lib%{name}.so.%{major}* > >#-------------------------------------------------------------------- > >%package -n %{develname} >Group: Development/Other >Summary: Libraries for %{name} >Requires: %{libname} = %{version}-%{release} >Provides: lib%{name}-devel = %{version}-%{release} >Provides: %{name}-devel = %{version}-%{release} >Obsoletes: %{_lib}%{name}1-devel > >%description -n %{develname} >Development libraries from %{name} > >%files -n %{develname} >%{_includedir}/%{name}/*.h >%{_includedir}/%{name}/common/*.h >%{_includedir}/%{name}/drivers/*.h >%{_includedir}/%{name}/drivers/audio/*.h >%{_includedir}/%{name}/drivers/midi/*.h >%{_includedir}/%{name}/effects/*.h >%{_includedir}/%{name}/engines/*.h >%{_includedir}/%{name}/plugins/*.h >%{_libdir}/pkgconfig/%{name}.pc >%{_libdir}/dssi/*.a >%{_libdir}/dssi/*.la >%{_libdir}/dssi/*.so >#%%{_libdir}/lv2/%{name}.lv2/*.a >#%%{_libdir}/lv2/%{name}.lv2/*.la >#%%{_libdir}/lv2/%{name}.lv2/*.so >#%%{_libdir}/lv2/%{name}.lv2/*.ttl >%{_libdir}/%{name}/lib%{name}.a >%{_libdir}/%{name}/lib%{name}.la >%{_libdir}/%{name}/lib%{name}.so > >#-------------------------------------------------------------------- > >%prep >%setup -q -n %{name} >[ -f Makefile.cvs ] && make -f Makefile.cvs > >%build >%configure2_5x >[ -f Makefile.cvs ] && make parser >%make >make docs > >%install >make DESTDIR=%{buildroot} install > >cat > %{buildroot}/%{_prefix}/README.urpmi <<EOF > >WARNING >------- >LinuxSampler is licensed under the GNU GPL with the exception that >USAGE of the source code, libraries and applications FOR COMMERCIAL >HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written >permission by the LinuxSampler authors. If you have questions on the >subject, that are not yet covered by the FAQ, please contact us. > >EOF > >%clean > > > >%changelog >* Sun Nov 4 2012 Philippe Didier <> 1.0.0-svn2378mga2 >- svn2378 >- patch merged upstream > >* Thu Sep 27 2012 Philippe Didier <> 1.0.0-svn2372mga2 >- svn2372 >- add an other ldflag > >* Sun Sep 23 2012 Philippe Didier <> 1.0.0-3mga2 >- Import into Mageia >- add a patch to adapt Makefiles to Mageia's LDFLAGS new policy > >* Fri Dec 10 2010 Oden Eriksson <oeriksson@mandriva.com> 1.0.0-2mdv2011.0 >+ Revision: 620242 >- the mass rebuild of 2010.0 packages > >* Thu Aug 27 2009 Emmanuel Andry <eandry@mandriva.org> 1.0.0-1mdv2010.0 >+ Revision: 421786 >- New version 1.0.0 >- new major 3 >- drop arts support > > + Thierry Vignaud <tv@mandriva.org> > - rebuild > > + Pixel <pixel@mandriva.com> > - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers > >* Sat Dec 15 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 0.5.1-1mdv2008.1 >+ Revision: 120284 >- import linuxsampler > > >
%define major 3 %define libname %mklibname %{name} %major %define develname %mklibname %{name} -d %define rev 2379 Name: linuxsampler Summary: Professional grade software audio sampler Version: 1.0.0 Release: %mkrel 0.svn%{rev} License: GPL Group: Sound/MIDI Source0: %{name}-%{rev}.tar.xz URL: http://www.linuxsampler.org/ BuildRequires: pkgconfig(gig) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(dssi) BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(slv2) BuildRequires: bison-devel-static Requires: jackit Requires: liblscp Requires: gig Requires: lv2 Requires: %{libname} = %{version}-%{release} %description LinuxSampler is a professional grade software audio sampler that aims to deliver performance and features at par with hardware sampler devices %files %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.* %{_prefix}/README.urpmi %{_localstatedir}/lib/%{name}/*.db %dir %{_libdir}/%{name}/plugins #-------------------------------------------------------------------- %package -n %{libname} Group: System/Libraries Summary: Libraries for %{name} Provides: lib%{name} = %{version}-%{release} %description -n %{libname} Librairies from %{name} %files -n %{libname} %{_libdir}/%{name}/lib%{name}.so.%{major}* #-------------------------------------------------------------------- %package -n %{develname} Group: Development/Other Summary: Libraries for %{name} Requires: %{libname} = %{version}-%{release} Provides: lib%{name}-devel = %{version}-%{release} Provides: %{name}-devel = %{version}-%{release} Obsoletes: %{_lib}%{name}1-devel %description -n %{develname} Development libraries from %{name} %files -n %{develname} %{_includedir}/%{name}/*.h %{_includedir}/%{name}/common/*.h %{_includedir}/%{name}/drivers/*.h %{_includedir}/%{name}/drivers/audio/*.h %{_includedir}/%{name}/drivers/midi/*.h %{_includedir}/%{name}/effects/*.h %{_includedir}/%{name}/engines/*.h %{_includedir}/%{name}/plugins/*.h %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/dssi/*.a %{_libdir}/dssi/*.la %{_libdir}/dssi/*.so #%%{_libdir}/lv2/%{name}.lv2/*.a #%%{_libdir}/lv2/%{name}.lv2/*.la #%%{_libdir}/lv2/%{name}.lv2/*.so #%%{_libdir}/lv2/%{name}.lv2/*.ttl %{_libdir}/%{name}/lib%{name}.a %{_libdir}/%{name}/lib%{name}.la %{_libdir}/%{name}/lib%{name}.so #-------------------------------------------------------------------- %prep %setup -q -n %{name} [ -f Makefile.cvs ] && make -f Makefile.cvs %build %configure2_5x [ -f Makefile.cvs ] && make parser %make make docs %install make DESTDIR=%{buildroot} install cat > %{buildroot}/%{_prefix}/README.urpmi <<EOF WARNING ------- LinuxSampler is licensed under the GNU GPL with the exception that USAGE of the source code, libraries and applications FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written permission by the LinuxSampler authors. If you have questions on the subject, that are not yet covered by the FAQ, please contact us. EOF %clean %changelog * Sun Nov 4 2012 Philippe Didier <> 1.0.0-svn2378mga2 - svn2378 - patch merged upstream * Thu Sep 27 2012 Philippe Didier <> 1.0.0-svn2372mga2 - svn2372 - add an other ldflag * Sun Sep 23 2012 Philippe Didier <> 1.0.0-3mga2 - Import into Mageia - add a patch to adapt Makefiles to Mageia's LDFLAGS new policy * Fri Dec 10 2010 Oden Eriksson <oeriksson@mandriva.com> 1.0.0-2mdv2011.0 + Revision: 620242 - the mass rebuild of 2010.0 packages * Thu Aug 27 2009 Emmanuel Andry <eandry@mandriva.org> 1.0.0-1mdv2010.0 + Revision: 421786 - New version 1.0.0 - new major 3 - drop arts support + Thierry Vignaud <tv@mandriva.org> - rebuild + Pixel <pixel@mandriva.com> - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers * Sat Dec 15 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 0.5.1-1mdv2008.1 + Revision: 120284 - import linuxsampler
View Attachment As Raw
Actions:
View
Attachments on
bug 7579
:
2858
|
2859
|
2883
|
2884
|
2897
|
3037
| 3041 |
3042
|
3043
|
3085