]> git.pld-linux.org Git - SPECS.git/blob - linux-counter.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / linux-counter.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        The Linux Counter Client Script
3 Summary(pl.UTF-8):      Skrypt kliencki serwisu Linux Counter
4 Name:           linux-counter
5 Version:        0.25
6 Release:        0.2
7 License:        GPL v2
8 Group:          Applications/Networking
9 Source0:        http://counter.li.org/scripts/machine-update
10 # Source0-md5:  81d92853841c78721ffff2f63d0f0c7b
11 URL:            http://counter.li.org/
12 BuildRequires:  rpm-perlprov >= 4.1-13
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This package contains a script that can be run on a Linux box to ease
18 the task of registering with the Linux Counter, and of keeping a
19 registration up to date.
20
21 %description -l pl.UTF-8
22 Ten pakiet zawiera skrypt, który można uruchomić na maszynie z
23 Linuksem, aby ułatwić proces rejestracji w serwisie Linux Counter oraz
24 uaktualnianie rejestracji.
25
26 %prep
27 %setup -qcT
28 install %{SOURCE0} .
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_sbindir}
33 install machine-update $RPM_BUILD_ROOT%{_sbindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_sbindir}/*
This page took 0.073446 seconds and 3 git commands to generate.