Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b198a0891 | ||
|
|
de287d4af0 |
5 changed files with 32 additions and 20 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
/setconf-0.7.6.tar.gz
|
/setconf-0.7.6.tar.gz
|
||||||
|
/setconf-0.7.7.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
diff --git a/setup.py b/setup.py
|
|
||||||
index dcf28bc..2607b2b 100644
|
|
||||||
--- a/setup.py
|
|
||||||
+++ b/setup.py
|
|
||||||
@@ -12,6 +12,7 @@ setup(name="setconf",
|
|
||||||
author_email="xyproto@archlinux.org",
|
|
||||||
license="GPLv2",
|
|
||||||
py_modules=["setconf"],
|
|
||||||
+ data_files = [('share/man/man1', ['./setconf.1'])],
|
|
||||||
entry_points={
|
|
||||||
"console_scripts" : [
|
|
||||||
"setconf = setconf:main",
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
||||||
18
setconf-0.7.7-add_man.patch
Normal file
18
setconf-0.7.7-add_man.patch
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
From: Jan Macku <jamacku@redhat.com>
|
||||||
|
Date: Tue, 7 Jul 2020 11:12:27 +0200
|
||||||
|
Subject: [PATCH] setconf-0.7.7-add_man.patch
|
||||||
|
diff --git a/setup.py b/setup.py
|
||||||
|
index 7d2423a..218ec28 100644
|
||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -12,6 +12,7 @@ setup(name="setconf",
|
||||||
|
author_email="xyproto@archlinux.org",
|
||||||
|
license="GPLv2",
|
||||||
|
py_modules=["setconf"],
|
||||||
|
+ data_files = [("share/man/man1", ["./setconf.1"])],
|
||||||
|
entry_points={
|
||||||
|
"console_scripts": [
|
||||||
|
"setconf = setconf:main",
|
||||||
|
--
|
||||||
|
2.25.4
|
||||||
|
|
||||||
16
setconf.spec
16
setconf.spec
|
|
@ -1,14 +1,15 @@
|
||||||
Name: setconf
|
Name: setconf
|
||||||
Version: 0.7.6
|
Version: 0.7.7
|
||||||
Release: 5%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Utility for changing settings in configuration text files
|
Summary: Utility for changing settings in configuration text files
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://setconf.roboticoverlords.org/
|
URL: http://setconf.roboticoverlords.org/
|
||||||
Source0: https://github.com/xyproto/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/xyproto/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: %{name}-%{version}-rm_sb.patch
|
# Patch#: setconf-version-description.patch
|
||||||
Patch1: %{name}-%{version}-add_man.patch
|
Patch0: setconf-0.7.6-rm_sb.patch
|
||||||
|
Patch2: setconf-0.7.7-add_man.patch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
|
@ -44,6 +45,13 @@ cd testcases/ && ./py3_test.sh
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 07 2020 Jan Macku <jamacku@redhat.com> - 0.7.7-2
|
||||||
|
- Fix names of patches in spec
|
||||||
|
- Fix Patch1 to match the source
|
||||||
|
|
||||||
|
* Tue Jul 07 2020 Jan Macku <jamacku@redhat.com> - 0.7.7-1
|
||||||
|
- New release - setconf 0.7.7
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-5
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (setconf-0.7.6.tar.gz) = 994414dd38b087bd7bc3fb6e1143617dcab3e24f5b12c8352c2b9076502534be860b749804fa1367a1412073e79b1b4f23a2a547c0706c27041742d39b2eb5ac
|
SHA512 (setconf-0.7.7.tar.gz) = 5ada31bbf7abcaf69b0c7759bfb624b985e6482762e84a5eeeac3d3ed022fd88cd4440ebf53454839cf974370df85f73ac1a74ee9b9144c84d4763f537d0f96f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue