- Package review fixes:
- Drop prereq on ldconfig. - Removed trailing dot in devel package summary. - Fixed devel package requirement on main package. - Use SMP make flags. - Removed static libraries and la files. - Fixed source URL. - Make sure timestamps are preserved on install. - Ship AUTHORS and NEWS.
This commit is contained in:
parent
5dd5f767af
commit
ddf3298b07
@ -1,12 +1,11 @@
|
|||||||
Summary: A library for interfacing IEEE 1284-compatible devices
|
Summary: A library for interfacing IEEE 1284-compatible devices
|
||||||
Name: libieee1284
|
Name: libieee1284
|
||||||
Version: 0.2.11
|
Version: 0.2.11
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://cyberelk.net/tim/libieee1284/
|
URL: http://cyberelk.net/tim/libieee1284/
|
||||||
Source0: ftp://cyberelk.net/tim/data/%{name}/devel/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Prereq: /sbin/ldconfig
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: xmlto, python-devel
|
BuildRequires: xmlto, python-devel
|
||||||
|
|
||||||
@ -14,8 +13,8 @@ BuildRequires: xmlto, python-devel
|
|||||||
The libieee1284 library is for communicating with parallel port devices.
|
The libieee1284 library is for communicating with parallel port devices.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files for developing applications that use libieee1284.
|
Summary: Files for developing applications that use libieee1284
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -36,28 +35,28 @@ use 'import ieee1284'.
|
|||||||
%build
|
%build
|
||||||
touch doc/interface.xml
|
touch doc/interface.xml
|
||||||
%configure
|
%configure
|
||||||
make CFLAGS="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%makeinstall
|
make DESTDIR=%{buildroot} INSTALL="install -p" install
|
||||||
rm -f %{buildroot}%{_libdir}/python*/*/*a
|
rm -f %{buildroot}%{_libdir}/python*/*/*a
|
||||||
|
rm -f %{buildroot}%{_libdir}/*.a
|
||||||
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING TODO
|
%doc README COPYING TODO AUTHORS NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/ieee1284.h
|
%{_includedir}/ieee1284.h
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%files python
|
%files python
|
||||||
@ -69,6 +68,17 @@ rm -rf %{buildroot}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2009 Tim Waugh <twaugh@redhat.com> 0.2.11-6
|
||||||
|
- Package review fixes:
|
||||||
|
- Drop prereq on ldconfig.
|
||||||
|
- Removed trailing dot in devel package summary.
|
||||||
|
- Fixed devel package requirement on main package.
|
||||||
|
- Use SMP make flags.
|
||||||
|
- Removed static libraries and la files.
|
||||||
|
- Fixed source URL.
|
||||||
|
- Make sure timestamps are preserved on install.
|
||||||
|
- Ship AUTHORS and NEWS.
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-5
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user