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