Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b22211f4a | ||
|
|
6c7bcdc7e3 | ||
|
|
aa904b6281 | ||
|
|
bb884e592f | ||
|
|
6ec54d4201 | ||
|
|
0eb64b2b0a | ||
|
|
c1febf8ac1 | ||
|
|
4b011fabda | ||
|
|
7d0bb62a79 |
4 changed files with 35 additions and 23 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -9,3 +9,7 @@
|
||||||
/sensible-utils_0.0.20.tar.xz
|
/sensible-utils_0.0.20.tar.xz
|
||||||
/sensible-utils_0.0.21.tar.xz
|
/sensible-utils_0.0.21.tar.xz
|
||||||
/sensible-utils_0.0.22.tar.xz
|
/sensible-utils_0.0.22.tar.xz
|
||||||
|
/sensible-utils_0.0.23.tar.xz
|
||||||
|
/sensible-utils_0.0.24.tar.xz
|
||||||
|
/sensible-utils_0.0.25.tar.xz
|
||||||
|
/sensible-utils_0.0.26.tar.xz
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Name: sensible-utils
|
Name: sensible-utils
|
||||||
Version: 0.0.22
|
Version: 0.0.26
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Utilities for sensible alternative selection
|
Summary: Utilities for sensible alternative selection
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
@ -16,8 +16,6 @@ BuildRequires: po4a
|
||||||
Requires: /usr/bin/gettext
|
Requires: /usr/bin/gettext
|
||||||
Requires: /usr/bin/realpath
|
Requires: /usr/bin/realpath
|
||||||
|
|
||||||
# Just require gettext, realpath instead of installing wrappers
|
|
||||||
Patch0: sensible-utils_nowrappers.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a number of small utilities which are used by programs to
|
This package provides a number of small utilities which are used by programs to
|
||||||
|
|
@ -25,7 +23,7 @@ sensibly select and spawn an appropriate browser, editor, or pager.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
@ -50,6 +48,33 @@ autoreconf -ifv
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.26-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.26-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 22 2025 Sandro Mani <manisandro@gmail.com> - 0.0.26-1
|
||||||
|
- Update to 0.0.26
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.25-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 23 2025 Sandro Mani <manisandro@gmail.com> - 0.0.25-1
|
||||||
|
- Update to 0.0.25
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.24-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.24-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 25 2024 Sandro Mani <manisandro@gmail.com> - 0.0.24-1
|
||||||
|
- Update to 0.0.24
|
||||||
|
|
||||||
|
* Tue Jun 18 2024 Sandro Mani <manisandro@gmail.com> - 0.0.23-1
|
||||||
|
- Update to 0.0.23
|
||||||
|
|
||||||
* Tue Feb 06 2024 Sandro Mani <manisandro@gmail.com> - 0.0.22-1
|
* Tue Feb 06 2024 Sandro Mani <manisandro@gmail.com> - 0.0.22-1
|
||||||
- Update to 0.0.22
|
- Update to 0.0.22
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
diff -rupN --no-dereference sensible-utils/Makefile.am sensible-utils-new/Makefile.am
|
|
||||||
--- sensible-utils/Makefile.am 2023-07-05 11:34:03.000000000 +0200
|
|
||||||
+++ sensible-utils-new/Makefile.am 2024-02-06 11:52:10.881511782 +0100
|
|
||||||
@@ -7,8 +7,6 @@ TESTS = test/ed-as-sensible-editor test/
|
|
||||||
AM_TESTS_ENVIRONMENT=\
|
|
||||||
PATH="$(top_srcdir):$$PATH"; export PATH;
|
|
||||||
|
|
||||||
-binpkgdatadir = $(pkgdatadir)/bin
|
|
||||||
-
|
|
||||||
edit = sed \
|
|
||||||
-e 's|@binpkgdatadir[@]|$(binpkgdatadir)|g' \
|
|
||||||
-e 's|@prefix[@]|$(prefix)|g'
|
|
||||||
@@ -62,4 +60,3 @@ sensible-terminal: $(srcdir)/sensible-te
|
|
||||||
|
|
||||||
|
|
||||||
bin_SCRIPTS = sensible-browser sensible-editor sensible-pager select-editor sensible-terminal
|
|
||||||
-binpkgdata_SCRIPTS = tools/gettext tools/realpath
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (sensible-utils_0.0.22.tar.xz) = c35ac6f9a27bf21bd496acb5ada2fd2e5eb101d661fe49a505a80dc507eea314b8b29388ae4852c14aff547fef8938f48a14898c49cf951d7ab13ccf48e77ed5
|
SHA512 (sensible-utils_0.0.26.tar.xz) = afc313ac57379987ef61f656386bb9e4ea14746a266584b4e49953449a1d4869d156d79211ab07826b2473c63e4e2903044751f67b905fab61363c6ba3967ec1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue