rebuilt with debug package [release 1.00-5mamba;Sun Dec 27 2020]
This commit is contained in:
parent
b84c354638
commit
1095550cf7
13
gkermit.spec
13
gkermit.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gkermit
|
Name: gkermit
|
||||||
Version: 1.00
|
Version: 1.00
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Summary: G-Kermit is a Unix program for transferring files with the Kermit protocol.
|
Summary: G-Kermit is a Unix program for transferring files with the Kermit protocol.
|
||||||
Group: Applications/Communication
|
Group: Applications/Communication
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -18,6 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
G-Kermit is a Unix program for transferring files with the Kermit protocol.
|
G-Kermit is a Unix program for transferring files with the Kermit protocol.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c %name-%version
|
%setup -q -c %name-%version
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -32,18 +34,23 @@ make install \
|
|||||||
BINDIR=%{buildroot}%{_bindir} \
|
BINDIR=%{buildroot}%{_bindir} \
|
||||||
MANDIR=%{buildroot}%{_mandir}/man1 \
|
MANDIR=%{buildroot}%{_mandir}/man1 \
|
||||||
INFODIR=%{buildroot}%{_infodir} \
|
INFODIR=%{buildroot}%{_infodir} \
|
||||||
TEXTDIR=%{buildroot}%{_docdir}/%{name}-%{version}
|
TEXTDIR=%{buildroot}%{_docdir}/%{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
|
||||||
%{_bindir}/gkermit
|
%{_bindir}/gkermit
|
||||||
%{_mandir}/man1/gkermit.*
|
%{_mandir}/man1/gkermit.*
|
||||||
|
%dir %{_docdir}/%{name}
|
||||||
|
%{_docdir}/%{name}/gkermit.txt
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.00-5mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 1.00-4mamba
|
* Wed Aug 28 2013 Automatic Build System <autodist@mambasoft.it> 1.00-4mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user