public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/distgen] epel10.3: update to 1.1
@ 2026-09-14 12:38 Slavek Kabrda
0 siblings, 0 replies; only message in thread
From: Slavek Kabrda @ 2026-09-14 12:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/distgen
Branch : epel10.3
Commit : 9883fa508a0c465064c6cb8d8aa2dc5845ed939d
Author : Slavek Kabrda <bkabrda@redhat.com>
Date : 2018-04-19T09:28:28+02:00
Stats : +9/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/distgen/c/9883fa508a0c465064c6cb8d8aa2dc5845ed939d?branch=epel10.3
Log:
update to 1.1
update source url to conform with new PyPI urls format
---
diff --git a/distgen.spec b/distgen.spec
index 2e1b4ec..c2af775 100644
--- a/distgen.spec
+++ b/distgen.spec
@@ -8,8 +8,8 @@
Name: distgen
Summary: Templating system/generator for distributions
-Version: 0.20%{?postrel:.%{postrel}%{posttag}}
-Release: 2%{?dist}
+Version: 1.1%{?postrel:.%{postrel}%{posttag}}
+Release: 1%{?dist}
Group: Applications/Communications
License: GPLv2+
URL: https://github.com/devexp-db/distgen
@@ -23,7 +23,7 @@ BuildRequires: %{pypkg}-setuptools %{pypkg}-devel %{?fedora:%{pypkg}-}pytest %{p
%if 0%{?postrel:1}
Source0: %{name}-%{version}.tar.gz
%else
-Source0: https://pypi.python.org/packages/85/67/c5eda06be88a44767ce75acda4f301f5cf210de335be2276f70e198a71d2/%{name}-%{version}.tar.gz
+Source0: https://files.pythonhosted.org/packages/85/9f/e957294df30bfa5f01a19c80047b4ebdfb4e6630c4f53fbc8b46ec9aad12/%{name}-%{version}.tar.gz
%endif
%description
@@ -41,6 +41,8 @@ file and preexisting distribution metadata generate output file.
%install
%{pybin} setup.py install --root=%{buildroot}
+mkdir -p %{buildroot}%{_datadir}/distgen
+mv %{buildroot}%{pylib}/distgen/{distconf,templates} %{buildroot}%{_datadir}/distgen
%check
@@ -58,6 +60,10 @@ make PYTHON=%{pybin} check
%changelog
+* 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
+
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
^ 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: update to 1.1 Slavek Kabrda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox