rebuilt with debug package (x86 only package) [release 0.10-4mamba;Sat Feb 12 2022]
This commit is contained in:
parent
e3b21615b5
commit
3709391a30
16
liblrmi.spec
16
liblrmi.spec
@ -1,17 +1,16 @@
|
|||||||
Name: liblrmi
|
Name: liblrmi
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: A library for calling real mode BIOS routines under Linux
|
Summary: A library for calling real mode BIOS routines under Linux
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/lrmi/
|
URL: https://sourceforge.net/projects/lrmi/
|
||||||
Source: http://puzzle.dl.sourceforge.net/sourceforge/lrmi/lrmi-%{version}.tar.gz
|
Source: http://puzzle.dl.sourceforge.net/sourceforge/lrmi/lrmi-%{version}.tar.gz
|
||||||
Patch0: liblrmi-0.10-Makefile_install.patch
|
Patch0: liblrmi-0.10-Makefile_install.patch
|
||||||
Patch1: liblrmi-0.10-missing_defines.patch
|
Patch1: liblrmi-0.10-missing_defines.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -26,8 +25,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A library for calling real mode BIOS routines under Linux.
|
A library for calling real mode BIOS routines under Linux.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
|
||||||
%package -n vbetest
|
%package -n vbetest
|
||||||
Summary: A Video Bios Extensions text tool using %{name}
|
Summary: A Video Bios Extensions text tool using %{name}
|
||||||
@ -37,8 +35,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n vbetest
|
%description -n vbetest
|
||||||
A Video Bios Extensions text tool using %{name}.
|
A Video Bios Extensions text tool using %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n lrmi-%{version}
|
%setup -q -n lrmi-%{version}
|
||||||
|
%define _default_patch_fuzz 2
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p3
|
%patch1 -p3
|
||||||
|
|
||||||
@ -58,19 +59,22 @@ install -m 0755 vbetest %{buildroot}%{_sbindir}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liblrmi.so.*
|
%{_libdir}/liblrmi.so.*
|
||||||
%doc README
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/lrmi.h
|
%{_includedir}/lrmi.h
|
||||||
%{_libdir}/liblrmi.a
|
%{_libdir}/liblrmi.a
|
||||||
%{_libdir}/liblrmi.so
|
%{_libdir}/liblrmi.so
|
||||||
|
%doc README
|
||||||
|
|
||||||
%files -n vbetest
|
%files -n vbetest
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/vbetest
|
%{_sbindir}/vbetest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10-4mamba
|
||||||
|
- rebuilt with debug package (x86 only package)
|
||||||
|
|
||||||
* Wed Oct 27 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10-3mamba
|
* Wed Oct 27 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10-3mamba
|
||||||
- added vbetest subpackage
|
- added vbetest subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user