]> git.pld-linux.org Git - packages/gensig.git/commitdiff
[2.0-1]
authorpius <pius@pld-linux.org>
Thu, 29 Apr 1999 14:07:35 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- initial rpm release.

Changed files:
    gensig.spec -> 1.1

gensig.spec [new file with mode: 0644]

diff --git a/gensig.spec b/gensig.spec
new file mode 100644 (file)
index 0000000..3f4fc32
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       Random signature generator
+Summary(pl):   Generator losowych sygnatur
+Name:          gensig
+Version:       2.0
+Release:       1
+Group:         Applications/Mail
+Group(pl):     Aplikacje/Poczta
+Copyright:     GPL
+URL:           http://www.geeks.com/~robf/gensig/
+Source:                http://www.geeks.com/~robf/gensig/%{name}-%{version}.tar.gz
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+gensig  is  a  random  signature/tagline generator. It turns your
+~/.signature into a FIFO, and every time it's read, it has a dif-
+ferent  tagline  in  your  signature. It is very configurable and
+doesn't load the whole taglines list into memory. It also reloads
+the  taglines list automatically if it has changed on disk and is
+capable of handling multiple input files for taglines.
+
+%description -l pl
+gensig  jest  generatorem  losowych sygnatur/doklejanych etykiet.
+Zmienia twój plik ~/.signature  w  FIFO,  w  efekcie  czego  przy
+ka¿dym  jego czytaniu otrzymywana jest nowa sygnatura. Jest mocno
+konfigurowalny, nie ³aduje wszytkich sygnatur do pamiêci, prze³a­
+dowuje automatycznie listê etykiet  za  ka¿dym  razem gdy ulegnie 
+ona zmianie, a tak¿e umo¿liwia pracê z wieloma plikami zawieraj±-
+cymi linie z sygnaturami.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf README ChangeLog AUTHORS CREDITS TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {AUTHORS,README,ChangeLog,CREDITS,TODO}.gz
+
+%attr(755,root,root) /usr/bin/*
+/usr/share/gensig
+
+%changelog
+* Thu Apr 28 1999 Piotr Czerwiñski <pius@pld.org.pl>
+  [2.0-1]
+- initial RPM release for PLD.
This page took 0.525581 seconds and 4 git commands to generate.