Blame SPECS/convmv.spec

814c13
Summary: Convert filename encodings
814c13
Name: convmv
814c13
Version: 1.15
814c13
Release: 2%{?dist}
814c13
814c13
License: GPLv2 or GPLv3
814c13
URL: http://j3e.de/linux/convmv
814c13
Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz
814c13
BuildArch: noarch
814c13
814c13
%description
814c13
This package contains the tool convmv with which you can convert the encodings
814c13
of filenames, e.g. from Latin1 to UTF-8.
814c13
814c13
%prep
814c13
%setup -q
814c13
tar -xf testsuite.tar
814c13
# This is needed to preserve the timestamp of convmv file
814c13
sed -i 's/install/install -p/g' Makefile
814c13
814c13
%build
814c13
make %{_smp_mflags}
814c13
814c13
%check
814c13
make test
814c13
814c13
%install
814c13
make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
814c13
814c13
%files
814c13
%doc CREDITS Changes GPL2 TODO
814c13
%{_bindir}/convmv
814c13
%{_mandir}/man*/*
814c13
814c13
%changelog
814c13
* Wed May 28 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.15-2
814c13
- Follow the recent packaging guideline changes
814c13
814c13
* Wed Sep 11 2013 Nils Philippsen <nils@redhat.com> - 1.15-1
814c13
- version 1.15
814c13
- reenable testsuite
814c13
- fix bogus dates in changelog
814c13
814c13
* Tue Mar 03 2009 Nils Philippsen <nils@redhat.com> - 1.14-1
814c13
- version 1.14
814c13
- temporarily disable "make test" to work around problems in koji
814c13
814c13
* Mon Feb 25 2008 Nils Philippsen <nphilipp@redhat.com> - 1.12-1
814c13
- version 1.12
814c13
- remove obsolete tests patch
814c13
- don't run md5sum against MD5sums as it lists a non-existing .MD5sums file
814c13
  which causes md5sum to error out
814c13
- change license tag to "GPLv2 or GPLv3"
814c13
814c13
* Thu Sep 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.10-3
814c13
- don't expect find output to be sorted, move "make test" to %%check (#237687,
814c13
  patch by Giuseppe Bonacci)
814c13
- change license tag to "GPLv2"
814c13
814c13
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-2
814c13
- FC6 mass rebuild
814c13
814c13
* Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-1
814c13
- version 1.10
814c13
- use dist tag
814c13
814c13
* Fri Mar 10 2006 Nils Philippsen <nphilipp@redhat.com>
814c13
- version 1.09
814c13
814c13
* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
814c13
- rebuilt
814c13
814c13
* Fri Jan 14 2005 Warren Togami <wtogami@redhat.com>
814c13
- remove testsuite.tar from doc
814c13
814c13
* Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com>
814c13
- version 1.08
814c13
814c13
* Sat Feb 07 2004 Nils Philippsen <nphilipp@redhat.com>
814c13
- version 1.07
814c13
- initial build