debhelper/debhelper.spec

52 lines
1.2 KiB
RPMSpec

Name: debhelper
Version: 9.20160313
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
* Fri Mar 18 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 9.20160313-1mamba
- package created using the webbuild interface