Mageia Bugzilla – Attachment 3121 Details for
Bug 8152
Clthreads C++ libraries (needed to build and use aeolus)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file (adapted from Mandriva's )
clthreads.spec (text/plain), 2.72 KB, created by
Philippe Didier
on 2012-11-19 14:47:41 CET
(
hide
)
Description:
spec file (adapted from Mandriva's )
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-11-19 14:47:41 CET
Size:
2.72 KB
patch
obsolete
>%define major 2 >%define libname %mklibname %name %major >%define oldlibname %mklibname %name 1 >%define develname %mklibname %name -d > >Name: clthreads >Summary: Clthreads C++ libraries >Version: 2.4.0 >Release: %mkrel 2 >License: LGPLv2+ >Group: System/Libraries >Source0: http://www.kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2 >Patch0: clthreads-2.2.1-fix-install.patch >Patch1: clthreads-2.4.0-linkage.patch >URL: http://www.kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html > >%description >Clthreads C++ libraries > >#-------------------------------------------------------------------- > >%package -n %{libname} >Group: System/Libraries >Summary: Libraries for %name >Obsoletes: %{oldlibname} < 2.2.1-2 > >%description >Clthreads C++ libraries > > >%files -n %{libname} >%_libdir/libclthreads.so.%{major}* > >#-------------------------------------------------------------------- > >%description -n %{libname} >The libraries from %name package > >%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: %{oldlibname}-devel < 2.2.1-2Obsoletes: >Obsoletes: %{libname}-devel > >%description -n %{develname} >Development libraries from %name > >%files -n %{develname} >%_includedir/clthreads.h >%_libdir/libclthreads.so > >#-------------------------------------------------------------------- > >%prep >%setup -q -n %name-%version >%patch1 -p0 > >%build >%make LDFLAGS="%{ldflags}" CPPFLAGS="%{optflags} -fPIC" > >%install >rm -fr %buildroot >mkdir -p %{buildroot}%{_includedir} >make install PREFIX=%{buildroot}%{_prefix} > >%clean >rm -fr %buildroot > > >%changelog >* Sat Oct 06 2012 Philippe Didier <> 2.4.0-2mga2 >+ Import into Mageia > >* Thu Dec 09 2010 Oden Eriksson <oeriksson@mandriva.com> 2.4.0-2mdv2011.0 >+ Revision: 617048 >- the mass rebuild of 2010.0 packages > >* Mon Sep 07 2009 Funda Wang <fwang@mandriva.org> 2.4.0-1mdv2010.0 >+ Revision: 432737 >- New version 2.4.0 > >* Fri Jun 12 2009 Jérôme Brenier <incubusss@mandriva.org> 2.2.1-6mdv2010.0 >+ Revision: 385598 >- rebuild > >* Mon Aug 25 2008 Emmanuel Andry <eandry@mandriva.org> 2.2.1-5mdv2009.0 >+ Revision: 276014 >- apply devel policy >- fix license > >* Wed Jul 23 2008 Thierry Vignaud <tv@mandriva.org> 2.2.1-4mdv2009.0 >+ Revision: 243531 >- rebuild >- kill re-definition of %%buildroot on Pixel's request > > + Pixel <pixel@mandriva.com> > - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers > > + Olivier Blin <oblin@mandriva.com> > - restore BuildRoot > > + Nicolas Lécureuil <nlecureuil@mandriva.com> > - Fix major > >* Sun Dec 09 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 2.2.1-1mdv2008.1 >+ Revision: 116569 >- import clthreads > >
%define major 2 %define libname %mklibname %name %major %define oldlibname %mklibname %name 1 %define develname %mklibname %name -d Name: clthreads Summary: Clthreads C++ libraries Version: 2.4.0 Release: %mkrel 2 License: LGPLv2+ Group: System/Libraries Source0: http://www.kokkinizita.linuxaudio.org/linuxaudio/downloads/%{name}-%{version}.tar.bz2 Patch0: clthreads-2.2.1-fix-install.patch Patch1: clthreads-2.4.0-linkage.patch URL: http://www.kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html %description Clthreads C++ libraries #-------------------------------------------------------------------- %package -n %{libname} Group: System/Libraries Summary: Libraries for %name Obsoletes: %{oldlibname} < 2.2.1-2 %description Clthreads C++ libraries %files -n %{libname} %_libdir/libclthreads.so.%{major}* #-------------------------------------------------------------------- %description -n %{libname} The libraries from %name package %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: %{oldlibname}-devel < 2.2.1-2Obsoletes: Obsoletes: %{libname}-devel %description -n %{develname} Development libraries from %name %files -n %{develname} %_includedir/clthreads.h %_libdir/libclthreads.so #-------------------------------------------------------------------- %prep %setup -q -n %name-%version %patch1 -p0 %build %make LDFLAGS="%{ldflags}" CPPFLAGS="%{optflags} -fPIC" %install rm -fr %buildroot mkdir -p %{buildroot}%{_includedir} make install PREFIX=%{buildroot}%{_prefix} %clean rm -fr %buildroot %changelog * Sat Oct 06 2012 Philippe Didier <> 2.4.0-2mga2 + Import into Mageia * Thu Dec 09 2010 Oden Eriksson <oeriksson@mandriva.com> 2.4.0-2mdv2011.0 + Revision: 617048 - the mass rebuild of 2010.0 packages * Mon Sep 07 2009 Funda Wang <fwang@mandriva.org> 2.4.0-1mdv2010.0 + Revision: 432737 - New version 2.4.0 * Fri Jun 12 2009 Jérôme Brenier <incubusss@mandriva.org> 2.2.1-6mdv2010.0 + Revision: 385598 - rebuild * Mon Aug 25 2008 Emmanuel Andry <eandry@mandriva.org> 2.2.1-5mdv2009.0 + Revision: 276014 - apply devel policy - fix license * Wed Jul 23 2008 Thierry Vignaud <tv@mandriva.org> 2.2.1-4mdv2009.0 + Revision: 243531 - rebuild - kill re-definition of %%buildroot on Pixel's request + Pixel <pixel@mandriva.com> - do not call ldconfig in %%post/%%postun, it is now handled by filetriggers + Olivier Blin <oblin@mandriva.com> - restore BuildRoot + Nicolas Lécureuil <nlecureuil@mandriva.com> - Fix major * Sun Dec 09 2007 Nicolas Lécureuil <nlecureuil@mandriva.com> 2.2.1-1mdv2008.1 + Revision: 116569 - import clthreads
View Attachment As Raw
Actions:
View
Attachments on
bug 8152
:
3121
|
3122
|
3123
|
3156
|
3157
|
3158
|
3159
|
3160
|
3161