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
|
||||
Version: 1.00
|
||||
Release: 4mamba
|
||||
Release: 5mamba
|
||||
Summary: G-Kermit is a Unix program for transferring files with the Kermit protocol.
|
||||
Group: Applications/Communication
|
||||
Vendor: openmamba
|
||||
@ -18,6 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
G-Kermit is a Unix program for transferring files with the Kermit protocol.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -c %name-%version
|
||||
%patch0 -p1
|
||||
@ -32,18 +34,23 @@ make install \
|
||||
BINDIR=%{buildroot}%{_bindir} \
|
||||
MANDIR=%{buildroot}%{_mandir}/man1 \
|
||||
INFODIR=%{buildroot}%{_infodir} \
|
||||
TEXTDIR=%{buildroot}%{_docdir}/%{name}-%{version}
|
||||
TEXTDIR=%{buildroot}%{_docdir}/%{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README
|
||||
%{_bindir}/gkermit
|
||||
%{_mandir}/man1/gkermit.*
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/gkermit.txt
|
||||
%doc COPYING
|
||||
|
||||
%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
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user