"Fossies" - the Fresh Open Source Software Archive 
Member "tin-2.6.2/tin.spec" (19 Oct 2022, 1821 Bytes) of package /linux/misc/tin-2.6.2.tar.xz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) RPM Spec source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "tin.spec":
2.6.1_vs_2.6.2.
1 Name: tin
2 Summary: easy-to-use USENET news reader
3 Version: 2.6.2
4 Release: 1
5 License: BSD
6 Group: Applications/News
7 Source: ftp://ftp.tin.org/pub/news/clients/tin/v2.6/%{name}-%{version}.tar.bz2
8 Buildroot: /var/tmp/%{name}-%{version}-%{release}
9 Packager: Dirk Nimmich <nimmich@muenster.de>
10
11 %description
12 An easy-to-use USENET news reader for the console using NNTP.
13 It supports threading, scoring, different charsets, and many other
14 useful things. It has also support for different languages.
15
16 %define prefix /usr
17 %define confdir /etc/tin
18
19 %prep
20 %setup -q
21 CFLAGS="$RPM_OPT_FLAGS" ./configure --with-install-prefix=$RPM_BUILD_ROOT \
22 --prefix=%{prefix} \
23 --mandir=%{_mandir} \
24 --sysconfdir=%{confdir} \
25 --verbose \
26 --disable-echo \
27 --enable-prototypes \
28 --enable-nntp-only \
29 --with-nntps \
30 --enable-cancel-locks \
31 --enable-long-article-numbers \
32 --with-pcre2-config
33
34 %build
35 make build
36
37 %install
38 make install
39 make install_sysdefs
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(-,root,root)
46 %dir %attr(755,root,root) %{confdir}
47 %config(noreplace) %attr(644,root,root) %{confdir}/*
48 %attr(755,root,root) %{prefix}/bin/*
49 %{_datadir}/locale/*/LC_MESSAGES/*.mo
50 %doc %{_mandir}/man1/*
51 %doc %{_mandir}/man5/*
52 %doc doc/CHANGES doc/CHANGES.old doc/INSTALL doc/TODO doc/WHATSNEW
53 %doc doc/auth.txt doc/filtering doc/good-netkeeping-seal doc/iso2asc.txt
54 %doc doc/keymap.sample doc/mailcap.sample doc/mime.types doc/tin.defaults
55 %doc doc/pgp.txt doc/reading-mail.txt
56 %doc doc/tools.txt doc/umlaute.txt doc/umlauts.txt
57 %doc doc/wildmat.3 doc/plp_snprintf.3
58 %doc doc/article.txt doc/art_handling.txt doc/internals.txt doc/rcvars.txt
59 %doc doc/config-anomalies doc/nov_tests doc/DEBUG_REFS doc/ABOUT-NLS
60 %doc doc/CREDITS
61 %doc README
62
63 %changelog
64 * Tue Jul 22 2003 Dirk Nimmich <nimmich@muenster.de>
65 Specfile created for tin 1.6.0.