]> git.pld-linux.org Git - packages/debhelper.git/blame - debhelper.spec
- really added pt manuals
[packages/debhelper.git] / debhelper.spec
CommitLineData
a0da0f0a
ER
1#
2# Conditional build:
3%bcond_with tests # build with tests
4
195bf4ff
JB
5Summary: Helper programs for debian/rules
6Summary(pl.UTF-8): Programy pomocnicze dla debian/rules
fe90d53a 7Name: debhelper
ae3f1202 8Version: 9.20150101
a0da0f0a 9Release: 1
6f2f9554
JB
10License: GPL v2+
11Group: Development/Tools
fe90d53a 12Source0: ftp://ftp.debian.org/debian/pool/main/d/debhelper/%{name}_%{version}.tar.gz
ae3f1202
ER
13# Source0-md5: 10e53fc2d752bddc5bb66bfeaba7582e
14URL: http://joeyh.name/code/debhelper/
fe90d53a
ER
15BuildRequires: dpkg
16BuildRequires: fakeroot
17BuildRequires: perl-tools-pod
18BuildRequires: po4a
a0da0f0a
ER
19# uses man-db specific --recode option in dh_installman
20BuildRequires: man-db
fe90d53a
ER
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25A collection of programs that can be used in a debian/rules file to
26automate common tasks related to building Debian packages. Programs
27are included to install various files into your package, compress
28files, fix file permissions, integrate your package with the Debian
29menu system, debconf, doc-base, etc.
30
31Most Debian packages use debhelper as part of their build process.
32
195bf4ff
JB
33%description -l pl.UTF-8
34Zestaw programów, których można używać w pliku debian/rules do
35automatyzacji często wykonywanych zadań związanych z budowaniem
36pakietów Debiana. Zawiera programy do instalowania różnych plików
37pakietu, kompresji plików, poprawiania uprawnień plików, integracji
38pakietu z systemem menu Debiana, debconfem, doc-base itp.
39
fe90d53a 40%prep
ae3f1202
ER
41%setup -qc
42mv %{name}/* .
fe90d53a
ER
43
44%build
a0da0f0a 45%{!?with_tests:DEB_BUILD_OPTIONS=nocheck} \
fe90d53a 46fakeroot debian/rules binary
a0da0f0a 47mv debian/debhelper%{_docdir}/debhelper doc
fe90d53a
ER
48
49%install
50rm -rf $RPM_BUILD_ROOT
51install -d $RPM_BUILD_ROOT
52cp -a debian/debhelper/* $RPM_BUILD_ROOT
53
a0da0f0a 54%{__rm} -r $RPM_BUILD_ROOT/DEBIAN
fe90d53a
ER
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
6f2f9554 61%doc doc/*
a0da0f0a 62%attr(755,root,root) %{_bindir}/dh
fe90d53a
ER
63%attr(755,root,root) %{_bindir}/dh_*
64%{_datadir}/%{name}
65
66%dir %{perl_vendorlib}/Debian
67%dir %{perl_vendorlib}/Debian/Debhelper
a0da0f0a 68%{perl_vendorlib}/Debian/Debhelper/Dh_Buildsystems.pm
fe90d53a
ER
69%{perl_vendorlib}/Debian/Debhelper/Dh_Getopt.pm
70%{perl_vendorlib}/Debian/Debhelper/Dh_Lib.pm
71%{perl_vendorlib}/Debian/Debhelper/Dh_Version.pm
a0da0f0a
ER
72%{perl_vendorlib}/Debian/Debhelper/Sequence
73%{perl_vendorlib}/Debian/Debhelper/Buildsystem
74%{perl_vendorlib}/Debian/Debhelper/Buildsystem.pm
fe90d53a 75
a0da0f0a 76%{_mandir}/man1/dh.1*
fe90d53a 77%{_mandir}/man1/dh_*.1*
6f2f9554
JB
78%lang(de) %{_mandir}/de/man1/dh.1*
79%lang(de) %{_mandir}/de/man1/dh_*.1*
a0da0f0a 80%lang(es) %{_mandir}/es/man1/dh.1*
fe90d53a 81%lang(es) %{_mandir}/es/man1/dh_*.1*
a0da0f0a 82%lang(fr) %{_mandir}/fr/man1/dh.1*
fe90d53a 83%lang(fr) %{_mandir}/fr/man1/dh_*.1*
b1286bc1
JB
84%lang(pt) %{_mandir}/pt/man1/dh.1*
85%lang(pt) %{_mandir}/pt/man1/dh_*.1*
fe90d53a 86%{_mandir}/man7/debhelper.7*
6f2f9554 87%lang(de) %{_mandir}/de/man7/debhelper.7*
fe90d53a
ER
88%lang(es) %{_mandir}/es/man7/debhelper.7*
89%lang(fr) %{_mandir}/fr/man7/debhelper.7*
b1286bc1 90%lang(pt) %{_mandir}/pt/man7/debhelper.7*
This page took 0.21767 seconds and 4 git commands to generate.