summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-05-31 16:38:00 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-06-01 23:45:08 +0200
commit3758a67f0d85257cef72b44eb81077933a083208 (patch)
tree89909321fd0eefb50a46674c89eb60747c7e3d9a
parent2c62de6a7a19df33527ac6b6023042e80394a8b1 (diff)
downloadopenSUSEConf2022-3758a67f0d85257cef72b44eb81077933a083208.tar.gz
A bit of text.
-rw-r--r--main.pdfbin67284 -> 67104 bytes
-rw-r--r--main.tex7
2 files changed, 3 insertions, 4 deletions
diff --git a/main.pdf b/main.pdf
index ec33174..35189c4 100644
--- a/main.pdf
+++ b/main.pdf
Binary files 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