Blame SPECS/convmv.spec

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