75 lines
2.0 KiB
RPMSpec
75 lines
2.0 KiB
RPMSpec
Name: debhelper
|
|
Version: 13.4
|
|
Release: 1mamba
|
|
Summary: Auxiliary programs for debian/rules
|
|
Group: Development/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://packages.debian.org/sid/debhelper
|
|
Source: http://http.debian.net/debian/pool/main/d/debhelper/debhelper_%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libperl
|
|
BuildRequires: perl-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: dpkg
|
|
BuildRequires: po4a
|
|
Requires: dpkg
|
|
|
|
%description
|
|
Auxiliary programs for debian/rules.
|
|
|
|
#% debug_package
|
|
|
|
%prep
|
|
%setup -q -n %{name}
|
|
|
|
%build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
#%find_lang %{name} || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
#-f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/dh
|
|
%{_bindir}/dh_*
|
|
%dir %{perl_vendorlib}/Debian
|
|
%dir %{perl_vendorlib}/Debian/Debhelper
|
|
%{perl_vendorlib}/Debian/Debhelper/*
|
|
%dir %{_datadir}/debhelper/autoscripts
|
|
%{_datadir}/debhelper/autoscripts/*
|
|
|
|
%changelog
|
|
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 13.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 13.3.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 13.3.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 13.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 29 2020 Automatic Build System <autodist@mambasoft.it> 12.10-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 10.9.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Sep 04 2016 Automatic Build System <autodist@mambasoft.it> 9.20160814-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Mar 18 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 9.20160313-1mamba
|
|
- package created using the webbuild interface
|