rebuilt with debug package and specfile fixes [release 2.17-4mamba;Thu May 20 2021]
This commit is contained in:
parent
a67670e91f
commit
61a5fa23da
@ -1,5 +1,5 @@
|
|||||||
--- setserial-2.17/Makefile.in 2000-01-27 16:39:07.000000000 +0100
|
--- setserial-2.17/Makefile.in.orig 2021-05-20 13:48:16.861959422 +0200
|
||||||
+++ setserial-2.17/Makefile.in.fix 2007-05-21 11:56:46.000000000 +0200
|
+++ setserial-2.17/Makefile.in 2021-05-20 13:48:32.222242243 +0200
|
||||||
@@ -6,6 +6,7 @@
|
@@ -6,6 +6,7 @@
|
||||||
|
|
||||||
VERSION = @RELEASE_VERSION@
|
VERSION = @RELEASE_VERSION@
|
||||||
@ -12,10 +12,11 @@
|
|||||||
nroff -man setserial.8 > setserial.cat
|
nroff -man setserial.8 > setserial.cat
|
||||||
|
|
||||||
install: setserial setserial.8
|
install: setserial setserial.8
|
||||||
+ $(INSTALL_DIR) $(DESTDIR)/bin/
|
- $(INSTALL_PROGRAM) setserial $(DESTDIR)/bin
|
||||||
$(INSTALL_PROGRAM) setserial $(DESTDIR)/bin
|
|
||||||
- $(STRIP) $(DESTDIR)/bin/setserial
|
- $(STRIP) $(DESTDIR)/bin/setserial
|
||||||
- $(INSTALL_DATA) setserial.8 $(DESTDIR)/usr/man/man8
|
- $(INSTALL_DATA) setserial.8 $(DESTDIR)/usr/man/man8
|
||||||
|
+ $(INSTALL_DIR) $(DESTDIR)/usr/bin/
|
||||||
|
+ $(INSTALL_PROGRAM) setserial $(DESTDIR)/usr/bin
|
||||||
+ $(INSTALL_DIR) $(DESTDIR)/usr/share/man/man8
|
+ $(INSTALL_DIR) $(DESTDIR)/usr/share/man/man8
|
||||||
+ $(INSTALL_DATA) setserial.8 $(DESTDIR)/usr/share/man/man8
|
+ $(INSTALL_DATA) setserial.8 $(DESTDIR)/usr/share/man/man8
|
||||||
|
|
||||||
|
@ -1,24 +1,28 @@
|
|||||||
Name: setserial
|
Name: setserial
|
||||||
Version: 2.17
|
Version: 2.17
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Set and/or report the configuration information associated with a serial port
|
Summary: Set and/or report the configuration information associated with a serial port
|
||||||
Group: System/Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@qinet.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/setserial/
|
URL: https://sourceforge.net/projects/setserial/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/setserial/setserial-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/sourceforge/setserial/setserial-%{version}.tar.gz
|
||||||
Patch: setserial-2.17-makeinstall.patch
|
Patch0: setserial-2.17-makeinstall.patch
|
||||||
Patch1: setserial-2.17-kernel-2.6.33.patch
|
Patch1: setserial-2.17-kernel-2.6.33.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Setserial is a program designed to set and/or report the configuration information associated with a serial port.
|
Setserial is a program designed to set and/or report the configuration information associated with a serial port.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -34,10 +38,13 @@ Setserial is a program designed to set and/or report the configuration informati
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/bin/setserial
|
%{_bindir}/setserial
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.17-4mamba
|
||||||
|
- rebuilt with debug package and specfile fixes
|
||||||
|
|
||||||
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 2.17-3mamba
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 2.17-3mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user