]> git.pld-linux.org Git - packages/cl.git/blob - cl.spec
- BR pam-devel
[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:        0.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 %clean
21 rm -rf $RPM_BUILD_ROOT
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         OPTFLAGS="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__make} install \
34         DESTDIR=$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.118843 seconds and 3 git commands to generate.