e1fff44880
Resolves: RHEL-64018
202 lines
7.2 KiB
RPMSpec
202 lines
7.2 KiB
RPMSpec
Summary: Convert filename encodings
|
|
Name: convmv
|
|
Version: 2.05
|
|
Release: 18%{?dist}
|
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
|
URL: http://j3e.de/linux/convmv
|
|
Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz
|
|
Patch0: convmv-2.0-preserve-timestamps.patch
|
|
BuildArch: noarch
|
|
BuildRequires: make
|
|
BuildRequires: perl-generators
|
|
BuildRequires: perl(bytes)
|
|
BuildRequires: perl(Cwd)
|
|
BuildRequires: perl(Encode)
|
|
BuildRequires: perl(File::Basename)
|
|
BuildRequires: perl(File::Compare)
|
|
BuildRequires: perl(File::Find)
|
|
BuildRequires: perl(Getopt::Long)
|
|
BuildRequires: perl(Unicode::Normalize)
|
|
BuildRequires: perl(utf8)
|
|
|
|
%description
|
|
This package contains the tool convmv with which you can convert the encodings
|
|
of filenames, e.g. from Latin1 to UTF-8.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch 0 -p1 -b .preserve-timestamps
|
|
tar -xf testsuite.tar
|
|
|
|
%build
|
|
make %{_smp_mflags}
|
|
|
|
%check
|
|
make test
|
|
|
|
%install
|
|
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
|
|
|
%files
|
|
%doc CREDITS Changes TODO
|
|
%license GPL2
|
|
%{_bindir}/convmv
|
|
%{_mandir}/man*/*
|
|
|
|
%changelog
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.05-18
|
|
- Bump release for October 2024 mass rebuild:
|
|
Resolves: RHEL-64018
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.05-17
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
* Mon May 27 2024 Parag Nemade <pnemade AT redhat DOT com> - 2.05-16
|
|
- Correct the SPDX license expression
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Fri Jun 23 2023 Parag Nemade <pnemade AT redhat DOT com> - 2.05-12
|
|
- Migrate to SPDX license expression
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
* Tue Mar 31 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-6
|
|
- Specify all perl dependencies
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Tue Mar 27 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.05-1
|
|
- Update to 2.05 version (#1467456)
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.01-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.01-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Tue Jun 06 2017 Nils Philippsen <nils@tiptoe.de> - 2.01-1
|
|
- version 2.01
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Tue Feb 23 2016 Parag Nemade <pnemade AT redhat DOT com> - 2.0-4
|
|
- Resolves:rh#1307401: FTBFS in rawhide
|
|
- Added %%license tag
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Tue May 19 2015 Nils Philippsen <nils@redhat.com> - 2.0-1
|
|
- version 2.0
|
|
- use patch to patch Makefile instead of sed
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Wed May 28 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.15-2
|
|
- Follow the recent packaging guideline changes
|
|
|
|
* Wed Sep 11 2013 Nils Philippsen <nils@redhat.com> - 1.15-1
|
|
- version 1.15
|
|
- reenable testsuite
|
|
- fix bogus dates in changelog
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.14-7
|
|
- Perl 5.18 rebuild
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Mar 03 2009 Nils Philippsen <nils@redhat.com> - 1.14-1
|
|
- version 1.14
|
|
- temporarily disable "make test" to work around problems in koji
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Feb 25 2008 Nils Philippsen <nphilipp@redhat.com> - 1.12-1
|
|
- version 1.12
|
|
- remove obsolete tests patch
|
|
- don't run md5sum against MD5sums as it lists a non-existing .MD5sums file
|
|
which causes md5sum to error out
|
|
- change license tag to "GPLv2 or GPLv3"
|
|
|
|
* Thu Sep 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.10-3
|
|
- don't expect find output to be sorted, move "make test" to %%check (#237687,
|
|
patch by Giuseppe Bonacci)
|
|
- change license tag to "GPLv2"
|
|
|
|
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-2
|
|
- FC6 mass rebuild
|
|
|
|
* Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-1
|
|
- version 1.10
|
|
- use dist tag
|
|
|
|
* Fri Mar 10 2006 Nils Philippsen <nphilipp@redhat.com>
|
|
- version 1.09
|
|
|
|
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
- rebuilt
|
|
|
|
* Fri Jan 14 2005 Warren Togami <wtogami@redhat.com>
|
|
- remove testsuite.tar from doc
|
|
|
|
* Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com>
|
|
- version 1.08
|
|
|
|
* Sat Feb 07 2004 Nils Philippsen <nphilipp@redhat.com>
|
|
- version 1.07
|
|
- initial build
|