]> git.pld-linux.org Git - packages/gensig.git/blob - gensig.spec
- updated to 2.2.
[packages/gensig.git] / gensig.spec
1 Summary:        Random signature generator
2 Summary(pl):    Generator losowych sygnatur
3 Name:           gensig
4 Version:        2.2
5 Release:        1
6 Group:          Applications/Mail
7 Group(pl):      Aplikacje/Poczta
8 Copyright:      GPL
9 Source:         http://www.geeks.com/~robf/gensig/%{name}-%{version}.tar.gz
10 URL:            http://www.geeks.com/~robf/gensig/
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 %{_target} \
36         --prefix=%{_prefix} \
37         --mandir=%{_mandir}
38 make
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 make install DESTDIR=$RPM_BUILD_ROOT
44
45 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
46         README ChangeLog AUTHORS CREDITS TODO
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc {AUTHORS,README,ChangeLog,CREDITS,TODO}.gz
54
55 %attr(755,root,root) %{_bindir}/*
56 %{_datadir}/%{name}
57 %{_mandir}/man1/*
58
59 %changelog
60 * Sat May  8 1999 Piotr Czerwiñski <pius@pld.org.pl>
61   [2.1-1]
62 - updated to 2.1,
63 - added man pages,
64 - package is FHS 2.0 compliant.
65
66 * Thu Apr 28 1999 Piotr Czerwiñski <pius@pld.org.pl>
67   [2.0-1]
68 - initial RPM release for PLD.
This page took 0.068136 seconds and 4 git commands to generate.