Mageia Bugzilla – Attachment 3045 Details for
Bug 7575
package request : gig
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
cleaner spec file for gig svn2367
gig-svn2367.spec (text/x-rpm-spec), 2.65 KB, created by
Philippe Didier
on 2012-11-05 20:52:35 CET
(
hide
)
Description:
cleaner spec file for gig svn2367
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-11-05 20:52:35 CET
Size:
2.65 KB
patch
obsolete
>%define major 6 >%define libname %mklibname %{name} %{major} >%define develname %mklibname %{name} -d >%define oname libgig > >Name: gig >Summary: C++ library for loading Gigasampler files >Version: 3.3.0 >Release: %mkrel 4 >License: GPLv2+ >Group: System/Libraries >Source0: %{oname}-svn2367.tar.gz >Patch0: libgig-gcc-4.3.patch >URL: http://www.linuxsampler.org/ > >BuildRequires: libsndfile-devel > >Requires: %libname > >%description >C++ library for loading Gigasampler files and DLS Level 1/2 files. > >%files >%{_bindir}/dlsdump >%{_bindir}/gigdump >%{_bindir}/gigextract >%{_bindir}/rifftree >%{_bindir}/sf2dump >%{_mandir}/man1/dlsdump.1.* >%{_mandir}/man1/gigdump.1.* >%{_mandir}/man1/gigextract.1.* >%{_mandir}/man1/rifftree.1.* > >#-------------------------------------------------------------------- > >%package -n %libname >Group: System/Libraries >Summary: Libraries for %name >Provides: lib%{name} = %{version}-%{release} > >%description -n %libname >C++ library for loading Gigasampler files and DLS Level 1/2 files > > >%files -n %libname >%{_libdir}/libgig.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} > > >%description -n %develname >Development libraries from %oname > >%files -n %develname >%{_includedir}/DLS.h >%{_includedir}/RIFF.h >%{_includedir}/gig.h >%{_includedir}/SF.h >%{_libdir}/libgig.a >%{_libdir}/libgig.la >%{_libdir}/libgig.so >%{_libdir}/pkgconfig/gig.pc > >#-------------------------------------------------------------------- > >%prep >%setup -q -n %oname >%patch0 -p0 >[ -f Makefile.cvs ] && make -f Makefile.cvs > >%build >%configure2_5x >make > >%install >make DESTDIR=%buildroot install > > > >%changelog >* Mon Nov 05 2012 Philippe Didier<> 3.3.0-4mga2 >- cleaner spec > >* Sat Sep 29 2012 Philippe Didier<> 3.3.0-4mga2 >- Import into Mageia >- svn 2367 version adding sf2 > >* Thu Dec 09 2010 Oden Eriksson <oeriksson@mandriva.com> 3.3.0-2mdv2011.0 >+ Revision: 618471 >- the mass rebuild of 2010.0 packages > >* Thu Aug 27 2009 Emmanuel Andry <eandry@mandriva.org> 3.3.0-1mdv2010.0 >+ Revision: 421759 >- New version 3.3.0 > >* Sun Sep 07 2008 Emmanuel Andry <eandry@mandriva.org> 3.2.1-3mdv2009.0 >+ Revision: 282392 >- apply devel policy >- add gcc43 patch from gentoo >- use configure2_5x > > + Thierry Vignaud <tv@mandriva.org> > - rebuild > > + Pixel <pixel@mandriva.com> > - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers > >* Fri Dec 14 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 3.2.1-1mdv2008.1 >+ Revision: 120265 >- Fix BuildRequires >- import gig > >
%define major 6 %define libname %mklibname %{name} %{major} %define develname %mklibname %{name} -d %define oname libgig Name: gig Summary: C++ library for loading Gigasampler files Version: 3.3.0 Release: %mkrel 4 License: GPLv2+ Group: System/Libraries Source0: %{oname}-svn2367.tar.gz Patch0: libgig-gcc-4.3.patch URL: http://www.linuxsampler.org/ BuildRequires: libsndfile-devel Requires: %libname %description C++ library for loading Gigasampler files and DLS Level 1/2 files. %files %{_bindir}/dlsdump %{_bindir}/gigdump %{_bindir}/gigextract %{_bindir}/rifftree %{_bindir}/sf2dump %{_mandir}/man1/dlsdump.1.* %{_mandir}/man1/gigdump.1.* %{_mandir}/man1/gigextract.1.* %{_mandir}/man1/rifftree.1.* #-------------------------------------------------------------------- %package -n %libname Group: System/Libraries Summary: Libraries for %name Provides: lib%{name} = %{version}-%{release} %description -n %libname C++ library for loading Gigasampler files and DLS Level 1/2 files %files -n %libname %{_libdir}/libgig.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} %description -n %develname Development libraries from %oname %files -n %develname %{_includedir}/DLS.h %{_includedir}/RIFF.h %{_includedir}/gig.h %{_includedir}/SF.h %{_libdir}/libgig.a %{_libdir}/libgig.la %{_libdir}/libgig.so %{_libdir}/pkgconfig/gig.pc #-------------------------------------------------------------------- %prep %setup -q -n %oname %patch0 -p0 [ -f Makefile.cvs ] && make -f Makefile.cvs %build %configure2_5x make %install make DESTDIR=%buildroot install %changelog * Mon Nov 05 2012 Philippe Didier<> 3.3.0-4mga2 - cleaner spec * Sat Sep 29 2012 Philippe Didier<> 3.3.0-4mga2 - Import into Mageia - svn 2367 version adding sf2 * Thu Dec 09 2010 Oden Eriksson <oeriksson@mandriva.com> 3.3.0-2mdv2011.0 + Revision: 618471 - the mass rebuild of 2010.0 packages * Thu Aug 27 2009 Emmanuel Andry <eandry@mandriva.org> 3.3.0-1mdv2010.0 + Revision: 421759 - New version 3.3.0 * Sun Sep 07 2008 Emmanuel Andry <eandry@mandriva.org> 3.2.1-3mdv2009.0 + Revision: 282392 - apply devel policy - add gcc43 patch from gentoo - use configure2_5x + Thierry Vignaud <tv@mandriva.org> - rebuild + Pixel <pixel@mandriva.com> - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers * Fri Dec 14 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 3.2.1-1mdv2008.1 + Revision: 120265 - Fix BuildRequires - import gig
View Attachment As Raw
Actions:
View
Attachments on
bug 7575
:
2881
|
2898
| 3045