]> git.pld-linux.org Git - packages/gensig.git/blob - gensig.spec
- dropped pre-cvs changelog
[packages/gensig.git] / gensig.spec
1 Summary:        Random signature generator
2 Summary(pl.UTF-8):      Generator losowych sygnaturek
3 Name:           gensig
4 Version:        2.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://www.geekthing.com/~robf/gensig/%{name}-%{version}.tar.gz
9 # Source0-md5:  1b4a0b3713b8e377baeef606f584d539
10 URL:            http://www.geekthing.com/~robf/gensig/
11 BuildRequires:  autoconf >= 2.13
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.UTF-8
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 wszystkich 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 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README ChangeLog AUTHORS CREDITS TODO
56 %attr(755,root,root) %{_bindir}/*
57 %{_datadir}/gensig
58 %{_mandir}/man1/*
This page took 0.05096 seconds and 3 git commands to generate.