Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
148d3e31c9 |
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pilot-link
|
Name: pilot-link
|
||||||
Version: 0.12.5
|
Version: 0.12.5
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
# libpisock/md5.c Public Domain
|
# libpisock/md5.c Public Domain
|
||||||
# libpisock/blob.c LGPLv2+
|
# libpisock/blob.c LGPLv2+
|
||||||
@ -27,6 +27,8 @@ Patch11: pilot-link-0.12.5-mp.patch
|
|||||||
Patch12: pilot-link-0.12.5-redefinePerlsymbols.patch
|
Patch12: pilot-link-0.12.5-redefinePerlsymbols.patch
|
||||||
Patch13: pilot-link-0.12.5-compiler_warnings.patch
|
Patch13: pilot-link-0.12.5-compiler_warnings.patch
|
||||||
|
|
||||||
|
Requires: pilot-link-libs = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
@ -76,7 +78,6 @@ Summary: PalmPilot libraries
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
Requires(postun): /sbin/ldconfig
|
Requires(postun): /sbin/ldconfig
|
||||||
Obsoletes: %{name} < 2:0.12.5-3
|
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
Libraries for applications communicating with PalmPilot
|
Libraries for applications communicating with PalmPilot
|
||||||
@ -174,9 +175,7 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING ChangeLog README NEWS doc/README.usb doc/README.debugging doc/README.libusb README.fedora
|
%doc COPYING ChangeLog README NEWS doc/README.usb doc/README.debugging doc/README.libusb README.fedora
|
||||||
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-visor.conf
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
/lib/udev/rules.d/69-pilot-link.rules
|
|
||||||
%exclude %{_bindir}/pilot-ietf2datebook
|
%exclude %{_bindir}/pilot-ietf2datebook
|
||||||
%exclude %{_bindir}/pilot-sync-plan
|
%exclude %{_bindir}/pilot-sync-plan
|
||||||
%exclude %{_bindir}/pilot-undelete
|
%exclude %{_bindir}/pilot-undelete
|
||||||
@ -204,8 +203,18 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%config(noreplace) %{_sysconfdir}/modprobe.d/blacklist-visor.conf
|
||||||
|
/lib/udev/rules.d/69-pilot-link.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 01 2012 Peter Schiffer <pschiffe@redhat.com> - 2:0.12.5-11
|
||||||
|
- resolves: #733987
|
||||||
|
added requires for pilot-link-libs to pilot-link, removed obsoletes
|
||||||
|
pilot-link from pilot-link-libs
|
||||||
|
- resolves: #733989
|
||||||
|
moved udev rules to the libs subpackage, so it could be used without
|
||||||
|
main package
|
||||||
|
|
||||||
* Fri Jan 13 2012 Peter Schiffer <pschiffe@redhat.com> - 2:0.12.5-10
|
* Fri Jan 13 2012 Peter Schiffer <pschiffe@redhat.com> - 2:0.12.5-10
|
||||||
- related: #757011
|
- related: #757011
|
||||||
fix FTBS on 32bit system
|
fix FTBS on 32bit system
|
||||||
|
Loading…
Reference in New Issue
Block a user