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