81 lines
2.0 KiB
RPMSpec
81 lines
2.0 KiB
RPMSpec
Summary: Convert filename encodings
|
|
Name: convmv
|
|
Version: 1.14
|
|
Release: 1%{?dist}
|
|
|
|
Group: Applications/System
|
|
License: GPLv2 or GPLv3
|
|
URL: http://j3e.de/linux/convmv
|
|
Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
%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
|
|
tar -xf testsuite.tar
|
|
|
|
%build
|
|
make
|
|
|
|
%check
|
|
make test
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc CREDITS Changes GPL2 TODO
|
|
%{_bindir}/convmv
|
|
%{_mandir}/man*/*
|
|
|
|
%changelog
|
|
* Tue Mar 03 2009 Nils Philippsen <nils@redhat.com> - 1.14-1
|
|
- version 1.14
|
|
|
|
* 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"
|
|
|
|
* Mon 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
|
|
|
|
* Fri 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
|