Compare commits

..

5 Commits
epel9 ... epel8

Author SHA1 Message Date
Troy Dawson f42a1bab95 remove package.cfg per new epel-playground policy
4 years ago
Simone Caronni 5ed5212649 Do not build documentation on RHEL/CentOS
5 years ago
Simone Caronni beadfe96c4 Add mf build dependency
5 years ago
Simone Caronni de24a67e15 Import from master
5 years ago
Igor Gnatenko 18ff0feb1b "Adding package.cfg file"
6 years ago

@ -0,0 +1,21 @@
# Makefile for source rpm: libtomcrypt
# $Id$
NAME := libtomcrypt
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

@ -4,7 +4,7 @@
Name: libtomcrypt Name: libtomcrypt
Version: 1.18.2 Version: 1.18.2
Release: 12%{?dist} Release: 5%{?dist}
Summary: A comprehensive, portable cryptographic toolkit Summary: A comprehensive, portable cryptographic toolkit
License: Public Domain or WTFPL License: Public Domain or WTFPL
URL: http://www.libtom.net/ URL: http://www.libtom.net/
@ -19,21 +19,10 @@ BuildRequires: ghostscript
BuildRequires: texlive-latex-bin-bin BuildRequires: texlive-latex-bin-bin
BuildRequires: texlive-makeindex-bin BuildRequires: texlive-makeindex-bin
BuildRequires: texlive-mfware-bin BuildRequires: texlive-mfware-bin
BuildRequires: tex(alltt.sty)
BuildRequires: tex(amssymb.sty)
BuildRequires: tex(cmr10.tfm) BuildRequires: tex(cmr10.tfm)
BuildRequires: tex(color.sty)
BuildRequires: tex(fancyhdr.sty) BuildRequires: tex(fancyhdr.sty)
BuildRequires: tex(float.sty)
BuildRequires: tex(geometry.sty)
BuildRequires: tex(graphicx.sty)
BuildRequires: tex(hyperref.sty)
BuildRequires: tex(hyphen.tex) BuildRequires: tex(hyphen.tex)
BuildRequires: tex(layout.sty)
BuildRequires: tex(makeidx.sty)
BuildRequires: tex(mf.mf) BuildRequires: tex(mf.mf)
BuildRequires: tex(tcti1000.tfm)
BuildRequires: make
} }
%description %description
@ -115,28 +104,6 @@ sed -i \
} }
%changelog %changelog
* Tue Mar 30 2021 Petr Pisar <ppisar@redhat.com> - 1.18.2-12
- Build-require more TeX packages (bug #1943028)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Aug 13 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 1.18.2-10
- Add missing dependency tex(tcti1000.tfm), bug-id 1863674
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-9
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat Apr 11 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 1.18.2-7
- Rebuilt with libtommath 1.2.0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Oct 16 2019 Simone Caronni <negativo17@gmail.com> - 1.18.2-5 * Wed Oct 16 2019 Simone Caronni <negativo17@gmail.com> - 1.18.2-5
- Do not build documentation on RHEL/CentOS. - Do not build documentation on RHEL/CentOS.

Loading…
Cancel
Save