]> git.pld-linux.org Git - packages/gensig.git/blob - gensig.spec
- spec adapterized.
[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:        2
6 Group:          Applications/Mail
7 Group(pt):      Aplicações/Correio Eletrônico
8 Group(pl):      Aplikacje/Poczta
9 License:        GPL
10 Source0:        http://www.geeks.com/~robf/gensig/%{name}-%{version}.tar.gz
11 URL:            http://www.geeks.com/~robf/gensig/
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³a­ dowuje 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 CFLAGS="$RPM_OPT_FLAGS"
36 LDFLAGS="-s"
37 export CFLAGS LDFLAGS
38 %configure
39
40 make
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 make install DESTDIR=$RPM_BUILD_ROOT
46
47 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
48         README ChangeLog AUTHORS CREDITS TODO
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc {AUTHORS,README,ChangeLog,CREDITS,TODO}.gz
56 %attr(755,root,root) %{_bindir}/*
57
58 %{_datadir}/gensig
59 %{_mandir}/man1/*
This page took 0.072158 seconds and 4 git commands to generate.