rebuilt with debug package and aarch64 build fix [release 0.2.11-2mamba;Sun Dec 06 2020]
This commit is contained in:
parent
296745dc69
commit
674325e538
@ -1,6 +1,6 @@
|
|||||||
Name: libieee1284
|
Name: libieee1284
|
||||||
Version: 0.2.11
|
Version: 0.2.11
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library to communicate with devices that are attached via a parallel port
|
Summary: A library to communicate with devices that are attached via a parallel port
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,8 @@ Source: http://downloads.sourceforge.net/project/libieee1284/libieee1284/
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: python3
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -35,12 +36,14 @@ Requires: %{name} = %{version}
|
|||||||
|
|
||||||
%description -n python-%{name}
|
%description -n python-%{name}
|
||||||
This library is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port.
|
This library is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port.
|
||||||
|
|
||||||
This package contains the python extension module for libieee1284.
|
This package contains the python extension module for libieee1284.
|
||||||
To use libieee1284 with Python, use 'import ieee1284'.
|
To use libieee1284 with Python, use 'import ieee1284'.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -62,7 +65,7 @@ rm -f %{buildroot}%{_libdir}/python%{pyver}/site-packages/*.{a,la}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libieee1284.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -81,6 +84,9 @@ rm -f %{buildroot}%{_libdir}/python%{pyver}/site-packages/*.{a,la}
|
|||||||
%{python_sitearch}/ieee1284module.*
|
%{python_sitearch}/ieee1284module.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.11-2mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Tue Jul 19 2011 Automatic Build System <autodist@mambasoft.it> 0.2.11-1mamba
|
* Tue Jul 19 2011 Automatic Build System <autodist@mambasoft.it> 0.2.11-1mamba
|
||||||
- update to 0.2.11
|
- update to 0.2.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user