|
|
81061a |
Summary: A library for interfacing IEEE 1284-compatible devices
|
|
|
81061a |
Name: libieee1284
|
|
|
81061a |
Version: 0.2.11
|
|
|
81061a |
Release: 37%{?dist}
|
|
|
81061a |
License: GPLv2+
|
|
|
81061a |
URL: http://cyberelk.net/tim/libieee1284/
|
|
|
81061a |
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
81061a |
Patch1: libieee1284-strict-aliasing.patch
|
|
|
81061a |
Patch2: libieee1284-aarch64.patch
|
|
|
81061a |
BuildRequires: gcc
|
|
|
81061a |
BuildRequires: xmlto
|
|
|
81061a |
BuildRequires: make
|
|
|
81061a |
|
|
|
81061a |
%description
|
|
|
81061a |
The libieee1284 library is for communicating with parallel port devices.
|
|
|
81061a |
|
|
|
81061a |
%package devel
|
|
|
81061a |
Summary: Files for developing applications that use libieee1284
|
|
|
81061a |
Requires: %{name} = %{version}-%{release}
|
|
|
81061a |
|
|
|
81061a |
%description devel
|
|
|
81061a |
The header files, static library, libtool library and man pages for
|
|
|
81061a |
developing applications that use libieee1284.
|
|
|
81061a |
|
|
|
81061a |
%prep
|
|
|
81061a |
%setup -q
|
|
|
81061a |
# Fixed strict aliasing warnings (bug #605170).
|
|
|
81061a |
%patch1 -p1 -b .strict-aliasing
|
|
|
81061a |
|
|
|
81061a |
# Add support for building on aarch64 (bug #925774).
|
|
|
81061a |
%patch2 -p1 -b .aarch64
|
|
|
81061a |
|
|
|
81061a |
%build
|
|
|
81061a |
touch doc/interface.xml
|
|
|
81061a |
%configure --without-python
|
|
|
81061a |
%make_build
|
|
|
81061a |
|
|
|
81061a |
%install
|
|
|
81061a |
rm -rf %{buildroot}
|
|
|
81061a |
%make_install
|
|
|
81061a |
rm -f %{buildroot}%{_libdir}/python*/*/*a
|
|
|
81061a |
rm -f %{buildroot}%{_libdir}/*.a
|
|
|
81061a |
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
81061a |
|
|
|
81061a |
%files
|
|
|
81061a |
%doc README COPYING TODO AUTHORS NEWS
|
|
|
81061a |
%{_libdir}/*.so.*
|
|
|
81061a |
%{_bindir}/*
|
|
|
81061a |
|
|
|
81061a |
%files devel
|
|
|
81061a |
%{_includedir}/ieee1284.h
|
|
|
81061a |
%{_libdir}/*.so
|
|
|
81061a |
%{_mandir}/*/*
|
|
|
81061a |
|
|
|
81061a |
%ldconfig_scriptlets
|
|
|
81061a |
|
|
|
81061a |
%changelog
|
|
|
81061a |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.2.11-37
|
|
|
81061a |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
81061a |
Related: rhbz#1991688
|
|
|
81061a |
|
|
|
81061a |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.2.11-36
|
|
|
81061a |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
81061a |
|
|
|
81061a |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-35
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-34
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.2.11-33
|
|
|
81061a |
- Use make macros
|
|
|
81061a |
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
81061a |
|
|
|
81061a |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-32
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-31
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-30
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Mon Jan 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.11-29
|
|
|
81061a |
- Subpackage python2-libieee1284 has been removed
|
|
|
81061a |
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
|
81061a |
|
|
|
81061a |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-28
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-27
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Tue Jan 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.2.11-26
|
|
|
81061a |
- Update Python 2 dependency declarations to new packaging standards
|
|
|
81061a |
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
81061a |
|
|
|
81061a |
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.11-25
|
|
|
81061a |
- Add Provides for the old name without %%_isa
|
|
|
81061a |
|
|
|
81061a |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.11-24
|
|
|
81061a |
- Python 2 binary package renamed to python2-libieee1284
|
|
|
81061a |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
81061a |
|
|
|
81061a |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-23
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-22
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-21
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-20
|
|
|
81061a |
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
81061a |
|
|
|
81061a |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-19
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-18
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-17
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-16
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-15
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Tue Apr 30 2013 Tim Waugh <twaugh@redhat.com> 0.2.11-14
|
|
|
81061a |
- Add support for building on aarch64 (bug #925774).
|
|
|
81061a |
|
|
|
81061a |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-13
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-12
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-11
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-10
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.2.11-9
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
81061a |
|
|
|
81061a |
* Wed Jun 23 2010 Tim Waugh <twaugh@redhat.com> 0.2.11-9
|
|
|
81061a |
- The python sub-package now requires the exactly-matching main
|
|
|
81061a |
package (bug #605169).
|
|
|
81061a |
- Fixed strict aliasing warnings (bug #605170).
|
|
|
81061a |
|
|
|
81061a |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-8
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Thu May 14 2009 Tim Waugh <twaugh@redhat.com> 0.2.11-7
|
|
|
81061a |
- Package review fix: removed trailing dot in python package summary
|
|
|
81061a |
(bug #226031).
|
|
|
81061a |
|
|
|
81061a |
* Thu May 14 2009 Tim Waugh <twaugh@redhat.com> 0.2.11-6
|
|
|
81061a |
- Package review fixes (bug #226031):
|
|
|
81061a |
- Drop prereq on ldconfig.
|
|
|
81061a |
- Removed trailing dot in devel package summary.
|
|
|
81061a |
- Fixed devel package requirement on main package.
|
|
|
81061a |
- Use SMP make flags.
|
|
|
81061a |
- Removed static libraries and la files.
|
|
|
81061a |
- Fixed source URL.
|
|
|
81061a |
- Make sure timestamps are preserved on install.
|
|
|
81061a |
- Ship AUTHORS and NEWS.
|
|
|
81061a |
|
|
|
81061a |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-5
|
|
|
81061a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
81061a |
|
|
|
81061a |
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.2.11-4
|
|
|
81061a |
- Rebuild for Python 2.6
|
|
|
81061a |
|
|
|
81061a |
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.2.11-3
|
|
|
81061a |
- Don't build PDF documentation as this creates multilib conflicts.
|
|
|
81061a |
|
|
|
81061a |
* Wed Jan 9 2008 Tim Waugh <twaugh@redhat.com> 0.2.11-2
|
|
|
81061a |
- Rebuilt.
|
|
|
81061a |
|
|
|
81061a |
* Tue Sep 18 2007 Tim Waugh <twaugh@redhat.com> 0.2.11-1
|
|
|
81061a |
- 0.2.11 (bug #246406).
|
|
|
81061a |
|
|
|
81061a |
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 0.2.9-5
|
|
|
81061a |
- Added dist tag.
|
|
|
81061a |
- Fixed summary.
|
|
|
81061a |
- Better buildroot tag.
|
|
|
81061a |
- More specific license tag.
|
|
|
81061a |
|
|
|
81061a |
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.2.9-4
|
|
|
81061a |
- rebuild against python 2.5
|
|
|
81061a |
|
|
|
81061a |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2.9-3.2.2
|
|
|
81061a |
- rebuild
|
|
|
81061a |
|
|
|
81061a |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2.9-3.2.1
|
|
|
81061a |
- bump again for double-long bug on ppc(64)
|
|
|
81061a |
|
|
|
81061a |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2.9-3.2
|
|
|
81061a |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
81061a |
|
|
|
81061a |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
81061a |
- rebuilt
|
|
|
81061a |
|
|
|
81061a |
* Tue Jul 19 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-3
|
|
|
81061a |
- Rebuild man pages.
|
|
|
81061a |
|
|
|
81061a |
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-2
|
|
|
81061a |
- Rebuild for new GCC.
|
|
|
81061a |
|
|
|
81061a |
* Thu Jan 20 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-1
|
|
|
81061a |
- 0.2.9.
|
|
|
81061a |
- Build requires python-devel.
|
|
|
81061a |
- Ship Python extension module.
|
|
|
81061a |
|
|
|
81061a |
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 0.2.8-4
|
|
|
81061a |
- add Prereq: /sbin/ldconfig
|
|
|
81061a |
|
|
|
81061a |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
81061a |
- rebuilt
|
|
|
81061a |
|
|
|
81061a |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
81061a |
- rebuilt
|
|
|
81061a |
|
|
|
81061a |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
81061a |
- rebuilt
|
|
|
81061a |
|
|
|
81061a |
* Mon Jun 9 2003 Tim Waugh <twaugh@redhat.com> 0.2.8-1
|
|
|
81061a |
- Initial Red Hat Linux package.
|
|
|
81061a |
|
|
|
81061a |
* Wed Feb 26 2003 Tim Waugh <twaugh@redhat.com>
|
|
|
81061a |
- Use the Makefile rule to build the PDF.
|
|
|
81061a |
|
|
|
81061a |
* Sat Aug 24 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
81061a |
- Ship test program.
|
|
|
81061a |
|
|
|
81061a |
* Sat Aug 3 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
81061a |
- The archive is now distributed in .tar.bz2 format.
|
|
|
81061a |
|
|
|
81061a |
* Fri Apr 26 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
81061a |
- No need to create man page symlinks any more.
|
|
|
81061a |
- Build requires xmlto now, not docbook-utils.
|
|
|
81061a |
|
|
|
81061a |
* Wed Apr 24 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
81061a |
- The tarball builds its own man pages now; just adjust the symlinks.
|
|
|
81061a |
- Run ldconfig.
|
|
|
81061a |
|
|
|
81061a |
* Mon Jan 7 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
81061a |
- Ship the PDF file with the devel package.
|
|
|
81061a |
|
|
|
81061a |
* Thu Nov 15 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
81061a |
- Initial specfile.
|