2005-03-05 21:10:20 +00:00
|
|
|
Summary: Convert filename encodings
|
2005-01-15 08:20:55 +00:00
|
|
|
Name: convmv
|
2018-03-27 13:06:04 +00:00
|
|
|
Version: 2.05
|
2020-03-31 06:51:46 +00:00
|
|
|
Release: 6%{?dist}
|
2005-04-06 22:11:36 +00:00
|
|
|
|
2008-02-25 13:32:41 +00:00
|
|
|
License: GPLv2 or GPLv3
|
2005-01-15 08:20:55 +00:00
|
|
|
URL: http://j3e.de/linux/convmv
|
2007-09-27 14:49:34 +00:00
|
|
|
Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz
|
2015-05-19 09:17:30 +00:00
|
|
|
Patch0: convmv-2.0-preserve-timestamps.patch
|
2005-01-15 08:20:55 +00:00
|
|
|
BuildArch: noarch
|
2020-03-31 06:51:46 +00:00
|
|
|
BuildRequires: make
|
2016-06-24 08:07:56 +00:00
|
|
|
BuildRequires: perl-generators
|
2020-03-31 06:51:46 +00:00
|
|
|
BuildRequires: perl(bytes)
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Compare)
|
|
|
|
BuildRequires: perl(File::Find)
|
2016-02-23 08:42:16 +00:00
|
|
|
BuildRequires: perl(Getopt::Long)
|
2020-03-31 06:51:46 +00:00
|
|
|
BuildRequires: perl(Unicode::Normalize)
|
|
|
|
BuildRequires: perl(utf8)
|
2005-01-15 08:20:55 +00:00
|
|
|
|
|
|
|
%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
|
2015-05-19 09:17:30 +00:00
|
|
|
%patch0 -p1 -b .preserve-timestamps
|
2007-09-27 14:49:34 +00:00
|
|
|
tar -xf testsuite.tar
|
2005-01-15 08:20:55 +00:00
|
|
|
|
|
|
|
%build
|
2014-05-28 10:18:52 +00:00
|
|
|
make %{_smp_mflags}
|
2007-09-27 14:52:01 +00:00
|
|
|
|
|
|
|
%check
|
2013-09-11 08:38:46 +00:00
|
|
|
make test
|
2005-01-15 08:20:55 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
|
|
|
|
|
|
|
%files
|
2016-02-23 08:42:16 +00:00
|
|
|
%doc CREDITS Changes TODO
|
|
|
|
%license GPL2
|
2005-01-15 08:20:55 +00:00
|
|
|
%{_bindir}/convmv
|
|
|
|
%{_mandir}/man*/*
|
|
|
|
|
|
|
|
%changelog
|
2020-03-31 06:51:46 +00:00
|
|
|
* Tue Mar 31 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-6
|
|
|
|
- Specify all perl dependencies
|
|
|
|
|
2020-01-28 14:46:26 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-24 20:58:43 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 16:15:00 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-12 22:13:30 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-27 13:06:04 +00:00
|
|
|
* Tue Mar 27 2018 Parag Nemade <pnemade AT redhat DOT com> - 2.05-1
|
|
|
|
- Update to 2.05 version (#1467456)
|
|
|
|
|
2018-02-07 05:42:01 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.01-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-26 05:27:51 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.01-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-06 15:58:35 +00:00
|
|
|
* Tue Jun 06 2017 Nils Philippsen <nils@tiptoe.de> - 2.01-1
|
|
|
|
- version 2.01
|
|
|
|
|
2017-02-10 07:52:49 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-23 08:42:16 +00:00
|
|
|
* Tue Feb 23 2016 Parag Nemade <pnemade AT redhat DOT com> - 2.0-4
|
|
|
|
- Resolves:rh#1307401: FTBFS in rawhide
|
|
|
|
- Added %%license tag
|
|
|
|
|
2016-02-03 18:06:09 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 03:13:36 +00:00
|
|
|
* 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
|
|
|
|
|
2015-05-19 09:16:33 +00:00
|
|
|
* Tue May 19 2015 Nils Philippsen <nils@redhat.com> - 2.0-1
|
|
|
|
- version 2.0
|
2015-05-19 09:17:30 +00:00
|
|
|
- use patch to patch Makefile instead of sed
|
2015-05-19 09:16:33 +00:00
|
|
|
|
2014-06-07 05:51:51 +00:00
|
|
|
* 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
|
|
|
|
|
2014-05-28 10:18:52 +00:00
|
|
|
* Wed May 28 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.15-2
|
|
|
|
- Follow the recent packaging guideline changes
|
|
|
|
|
2013-09-11 08:38:13 +00:00
|
|
|
* Wed Sep 11 2013 Nils Philippsen <nils@redhat.com> - 1.15-1
|
|
|
|
- version 1.15
|
2013-09-11 08:38:46 +00:00
|
|
|
- reenable testsuite
|
2013-09-11 08:39:17 +00:00
|
|
|
- fix bogus dates in changelog
|
2013-09-11 08:38:13 +00:00
|
|
|
|
2013-08-03 05:50:07 +00:00
|
|
|
* 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
|
|
|
|
|
2013-07-17 23:13:14 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.14-7
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-13 18:58:02 +00:00
|
|
|
* 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
|
|
|
|
|
2012-07-18 19:39:38 +00:00
|
|
|
* 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
|
|
|
|
|
2012-01-12 23:51:54 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-08 11:23:14 +00:00
|
|
|
* 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
|
|
|
|
|
2009-07-24 19:28:48 +00:00
|
|
|
* 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
|
|
|
|
|
2009-03-03 10:27:43 +00:00
|
|
|
* Tue Mar 03 2009 Nils Philippsen <nils@redhat.com> - 1.14-1
|
|
|
|
- version 1.14
|
2009-03-04 12:30:46 +00:00
|
|
|
- temporarily disable "make test" to work around problems in koji
|
2009-03-03 10:27:43 +00:00
|
|
|
|
2009-02-24 09:07:34 +00:00
|
|
|
* 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
|
|
|
|
|
2008-02-25 13:32:41 +00:00
|
|
|
* 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"
|
|
|
|
|
2013-09-11 08:39:17 +00:00
|
|
|
* Thu Sep 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.10-3
|
2007-09-27 14:52:01 +00:00
|
|
|
- don't expect find output to be sorted, move "make test" to %%check (#237687,
|
|
|
|
patch by Giuseppe Bonacci)
|
2007-09-27 14:49:34 +00:00
|
|
|
- change license tag to "GPLv2"
|
|
|
|
|
2006-08-28 13:45:05 +00:00
|
|
|
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-2
|
|
|
|
- FC6 mass rebuild
|
|
|
|
|
2006-08-16 12:03:55 +00:00
|
|
|
* Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-1
|
|
|
|
- version 1.10
|
|
|
|
- use dist tag
|
|
|
|
|
2006-03-10 11:56:42 +00:00
|
|
|
* Fri Mar 10 2006 Nils Philippsen <nphilipp@redhat.com>
|
|
|
|
- version 1.09
|
|
|
|
|
2013-09-11 08:39:17 +00:00
|
|
|
* Thu Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
2005-04-06 22:11:36 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2005-01-15 09:22:40 +00:00
|
|
|
* Fri Jan 14 2005 Warren Togami <wtogami@redhat.com>
|
|
|
|
- remove testsuite.tar from doc
|
|
|
|
|
2005-01-15 08:20:55 +00:00
|
|
|
* 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
|