automatic version update by autodist [release 1.23.0-1mamba;Sat Jul 08 2023]
This commit is contained in:
parent
c09f5bcb24
commit
91c65ff687
86
groff.spec
86
groff.spec
@ -1,13 +1,13 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: groff
|
||||
Version: 1.22.4
|
||||
Version: 1.23.0
|
||||
Release: 1mamba
|
||||
Summary: groff (GNU Troff) is a typesetting package
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/groff
|
||||
URL: http://www.gnu.org/software/groff/
|
||||
Source: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -31,7 +31,6 @@ Requires(post):%{__install_info}
|
||||
# netpbm, psutils: needed by the HTML backend of groff (grohtml)
|
||||
Requires: netpbm >= 10.20
|
||||
Requires: psutils >= 1.17
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Groff is a document formatting system.
|
||||
@ -61,6 +60,8 @@ Group: Documentation
|
||||
%description docs
|
||||
%{name} documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
@ -120,63 +121,15 @@ exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/addftinfo
|
||||
%{_bindir}/afmtodit
|
||||
%{_bindir}/chem
|
||||
%{_bindir}/eqn
|
||||
%{_bindir}/eqn2graph
|
||||
%{_bindir}/gdiffmk
|
||||
%{_bindir}/geqn
|
||||
%{_bindir}/glilypond
|
||||
%{_bindir}/gperl
|
||||
%{_bindir}/gpinyin
|
||||
%{_bindir}/grap2graph
|
||||
%{_bindir}/grn
|
||||
%{_bindir}/grodvi
|
||||
%{_bindir}/groff
|
||||
%{_bindir}/groffer
|
||||
%{_bindir}/grog
|
||||
%{_bindir}/grolbp
|
||||
%{_bindir}/grolj4
|
||||
%{_bindir}/gropdf
|
||||
%{_bindir}/grops
|
||||
%{_bindir}/grotty
|
||||
%{_bindir}/gtbl
|
||||
%{_bindir}/hpftodit
|
||||
%{_bindir}/indxbib
|
||||
%{_bindir}/lkbib
|
||||
%{_bindir}/lookbib
|
||||
%{_bindir}/mmroff
|
||||
%{_bindir}/neqn
|
||||
%{_bindir}/nroff
|
||||
%{_bindir}/pdfmom
|
||||
%{_bindir}/pdfroff
|
||||
%{_bindir}/pfbtops
|
||||
%{_bindir}/pic
|
||||
%{_bindir}/pic2graph
|
||||
%{_bindir}/post-grohtml
|
||||
%{_bindir}/pre-grohtml
|
||||
%{_bindir}/preconv
|
||||
%{_bindir}/refer
|
||||
%{_bindir}/roff2dvi
|
||||
%{_bindir}/roff2html
|
||||
%{_bindir}/roff2pdf
|
||||
%{_bindir}/roff2ps
|
||||
%{_bindir}/roff2text
|
||||
%{_bindir}/roff2x
|
||||
%{_bindir}/soelim
|
||||
%{_bindir}/tbl
|
||||
%{_bindir}/tfmtodit
|
||||
%{_bindir}/troff
|
||||
%{_bindir}/zsoelim
|
||||
%dir %{_libdir}/groff/glilypond
|
||||
%{_libdir}/groff/glilypond/*
|
||||
%dir %{_libdir}/groff/gpinyin
|
||||
%{_libdir}/groff/gpinyin/subs.pl
|
||||
%{_libdir}/groff/groff_opts*.txt
|
||||
%{_libdir}/groff/grog/subs.pl
|
||||
%dir %{_libdir}/groff/groffer
|
||||
%{_libdir}/groff/groffer/*
|
||||
%{_bindir}/*
|
||||
#%dir %{_libdir}/groff/glilypond
|
||||
#%{_libdir}/groff/glilypond/*
|
||||
#%dir %{_libdir}/groff/gpinyin
|
||||
#%{_libdir}/groff/gpinyin/subs.pl
|
||||
#%{_libdir}/groff/groff_opts*.txt
|
||||
#%{_libdir}/groff/grog/subs.pl
|
||||
#%dir %{_libdir}/groff/groffer
|
||||
#%{_libdir}/groff/groffer/*
|
||||
%dir %{_datadir}/groff
|
||||
%dir %{_datadir}/groff/%{version}
|
||||
%{_datadir}/groff/%{version}/*
|
||||
@ -198,9 +151,14 @@ exit 0
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog BUG-REPORT NEWS PROBLEMS README TODO
|
||||
%dir %{_datadir}/doc/groff-%{version}
|
||||
%{_datadir}/doc/groff-%{version}/*
|
||||
#%doc ChangeLog BUG-REPORT NEWS PROBLEMS README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Jul 08 2023 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 24 2018 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
@ -248,13 +206,13 @@ exit 0
|
||||
- new version rebuild; specfile cleanups
|
||||
- enabled the HTML backend of groff (grohtml)
|
||||
|
||||
* Mon Apr 22 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.18.1-5qilnx
|
||||
* Tue Apr 22 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.18.1-5qilnx
|
||||
- added gtbl and geqn symlinks for man
|
||||
|
||||
* Mon Apr 22 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.18.1-4qilnx
|
||||
* Tue Apr 22 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.18.1-4qilnx
|
||||
- added /usr/share/info/dir again after patching rpm build
|
||||
|
||||
* Mon Apr 17 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.18.1-3qilnx
|
||||
* Thu Apr 17 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.18.1-3qilnx
|
||||
- remove Prefix definition
|
||||
- remove empty /usr/share/info/dir
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user