]> git.pld-linux.org Git - packages/gensig.git/blob - gensig.spec
3f4fc3270ae4258f014beb9241738fabfe6de5e2
[packages/gensig.git] / gensig.spec
1 Summary:        Random signature generator
2 Summary(pl):    Generator losowych sygnatur
3 Name:           gensig
4 Version:        2.0
5 Release:        1
6 Group:          Applications/Mail
7 Group(pl):      Aplikacje/Poczta
8 Copyright:      GPL
9 URL:            http://www.geeks.com/~robf/gensig/
10 Source:         http://www.geeks.com/~robf/gensig/%{name}-%{version}.tar.gz
11 BuildRoot:      /tmp/%{name}-%{version}-root
12
13 %description
14 gensig  is  a  random  signature/tagline generator. It turns your
15 ~/.signature into a FIFO, and every time it's read, it has a dif-
16 ferent  tagline  in  your  signature. It is very configurable and
17 doesn't load the whole taglines list into memory. It also reloads
18 the  taglines list automatically if it has changed on disk and is
19 capable of handling multiple input files for taglines.
20
21 %description -l pl
22 gensig  jest  generatorem  losowych sygnatur/doklejanych etykiet.
23 Zmienia twój plik ~/.signature  w  FIFO,  w  efekcie  czego  przy
24 ka¿dym  jego czytaniu otrzymywana jest nowa sygnatura. Jest mocno
25 konfigurowalny, nie ³aduje wszytkich sygnatur do pamiêci, prze³a­
26 dowuje automatycznie listê etykiet  za  ka¿dym  razem gdy ulegnie 
27 ona zmianie, a tak¿e umo¿liwia pracê z wieloma plikami zawieraj±-
28 cymi linie z sygnaturami.
29
30 %prep
31 %setup -q
32
33 %build
34 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
35 ./configure \
36         --prefix=/usr
37 make
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 make install DESTDIR=$RPM_BUILD_ROOT
43
44 gzip -9nf README ChangeLog AUTHORS CREDITS TODO
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc {AUTHORS,README,ChangeLog,CREDITS,TODO}.gz
52
53 %attr(755,root,root) /usr/bin/*
54 /usr/share/gensig
55
56 %changelog
57 * Thu Apr 28 1999 Piotr Czerwiñski <pius@pld.org.pl>
58   [2.0-1]
59 - initial RPM release for PLD.
This page took 0.04595 seconds and 3 git commands to generate.