|
|
6c6eed |
Summary: A library for interfacing IEEE 1284-compatible devices
|
|
|
6c6eed |
Name: libieee1284
|
|
|
6c6eed |
Version: 0.2.11
|
|
|
6c6eed |
Release: 15%{?dist}
|
|
|
6c6eed |
License: GPLv2+
|
|
|
6c6eed |
Group: System Environment/Libraries
|
|
|
6c6eed |
URL: http://cyberelk.net/tim/libieee1284/
|
|
|
6c6eed |
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
6c6eed |
Patch1: libieee1284-strict-aliasing.patch
|
|
|
6c6eed |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
6c6eed |
BuildRequires: xmlto, python-devel
|
|
|
6c6eed |
|
|
|
6c6eed |
%description
|
|
|
6c6eed |
The libieee1284 library is for communicating with parallel port devices.
|
|
|
6c6eed |
|
|
|
6c6eed |
%package devel
|
|
|
6c6eed |
Summary: Files for developing applications that use libieee1284
|
|
|
6c6eed |
Requires: %{name} = %{version}-%{release}
|
|
|
6c6eed |
Group: Development/Libraries
|
|
|
6c6eed |
|
|
|
6c6eed |
%description devel
|
|
|
6c6eed |
The header files, static library, libtool library and man pages for
|
|
|
6c6eed |
developing applications that use libieee1284.
|
|
|
6c6eed |
|
|
|
6c6eed |
%package python
|
|
|
6c6eed |
Summary: Python extension module for libieee1284
|
|
|
6c6eed |
Requires: %{name} = %{version}-%{release}
|
|
|
6c6eed |
Group: System Environment/Libraries
|
|
|
6c6eed |
|
|
|
6c6eed |
%description python
|
|
|
6c6eed |
Python extension module for libieee1284. To use libieee1284 with Python,
|
|
|
6c6eed |
use 'import ieee1284'.
|
|
|
6c6eed |
|
|
|
6c6eed |
%prep
|
|
|
6c6eed |
%setup -q
|
|
|
6c6eed |
%patch1 -p1 -b .strict-aliasing
|
|
|
6c6eed |
|
|
|
6c6eed |
%build
|
|
|
6c6eed |
touch doc/interface.xml
|
|
|
6c6eed |
%configure
|
|
|
6c6eed |
make %{?_smp_mflags}
|
|
|
6c6eed |
|
|
|
6c6eed |
%install
|
|
|
6c6eed |
rm -rf %{buildroot}
|
|
|
6c6eed |
make DESTDIR=%{buildroot} INSTALL="install -p" install
|
|
|
6c6eed |
rm -f %{buildroot}%{_libdir}/python*/*/*a
|
|
|
6c6eed |
rm -f %{buildroot}%{_libdir}/*.a
|
|
|
6c6eed |
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
6c6eed |
|
|
|
6c6eed |
%clean
|
|
|
6c6eed |
rm -rf %{buildroot}
|
|
|
6c6eed |
|
|
|
6c6eed |
%files
|
|
|
6c6eed |
%defattr(-,root,root)
|
|
|
6c6eed |
%doc README COPYING TODO AUTHORS NEWS
|
|
|
6c6eed |
%{_libdir}/*.so.*
|
|
|
6c6eed |
%{_bindir}/*
|
|
|
6c6eed |
|
|
|
6c6eed |
%files devel
|
|
|
6c6eed |
%defattr(-,root,root)
|
|
|
6c6eed |
%{_includedir}/ieee1284.h
|
|
|
6c6eed |
%{_libdir}/*.so
|
|
|
6c6eed |
%{_mandir}/*/*
|
|
|
6c6eed |
|
|
|
6c6eed |
%files python
|
|
|
6c6eed |
%defattr(-,root,root)
|
|
|
6c6eed |
%{_libdir}/python*/*/*.so
|
|
|
6c6eed |
|
|
|
6c6eed |
%post -p /sbin/ldconfig
|
|
|
6c6eed |
|
|
|
6c6eed |
%postun -p /sbin/ldconfig
|
|
|
6c6eed |
|
|
|
6c6eed |
%changelog
|
|
|
6c6eed |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.2.11-15
|
|
|
6c6eed |
- Mass rebuild 2014-01-24
|
|
|
6c6eed |
|
|
|
6c6eed |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.2.11-14
|
|
|
6c6eed |
- Mass rebuild 2013-12-27
|
|
|
6c6eed |
|
|
|
6c6eed |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-13
|
|
|
6c6eed |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-12
|
|
|
6c6eed |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-11
|
|
|
6c6eed |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-10
|
|
|
6c6eed |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.2.11-9
|
|
|
6c6eed |
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Jun 23 2010 Tim Waugh <twaugh@redhat.com> 0.2.11-9
|
|
|
6c6eed |
- The python sub-package now requires the exactly-matching main
|
|
|
6c6eed |
package (bug #605169).
|
|
|
6c6eed |
- Fixed strict aliasing warnings (bug #605170).
|
|
|
6c6eed |
|
|
|
6c6eed |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-8
|
|
|
6c6eed |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Thu May 14 2009 Tim Waugh <twaugh@redhat.com> 0.2.11-7
|
|
|
6c6eed |
- Package review fix: removed trailing dot in python package summary
|
|
|
6c6eed |
(bug #226031).
|
|
|
6c6eed |
|
|
|
6c6eed |
* Thu May 14 2009 Tim Waugh <twaugh@redhat.com> 0.2.11-6
|
|
|
6c6eed |
- Package review fixes (bug #226031):
|
|
|
6c6eed |
- Drop prereq on ldconfig.
|
|
|
6c6eed |
- Removed trailing dot in devel package summary.
|
|
|
6c6eed |
- Fixed devel package requirement on main package.
|
|
|
6c6eed |
- Use SMP make flags.
|
|
|
6c6eed |
- Removed static libraries and la files.
|
|
|
6c6eed |
- Fixed source URL.
|
|
|
6c6eed |
- Make sure timestamps are preserved on install.
|
|
|
6c6eed |
- Ship AUTHORS and NEWS.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-5
|
|
|
6c6eed |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 0.2.11-4
|
|
|
6c6eed |
- Rebuild for Python 2.6
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.2.11-3
|
|
|
6c6eed |
- Don't build PDF documentation as this creates multilib conflicts.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Jan 9 2008 Tim Waugh <twaugh@redhat.com> 0.2.11-2
|
|
|
6c6eed |
- Rebuilt.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Tue Sep 18 2007 Tim Waugh <twaugh@redhat.com> 0.2.11-1
|
|
|
6c6eed |
- 0.2.11 (bug #246406).
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 0.2.9-5
|
|
|
6c6eed |
- Added dist tag.
|
|
|
6c6eed |
- Fixed summary.
|
|
|
6c6eed |
- Better buildroot tag.
|
|
|
6c6eed |
- More specific license tag.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.2.9-4
|
|
|
6c6eed |
- rebuild against python 2.5
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2.9-3.2.2
|
|
|
6c6eed |
- rebuild
|
|
|
6c6eed |
|
|
|
6c6eed |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2.9-3.2.1
|
|
|
6c6eed |
- bump again for double-long bug on ppc(64)
|
|
|
6c6eed |
|
|
|
6c6eed |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2.9-3.2
|
|
|
6c6eed |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
6c6eed |
|
|
|
6c6eed |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
6c6eed |
- rebuilt
|
|
|
6c6eed |
|
|
|
6c6eed |
* Tue Jul 19 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-3
|
|
|
6c6eed |
- Rebuild man pages.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-2
|
|
|
6c6eed |
- Rebuild for new GCC.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Thu Jan 20 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-1
|
|
|
6c6eed |
- 0.2.9.
|
|
|
6c6eed |
- Build requires python-devel.
|
|
|
6c6eed |
- Ship Python extension module.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 0.2.8-4
|
|
|
6c6eed |
- add Prereq: /sbin/ldconfig
|
|
|
6c6eed |
|
|
|
6c6eed |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
6c6eed |
- rebuilt
|
|
|
6c6eed |
|
|
|
6c6eed |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
6c6eed |
- rebuilt
|
|
|
6c6eed |
|
|
|
6c6eed |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
6c6eed |
- rebuilt
|
|
|
6c6eed |
|
|
|
6c6eed |
* Mon Jun 9 2003 Tim Waugh <twaugh@redhat.com> 0.2.8-1
|
|
|
6c6eed |
- Initial Red Hat Linux package.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Feb 26 2003 Tim Waugh <twaugh@redhat.com>
|
|
|
6c6eed |
- Use the Makefile rule to build the PDF.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Sat Aug 24 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
6c6eed |
- Ship test program.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Sat Aug 3 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
6c6eed |
- The archive is now distributed in .tar.bz2 format.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Fri Apr 26 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
6c6eed |
- No need to create man page symlinks any more.
|
|
|
6c6eed |
- Build requires xmlto now, not docbook-utils.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Wed Apr 24 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
6c6eed |
- The tarball builds its own man pages now; just adjust the symlinks.
|
|
|
6c6eed |
- Run ldconfig.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Mon Jan 7 2002 Tim Waugh <twaugh@redhat.com>
|
|
|
6c6eed |
- Ship the PDF file with the devel package.
|
|
|
6c6eed |
|
|
|
6c6eed |
* Thu Nov 15 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
6c6eed |
- Initial specfile.
|