]> git.pld-linux.org Git - packages/gensig.git/blob - gensig.spec
- changed all BuildRoot definitons
[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(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:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 sygnaturek pocztowych.
23 Zmienia twój plik ~/.signature  w  FIFO,  w  efekcie  czego  przy
24 ka¿dym  jego czytaniu otrzymywana jest nowa sygnaturka. 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 sygnaturkami.
29
30 %prep
31 %setup -q
32
33 %build
34 CFLAGS="$RPM_OPT_FLAGS"
35 LDFLAGS="-s"
36 export CFLAGS LDFLAGS
37 %configure
38
39 make
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 make install DESTDIR=$RPM_BUILD_ROOT
45
46 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
47         README ChangeLog AUTHORS CREDITS TODO
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc {AUTHORS,README,ChangeLog,CREDITS,TODO}.gz
55 %attr(755,root,root) %{_bindir}/*
56
57 %{_datadir}/gensig
58 %{_mandir}/man1/*
This page took 0.053544 seconds and 4 git commands to generate.