]> git.pld-linux.org Git - packages/issue-alpha.git/blame - issue-alpha.spec
- release 11 (by relup.sh)
[packages/issue-alpha.git] / issue-alpha.spec
CommitLineData
9a33273f 1%define distversion %(. /etc/os-release 2>/dev/null ; echo $VERSION)
54ca2f0d 2
630cd870 3Summary: PLD Linux release file with virtual keyboard
cefa0cc6 4Summary(pl.UTF-8): Wersja Linuksa PLD z wirtualną klawiaturą
630cd870 5Name: issue-alpha
9a33273f 6Version: 3.0
a8a45e99 7Release: 11
630cd870
TP
8License: GPL
9Group: Base
b1afeb53
JR
10BuildRequires: pld-release >= 3.0
11%requires_eq pld-release
5c8ab684 12Provides: issue = %{version}-%{release}
2432e67d
JR
13Conflicts: issue-fancy < 3.0-1
14Conflicts: issue-logo < 3.0-1
15Conflicts: issue-nice < 3.0-1
16Conflicts: issue-pure < 3.0-1
14272a97 17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
630cd870
TP
19
20%description
21PLD Linux release file with virtual keyboard. Can be used to some
22hacks with gpm on systems w/o available keyboard or as paranoic
23security login solution (anti keyloggers).
24
e032c30f 25%description -l pl.UTF-8
26Wersja Linuksa PLD z wirtualną klawiaturą. Może być użyta do manewrów
27za pomocą gpma w systemach bez sprawnej klawiatury, bądź jako poprawa
28bezpieczeństwa logowania dla paranoików (przeciwdziała keyloggerom).
630cd870 29
88f6a41b
JB
30%prep
31
630cd870
TP
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT%{_sysconfdir}
35
36cat > $RPM_BUILD_ROOT%{_sysconfdir}/issue.net <<EOF
9a33273f 37.-------------< PLD Linux %{distversion} >--------------.
630cd870
TP
38| |
39| ~ ! " # $ % ^ & * ( ) _ + |
b831d4bc 40| ' \` 1 2 3 4 5 6 7 8 9 0 - = |
630cd870 41| :'
b31fc430 42| { } ;
630cd870
TP
43| Qq Ww Ee Rr Tt Yy Uu Ii Oo Pp [ ] ;
44| : @ ~ .;
45| Aa Ss Dd Ff Gg Hh Jj Kk Ll ; ' # :;
46: | < > ? .;'
47\`: \\\\ Zz Xx Cc Vv Bb Nn Mm , . / ,.;'"
48 \`.. ,..;:'"
b831d4bc 49 \`-------------------------'
630cd870
TP
50
51EOF
52
8a8add62 53cat $RPM_BUILD_ROOT%{_sysconfdir}/issue.net > $RPM_BUILD_ROOT%{_sysconfdir}/issue
630cd870
TP
54echo -ne "\l " >> $RPM_BUILD_ROOT%{_sysconfdir}/issue
55
630cd870
TP
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
630cd870 61%config(noreplace) %{_sysconfdir}/issue*
This page took 0.103618 seconds and 4 git commands to generate.