]> git.pld-linux.org Git - packages/gensig.git/blob - gensig.spec
- massive attack: source-md5
[packages/gensig.git] / gensig.spec
1 Summary:        Random signature generator
2 Summary(pl):    Generator losowych sygnaturek
3 Name:           gensig
4 Version:        2.2
5 Release:        4
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://www.geeks.com/~robf/gensig/%{name}-%{version}.tar.gz
9 # Source0-md5:  6a3cd659ffed9c32e027114534a27047
10 URL:            http://www.geeks.com/~robf/gensig/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 gensig is a random signature/tagline generator. It turns your
17 ~/.signature into a FIFO, and every time it's read, it has a dif-
18 ferent tagline in your signature. It is very configurable and doesn't
19 load the whole taglines list into memory. It also reloads the taglines
20 list automatically if it has changed on disk and is capable of
21 handling multiple input files for taglines.
22
23 %description -l pl
24 gensig jest generatorem losowych sygnaturek pocztowych. Zmienia twój
25 plik ~/.signature w FIFO, w efekcie czego przy ka¿dym jego czytaniu
26 otrzymywana jest nowa sygnaturka. Jest mocno konfigurowalny, nie
27 ³aduje wszytkich sygnatur do pamiêci, prze³adowuje automatycznie
28 listê etykiet za ka¿dym razem gdy ulegnie ona zmianie, a tak¿e
29 umo¿liwia pracê z wieloma plikami zawieraj±cymi linie z
30 sygnaturkami.
31
32 %prep
33 %setup -q
34
35 %build
36 rm -f missing
37 %{__aclocal}
38 %{__autoconf}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README ChangeLog AUTHORS CREDITS TODO
55 %attr(755,root,root) %{_bindir}/*
56
57 %{_datadir}/gensig
58 %{_mandir}/man1/*
This page took 0.07085 seconds and 4 git commands to generate.