public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/distgen] epel10.3: spec: sync with github.com/devexp-db/distgen spec
@ 2026-09-14 12:38 Pavel Raiskup
  0 siblings, 0 replies; only message in thread
From: Pavel Raiskup @ 2026-09-14 12:38 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/distgen
            Branch : epel10.3
            Commit : 2f96516b8872c682cd1e37e5268458f1c0feda89
            Author : Pavel Raiskup <praiskup@redhat.com>
            Date   : 2018-04-19T09:35:55+02:00
            Stats  : +11/-20 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/distgen/c/2f96516b8872c682cd1e37e5268458f1c0feda89?branch=epel10.3

            Log:
            spec: sync with github.com/devexp-db/distgen spec

Version: 1.1-1

---
diff --git a/.gitignore b/.gitignore
index 1aa07ae..5c90b1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1 @@
-/distgen-0.14.tar.gz
-/distgen-0.15.tar.gz
-/distgen-0.16.tar.gz
-/distgen-0.17.tar.gz
-/distgen-0.18.tar.gz
-/distgen-0.19.tar.gz
-/distgen-0.20.tar.gz
+/distgen-1.1.tar.gz

diff --git a/distgen.spec b/distgen.spec
index c2af775..8e5b745 100644
--- a/distgen.spec
+++ b/distgen.spec
@@ -1,14 +1,10 @@
-#%%global postrel dev1
-%global posttag %{?gitrev:.git%{gitrev}}
-%global snapshot %{version}%{posttag}
-
 %global pybin %{?fedora:%{__python3}}%{!?fedora:%{__python}}
 %global pylib %{?fedora:%{python3_sitelib}}%{!?fedora:%{python_sitelib}}
 %global pypkg %{?fedora:python3}%{!?fedora:python}
 
 Name:       distgen
 Summary:    Templating system/generator for distributions
-Version:    1.1%{?postrel:.%{postrel}%{posttag}}
+Version:    1.1
 Release:    1%{?dist}
 Group:      Applications/Communications
 License:    GPLv2+
@@ -18,13 +14,10 @@ BuildArch:  noarch
 %global both_requires %{pypkg}-jinja2, %{pypkg}-six, %{?fedora:%{pypkg}-}PyYAML
 
 Requires:      %both_requires
-BuildRequires: %{pypkg}-setuptools %{pypkg}-devel %{?fedora:%{pypkg}-}pytest %{pypkg}-flake8 %both_requires
+BuildRequires: %{pypkg}-setuptools %{pypkg}-devel %{?fedora:%{pypkg}-}pytest %both_requires
+BuildRequires: %{pypkg}-pytest-catchlog %pypkg-mock
 
-%if 0%{?postrel:1}
-Source0:       %{name}-%{version}.tar.gz
-%else
-Source0:       https://files.pythonhosted.org/packages/85/9f/e957294df30bfa5f01a19c80047b4ebdfb4e6630c4f53fbc8b46ec9aad12/%{name}-%{version}.tar.gz
-%endif
+Source0: https://github.com/devexp-db/distgen/archive/v%version/distgen-%version.tar.gz
 
 %description
 Based on given template specification (configuration for template), template
@@ -51,15 +44,19 @@ make PYTHON=%{pybin} check
 
 %files
 %license LICENSE
+%doc AUTHORS NEWS
 %doc docs/
 %{_bindir}/dg
 %{pylib}/distgen
 %{pylib}/%{name}-*.egg-info
 %{_datadir}/%{name}
-%{_mandir}/man1/dg.1.gz
+%{_mandir}/man1/*
 
 
 %changelog
+* Thu Apr 19 2018 Pavel Raiskup <praiskup@redhat.com> - 1.1-1
+- sync with upstream spec file
+
 * Wed Apr 18 2018 Slavek Kabrda <bkabrda@redhat.com> - 1.1-1
 - update to 1.1
 - update source url to conform with new PyPI urls format

diff --git a/sources b/sources
index 810ec38..0c28f83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (distgen-0.20.tar.gz) = 54da18919e9ef5a4a18e882f66ad0cdf2ac4ab9b100f8459c9aea14078fa6aef64a685fad20484400acafdf344ff1fb7f45852774a70655fcea660f035070100
+SHA512 (distgen-1.1.tar.gz) = f95c9be6795a4fd5ca3f09145a9e4fced71f27d5073b1a3142a98198d2b01a087087a1bb921af085d3f253561f22422f3a758661b6ac6c83b7751678ac7e41fd

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-14 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 12:38 [rpms/distgen] epel10.3: spec: sync with github.com/devexp-db/distgen spec Pavel Raiskup

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox