]> git.pld-linux.org Git - SPECS.git/blob - num-utils.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / num-utils.spec
1 Summary:        Set of programs for dealing with numbers
2 Summary(pl.UTF-8):      Zestaw programów do operowania na liczbach
3 Name:           num-utils
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://suso.suso.org/programs/num-utils/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  58eed69761c2da97c3bfdfa422633427
10 BuildRequires:  rpm-perlprov
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The num-utils, short for numeric utilities are a set of programs
16 designed to work together from the Unix shell to do numeric operations
17 on input. They are basically the numeric equivilent of common Unix
18 text utilities and aim to help complete the Unix shell vocabulary.
19
20 %description -l pl.UTF-8
21 num-utils to zestaw programów przeznaczonych do pracy z poziomu
22 powłoki uniksowej nad operacjami numerycznymi na wejściu. Są one
23 odpowiednikiem powszechnych narzędzi tekstowych z Uniksa i pomagają
24 uzupełnić słownik uniksowej powłoki.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 %{__make} rpminstall \
35         ROOT=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
43 %doc CHANGELOG GOALS README WARNING template tests/
44 %{_mandir}/man?/*
This page took 0.439176 seconds and 3 git commands to generate.