Compare commits
No commits in common. "rawhide" and "f44" have entirely different histories.
1 changed files with 4 additions and 9 deletions
13
vinci.spec
13
vinci.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: vinci
|
||||
Version: 1.0.5
|
||||
Release: 31%{?dist}
|
||||
Release: 30%{?dist}
|
||||
Summary: Algorithms for volume computation
|
||||
|
||||
License: GPL-1.0-or-later
|
||||
|
|
@ -15,9 +15,7 @@ ExcludeArch: %{ix86}
|
|||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: tex(amsfonts.sty)
|
||||
BuildRequires: texlive-ec
|
||||
BuildRequires: texlive-latex
|
||||
BuildRequires: tex(latex)
|
||||
|
||||
Requires: coreutils
|
||||
Requires: lrslib-utils
|
||||
|
|
@ -48,8 +46,8 @@ collaboration with Benno Büeler and Komei Fukuda.
|
|||
sed -i 's|-o vinci|& %{build_ldflags}|' makefile
|
||||
|
||||
%make_build OPT='%{build_cflags}'
|
||||
pdflatex -interaction=nonstopmode manual.tex
|
||||
pdflatex -interaction=nonstopmode manual.tex
|
||||
pdflatex manual.tex
|
||||
pdflatex manual.tex
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
|
@ -67,9 +65,6 @@ touch -r %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
|
|||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue