]> git.pld-linux.org Git - SPECS.git/blob - talkfilters.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / talkfilters.spec
1 # TODO:
2 # - add libraries
3 # - dynamic linking with libraries?
4 Summary:        GNU Talk filters
5 Summary(pl.UTF-8):      Filtry tekstowe GNU
6 Name:           talkfilters
7 Version:        2.3.8
8 Release:        1
9 License:        GPL
10 Group:          Applications/Text
11 Source0:        http://www.hyperrealm.com/talkfilters/%{name}-%{version}.tar.gz
12 # Source0-md5:  c11c6863a1c246a8d49a80a1168b54c8
13 URL:            http://www.hyperrealm.com/talkfilters/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  flex
17 BuildRequires:  libtool
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Set of filters to text processing.
22
23 %description -l pl.UTF-8
24 Zestaw narzÄ™dzi do przetwarzania tekstu.
25
26 %prep
27 %setup -q
28
29 %build
30 cp -f /usr/share/automake/config.sub .
31 %{__libtoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_bindir}}
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post   -p      /sbin/postshell
48 -/usr/sbin/fix-info-dir -c %{_infodir}
49
50 %postun -p      /sbin/postshell
51 -/usr/sbin/fix-info-dir -c %{_infodir}
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README
56 %attr(755,root,root) %{_bindir}/*
57 %{_mandir}/man?/*
58 %{_infodir}/*.info*
This page took 0.145333 seconds and 3 git commands to generate.