]> git.pld-linux.org Git - SPECS.git/blob - shtool.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / shtool.spec
1 Summary:        GNU shtool - the GNU Portable Shell Tool
2 Summary(pl.UTF-8):      GNU shtool - przenośne narzędzie powłokowe GNU
3 Name:           shtool
4 Version:        2.0.8
5 Release:        2
6 License:        GPL v2+
7 Group:          Development/Tools
8 Source0:        http://ftp.gnu.org/gnu/shtool/%{name}-%{version}.tar.gz
9 # Source0-md5:  c5f7c6836882d48bc79049846a5f9c5b
10 URL:            http://www.gnu.org/software/shtool/
11 BuildRequires:  automake
12 BuildRequires:  perl-tools-pod
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GNU shtool is a compilation of small but very stable and portable
18 shell scripts into a single shell tool. All ingredients were in
19 successful use over many years in various free software projects. The
20 compiled shtool program is intended to be used inside the source tree
21 of other free software packages. There it can overtake various
22 (usually non-portable) tasks related to the building and installation
23 of such a package. It especially can replace the old mkdir.sh,
24 install.sh and related scripts.
25
26 %description -l pl.UTF-8
27 GNU shtool to kompilacja małych, ale bardzo stabilnych i przenośnych
28 skryptów powłoki w jedno narzędzie powłokowe. Wszystkie składniki były
29 używane z powodzeniem przez wiele lat w wielu projektach
30 wolnodostępnego oprogramowania. Scalony program shtool ma być używany
31 wewnątrz drzew źródeł innych pakietów wolnodostępnego oprogramowania.
32 Tam może przejmować różne (zwykle nieprzenośne) zadania związane z
33 budowaniem i instalowaniem pakietu. W szczególności może zastąpić
34 stare mkdir.sh, install.sh i powiązane skrypty.
35
36 %prep
37 %setup -q
38
39 %build
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README THANKS
56 %attr(755,root,root) %{_bindir}/shtool
57 %attr(755,root,root) %{_bindir}/shtoolize
58 %{_datadir}/%{name}
59 %{_aclocaldir}/shtool.m4
60 %{_mandir}/man1/shtool.1*
61 %{_mandir}/man1/shtool-*.1*
62 %{_mandir}/man1/shtoolize.1*
This page took 0.448612 seconds and 3 git commands to generate.