]> git.pld-linux.org Git - packages/gensig.git/blame - gensig.spec
- tabs in preamble
[packages/gensig.git] / gensig.spec
CommitLineData
2d15bf33 1Summary: Random signature generator
d8515480 2Summary(pl.UTF-8): Generator losowych sygnaturek
2d15bf33 3Name: gensig
94a05076
JB
4Version: 2.3
5Release: 1
93a46c2d 6License: GPL
2d15bf33 7Group: Applications/Mail
94a05076
JB
8Source0: http://www.geekthing.com/~robf/gensig/%{name}-%{version}.tar.gz
9# Source0-md5: 1b4a0b3713b8e377baeef606f584d539
10URL: http://www.geekthing.com/~robf/gensig/
2c7411ea 11BuildRequires: autoconf >= 2.13
c7cdc1b5 12BuildRequires: automake
ff4c0ba5 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2d15bf33 14
15%description
84463b94 16gensig is a random signature/tagline generator. It turns your
2d15bf33 17~/.signature into a FIFO, and every time it's read, it has a dif-
84463b94 18ferent tagline in your signature. It is very configurable and doesn't
19load the whole taglines list into memory. It also reloads the taglines
20list automatically if it has changed on disk and is capable of
21handling multiple input files for taglines.
2d15bf33 22
f5eb9097
JR
23%description -l pl.UTF-8
24gensig jest generatorem losowych sygnaturek pocztowych. Zmienia twój
25plik ~/.signature w FIFO, w efekcie czego przy każdym jego czytaniu
84463b94 26otrzymywana jest nowa sygnaturka. Jest mocno konfigurowalny, nie
f5eb9097
JR
27ładuje wszystkich sygnatur do pamięci, przeładowuje automatycznie
28listę etykiet za każdym razem gdy ulegnie ona zmianie, a także
29umożliwia pracę z wieloma plikami zawierającymi linie z
84463b94 30sygnaturkami.
2d15bf33 31
32%prep
33%setup -q
34
35%build
f0351717 36%{__aclocal}
9c80c821 37%{__autoconf}
94a05076 38%{__autoheader}
9c80c821 39%{__automake}
c7cdc1b5 40%configure
b8040ba0 41
608ed122 42%{__make}
2d15bf33 43
44%install
45rm -rf $RPM_BUILD_ROOT
46
94a05076
JB
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
2d15bf33 49
2d15bf33 50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
243bd890 55%doc README ChangeLog AUTHORS CREDITS TODO
9db90992 56%attr(755,root,root) %{_bindir}/*
b8040ba0 57%{_datadir}/gensig
6560a69a 58%{_mandir}/man1/*
This page took 0.461631 seconds and 4 git commands to generate.