2005-03-05 21:10:20 +00:00
|
|
|
Summary: Convert filename encodings
|
2005-01-15 08:20:55 +00:00
|
|
|
Name: convmv
|
|
|
|
Version: 1.08
|
2005-04-06 22:11:36 +00:00
|
|
|
Release: 3
|
|
|
|
|
2005-01-15 08:20:55 +00:00
|
|
|
Group: Applications/System
|
|
|
|
License: GPL
|
|
|
|
URL: http://j3e.de/linux/convmv
|
|
|
|
Source: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz
|
|
|
|
BuildRequires: /usr/bin/md5sum
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
%build
|
|
|
|
md5sum -c MD5sums
|
|
|
|
make PREFIX=%{_prefix}
|
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2005-01-15 09:22:40 +00:00
|
|
|
%doc CREDITS Changes GPL2 TODO
|
2005-01-15 08:20:55 +00:00
|
|
|
%{_bindir}/convmv
|
|
|
|
%{_mandir}/man*/*
|
|
|
|
|
|
|
|
%changelog
|
2005-04-06 22:11:36 +00:00
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- 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
|