diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-05-31 16:38:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-06-01 23:45:08 +0200 |
commit | 3758a67f0d85257cef72b44eb81077933a083208 (patch) | |
tree | 89909321fd0eefb50a46674c89eb60747c7e3d9a /main.tex | |
parent | 2c62de6a7a19df33527ac6b6023042e80394a8b1 (diff) | |
download | openSUSEConf2022-3758a67f0d85257cef72b44eb81077933a083208.tar.gz |
A bit of text.
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |