Compare commits
No commits in common. "rawhide" and "f22" have entirely different histories.
3 changed files with 13 additions and 155 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,15 +1 @@
|
|||
/sensible-utils_0.0.9.tar.gz
|
||||
/sensible-utils_0.0.11.tar.xz
|
||||
/sensible-utils_0.0.12.tar.xz
|
||||
/sensible-utils_0.0.14.tar.xz
|
||||
/sensible-utils_0.0.16.tar.xz
|
||||
/sensible-utils_0.0.17.tar.xz
|
||||
/sensible-utils_0.0.18.tar.xz
|
||||
/sensible-utils_0.0.19.tar.xz
|
||||
/sensible-utils_0.0.20.tar.xz
|
||||
/sensible-utils_0.0.21.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,20 +1,12 @@
|
|||
Name: sensible-utils
|
||||
Version: 0.0.26
|
||||
Release: 3%{?dist}
|
||||
Version: 0.0.9
|
||||
Release: 2%{?dist}
|
||||
Summary: Utilities for sensible alternative selection
|
||||
|
||||
BuildArch: noarch
|
||||
License: GPL-2.0-or-later
|
||||
License: GPLv2+
|
||||
URL: https://packages.debian.org/unstable/admin/%{name}
|
||||
Source0: http://ftp.de.debian.org/debian/pool/main/s/%{name}/%{name}_%{version}.tar.xz
|
||||
|
||||
BuildRequires: automake autoconf
|
||||
BuildRequires: make
|
||||
BuildRequires: po4a
|
||||
|
||||
# See Patch0
|
||||
Requires: /usr/bin/gettext
|
||||
Requires: /usr/bin/realpath
|
||||
Source0: http://ftp.de.debian.org/debian/pool/main/s/%{name}/%{name}_%{version}.tar.gz
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -23,15 +15,17 @@ sensibly select and spawn an appropriate browser, editor, or pager.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
# The french manpage is latin1, the german and spanish ones are encoded with
|
||||
# some unusable non-iso encoding and are left as is.
|
||||
file=po4a/fr/sensible-editor.1
|
||||
iconv -f latin1 -t utf8 < $file > $file.new && mv -f $file.new $file
|
||||
|
||||
|
||||
%build
|
||||
# Needed for Patch0
|
||||
autoreconf -ifv
|
||||
|
||||
%configure
|
||||
%make_build
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
|
|
@ -39,8 +33,7 @@ autoreconf -ifv
|
|||
|
||||
|
||||
%files
|
||||
%license debian/copyright
|
||||
%doc debian/changelog
|
||||
%doc debian/copyright debian/changelog
|
||||
%{_bindir}/sensible-*
|
||||
%{_bindir}/select-editor
|
||||
%{_mandir}/man1/*.1*
|
||||
|
|
@ -48,127 +41,6 @@ autoreconf -ifv
|
|||
|
||||
|
||||
%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
|
||||
- Update to 0.0.22
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.21-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.21-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jul 06 2023 Sandro Mani <manisandro@gmail.com> - 0.0.21-1
|
||||
- Update to 0.0.21
|
||||
|
||||
* Sun Jun 18 2023 Sandro Mani <manisandro@gmail.com> - 0.0.20-1
|
||||
- Update to 0.0.20
|
||||
|
||||
* Tue May 09 2023 Sandro Mani <manisandro@gmail.com> - 0.0.19-1
|
||||
- Update to 0.0.19
|
||||
|
||||
* Sun Mar 19 2023 Sandro Mani <manisandro@gmail.com> - 0.0.18-1
|
||||
- Update to 0.0.18
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.17-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Aug 30 2022 Sandro Mani <manisandro@gmail.com> - 0.0.17-4
|
||||
- Require gettext-runtime
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.17-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Aug 30 2021 Sandro Mani <manisandro@gmail.com> - 0.0.17-1
|
||||
- Update to 0.0.17
|
||||
|
||||
* Fri Aug 27 2021 Sandro Mani <manisandro@gmail.com> - 0.0.16-1
|
||||
- Update to 0.0.16
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2021 Sandro Mani <manisandro@gmail.com> - 0.0.14-1
|
||||
- Update to 0.0.14
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.12-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.12-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Mar 13 2018 Sandro Mani <manisandro@gmail.com> - 0.0.12-1
|
||||
- Update to 0.0.12
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Dec 13 2017 Sandro Mani <manisandro@gmail.com> - 0.0.11-1
|
||||
- Update to 0.0.11
|
||||
|
||||
* Tue Oct 31 2017 Sandro Mani <manisandro@gmail.com> - 0.0.10-1
|
||||
- Update to 0.0.10
|
||||
|
||||
* Wed Sep 06 2017 Sandro Mani <manisandro@gmail.com> - 0.0.9-8
|
||||
- Use --config instead of --list in update-alternatives --config editor
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Jul 14 2017 Sandro Mani <manisandro@gmail.com> - 0.0.9-6
|
||||
- Silence stderr when looking for $EDITOR, $VISUAL and $SELECTED_EDITOR (#1467077)
|
||||
- Modernize spec
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (sensible-utils_0.0.26.tar.xz) = afc313ac57379987ef61f656386bb9e4ea14746a266584b4e49953449a1d4869d156d79211ab07826b2473c63e4e2903044751f67b905fab61363c6ba3967ec1
|
||||
559012932ffa95a7bbd8f8423869b652 sensible-utils_0.0.9.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue