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