package created using the webbuild interface [release 9.20160313-1mamba;Fri Mar 18 2016]
This commit is contained in:
parent
ed687298f0
commit
72ec2a4a82
51
debhelper.spec
Normal file
51
debhelper.spec
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user