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