Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e1d66b1993 | ||
|
3f22b3a71b | ||
|
87133c55c4 | ||
|
5775b969cf | ||
|
3b97092823 | ||
|
66b7aa8fc1 | ||
|
37b977057f | ||
|
1f2c75bf39 | ||
|
b43cfca5c6 | ||
|
038f74db0c | ||
|
2c8424b0c8 | ||
|
7552454996 | ||
|
e2130b8a87 | ||
|
61ee440785 | ||
|
da56d77cf6 | ||
|
dd401b083a |
@ -3,14 +3,13 @@
|
||||
Summary: File transfer utilities between Linux and PalmPilots
|
||||
Name: pilot-link
|
||||
Version: 0.12.5
|
||||
Release: 28%{?dist}
|
||||
Release: 43%{?dist}
|
||||
Epoch: 2
|
||||
# libpisock/md5.c Public Domain
|
||||
# libpisock/blob.c LGPLv2+
|
||||
# libpisock/contact.c GPLv2
|
||||
# kittykiller.c GPLv2+
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+ and Public Domain
|
||||
Group: Applications/Communications
|
||||
URL: http://www.pilot-link.org/
|
||||
Source0: http://downloads.pilot-link.org/%{name}-%{version}.tar.bz2
|
||||
Source1: blacklist-visor
|
||||
@ -29,6 +28,7 @@ Patch7: pilot-link-0.12.5-aarch64.patch
|
||||
Patch8: pilot-link-0.12.5-ftbfs-f21.patch
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
BuildRequires: gcc
|
||||
BuildRequires: perl(ExtUtils::MakeMaker), libpng-devel, readline-devel
|
||||
BuildRequires: libusb-devel, bluez-libs-devel, perl-devel, perl-generators, perl(Devel::PPPort)
|
||||
Requires: pilot-link-libs = %{epoch}:%{version}-%{release}
|
||||
@ -46,7 +46,6 @@ Hat Linux system.
|
||||
|
||||
%package devel
|
||||
Summary: PalmPilot development header files
|
||||
Group: Development/Libraries
|
||||
Requires: pilot-link-libs = %{epoch}:%{version}-%{release}
|
||||
Requires: libpng-devel, readline-devel
|
||||
|
||||
@ -60,7 +59,6 @@ need to install pilot-link-devel.
|
||||
|
||||
%package perl
|
||||
Summary: PalmPilot utilies written in perl
|
||||
Group: Applications/Communications
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: perl(:MODULE_COMPAT_%{perl_version})
|
||||
|
||||
@ -69,9 +67,6 @@ This package contains utilities that depend on perl
|
||||
|
||||
%package libs
|
||||
Summary: PalmPilot libraries
|
||||
Group: System Environment/Libraries
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(postun): /sbin/ldconfig
|
||||
|
||||
%description libs
|
||||
Libraries for applications communicating with PalmPilot
|
||||
@ -159,10 +154,6 @@ install -p -m644 %{SOURCE3} %{buildroot}%{_datadir}/pilot-link/udev
|
||||
install -d %{buildroot}/lib/udev/rules.d/
|
||||
install -p -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING ChangeLog README NEWS doc/README.usb doc/README.debugging doc/README.libusb README.fedora
|
||||
%{_bindir}/*
|
||||
@ -194,6 +185,51 @@ install -p -m644 %{SOURCE4} %{buildroot}/lib/udev/rules.d/
|
||||
/lib/udev/rules.d/69-pilot-link.rules
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.12.5-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.12.5-42
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:0.12.5-41
|
||||
- Rebuild for readline 8.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.12.5-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.12.5-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.12.5-38
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Thu Jun 28 2018 Nikola Forró <nforro@redhat.com> - 2:0.12.5-37
|
||||
- Remove ldconfig from scriptlets
|
||||
|
||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.12.5-36
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 2:0.12.5-35
|
||||
- Add missing gcc build dependency
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.12.5-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.12.5-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.12.5-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.12.5-31
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.12.5-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 2:0.12.5-29
|
||||
- Rebuild for readline 7.x
|
||||
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.12.5-28
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user