debhelper/debhelper.spec

62 lines
1.6 KiB
RPMSpec

Name: debhelper
Version: 12.10
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
## AUTOBUILDREQ-END
BuildRequires: dpkg
BuildRequires: po4a
Requires: dpkg
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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 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