]> git.pld-linux.org Git - packages/cl.git/blob - cl.spec
- improved file flow: %clean just after %install
[packages/cl.git] / cl.spec
1 Summary:        Console Locker
2 Summary(pl.UTF-8):      Blokowanie konsoli
3 Name:           cl
4 Version:        0.2
5 Release:        1
6 License:        RPL Rebane Public License (beerware)
7 Group:          Applications/System
8 Source0:        http://glen.alkohol.ee/cl/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5570c7f42a628e1181437b9ee51216f9
10 URL:            http://glen.alkohol.ee/cl/
11 BuildRequires:  pam-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Linux Console locker by Rebane.
16
17 %description -l pl.UTF-8
18 Aplikacja autorstwa Rebane do blokowania konsoli linuksowej.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make} \
25         CC="%{__cc}" \
26         OPTFLAGS="%{rpmcflags}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/cl
39 %attr(4755,root,root) %{_sbindir}/cl
This page took 0.151056 seconds and 3 git commands to generate.