]> git.pld-linux.org Git - packages/cl.git/blame - cl.spec
- improved file flow: %clean just after %install
[packages/cl.git] / cl.spec
CommitLineData
5312fe43 1Summary: Console Locker
4f733da5 2Summary(pl.UTF-8): Blokowanie konsoli
5312fe43 3Name: cl
8f9cbcbe 4Version: 0.2
ea14c339 5Release: 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 20%prep
ea4d88d0 21%setup -q
5312fe43
ER
22
23%build
ea4d88d0 24%{__make} \
dbe455aa 25 CC="%{__cc}" \
ea4d88d0 26 OPTFLAGS="%{rpmcflags}"
5312fe43
ER
27
28%install
29rm -rf $RPM_BUILD_ROOT
ea4d88d0
ER
30%{__make} install \
31 DESTDIR=$RPM_BUILD_ROOT
5312fe43 32
4c78282c 33%clean
34rm -rf $RPM_BUILD_ROOT
35
5312fe43
ER
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.155344 seconds and 4 git commands to generate.