From 3758a67f0d85257cef72b44eb81077933a083208 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 31 May 2022 16:38:00 +0200 Subject: A bit of text. --- main.pdf | Bin 67284 -> 67104 bytes main.tex | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/main.pdf b/main.pdf index ec33174..35189c4 100644 Binary files a/main.pdf and b/main.pdf differ diff --git a/main.tex b/main.tex index 573aaae..032edd3 100644 --- a/main.tex +++ b/main.tex @@ -95,7 +95,7 @@ must be arranged accordingly). And we need to be able to take \pause -Or we do: +\vspace{1ex} \begin{minted}{spec} %check @@ -111,14 +111,14 @@ Or we do: \scriptsize \begin{minted}{spec} -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} Name: python-foobar Version: 1.0.2 Release: 0 Summary: Example foobar package License: MIT URL: https://github.com/bumba/foobar -Source: https://files.pythonhosted.org/packages/source/f/foobar/foobar-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/f/foobar/foobar-%{version}.tar.gz # PATCH-FIX-UPSTREAM remove_mock.patch bsc#123456 mcepl@suse.com # we don't need stinking mock Patch0: remove_mock.patch @@ -170,7 +170,6 @@ export NOBUMPA=1 %files %{python_files} %license LICENSE %doc CHANGES.rst README.rst -%{_bindir}/foobar %{python_sitelib}/foobar %{python_sitelib}/foobar-%{version}*-info -- cgit