]> git.pld-linux.org Git - packages/apg.git/blob - apg.spec
Release 2 (by relup.sh)
[packages/apg.git] / apg.spec
1 Summary:        apg - Automated Password Generator
2 Summary(pl.UTF-8):      apg - automatyczny generator haseł
3 Name:           apg
4 Version:        2.2.3
5 Release:        1
6 License:        BSD
7 Group:          Applications/System
8 Source0:        http://www.adel.nursat.kz/apg/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  3b3fc4f11e90635519fe627c1137c9ac
10 URL:            http://www.adel.nursat.kz/apg/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 apg generates several random passwords. It uses several password
15 generation algorithms (currently two) and a built-in pseudo random
16 number generator.
17
18 %description -l pl.UTF-8
19 apg generuje losowe hasła. Korzysta z kilku (aktualnie dwóch)
20 algorytmów i wbudowanego generatora liczb pseudolosowych.
21
22 %prep
23 %setup  -q
24
25 %build
26 %{__make} \
27         CC="%{__cc}" \
28         FLAGS="%{rpmcflags}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
33
34 install apg apgbfm $RPM_BUILD_ROOT%{_bindir}
35 install doc/man/{apgbfm,apg}.1 $RPM_BUILD_ROOT%{_mandir}/man1
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc README CHANGES THANKS TODO doc/APG_TIPS
43 %attr(755,root,root) %{_bindir}/apg
44 %attr(755,root,root) %{_bindir}/apgbfm
45 %{_mandir}/man1/*
This page took 0.058526 seconds and 3 git commands to generate.