| 1 | Summary: Convert filename encodings |
|---|
| 2 | Summary(ja): ファイル名のエンコーディングを変換するツール |
|---|
| 3 | Name: convmv |
|---|
| 4 | Version: 1.15 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | Group: Applications/System |
|---|
| 8 | License: GPLv2 |
|---|
| 9 | URL: http://j3e.de/linux/convmv |
|---|
| 10 | |
|---|
| 11 | Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz |
|---|
| 12 | |
|---|
| 13 | BuildArch: noarch |
|---|
| 14 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 15 | BuildRequires: coreutils |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | This package contains the tool convmv with which you can convert the encodings |
|---|
| 19 | of filenames, e.g. from Latin1 to UTF-8. |
|---|
| 20 | |
|---|
| 21 | %description -l ja |
|---|
| 22 | このパッケージにはファイル名のエンコーディングを変換するためのツール convmv |
|---|
| 23 | が含まれています。(例: EUC-JP から UTF-8 に変換など) |
|---|
| 24 | |
|---|
| 25 | %prep |
|---|
| 26 | %setup -q |
|---|
| 27 | tar -xf testsuite.tar |
|---|
| 28 | |
|---|
| 29 | %build |
|---|
| 30 | make |
|---|
| 31 | |
|---|
| 32 | %check |
|---|
| 33 | make test |
|---|
| 34 | |
|---|
| 35 | %install |
|---|
| 36 | rm -rf %{buildroot} |
|---|
| 37 | make PREFIX=%{_prefix} DESTDIR=%{buildroot} install |
|---|
| 38 | |
|---|
| 39 | %clean |
|---|
| 40 | rm -rf %{buildroot} |
|---|
| 41 | |
|---|
| 42 | %files |
|---|
| 43 | %defattr(-, root, root) |
|---|
| 44 | %doc CREDITS Changes GPL2 TODO |
|---|
| 45 | %{_bindir}/convmv |
|---|
| 46 | %{_mandir}/man*/* |
|---|
| 47 | |
|---|
| 48 | %changelog |
|---|
| 49 | * Thu Dec 1 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.15-1 |
|---|
| 50 | - new upstream release |
|---|
| 51 | |
|---|
| 52 | * Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14-2 |
|---|
| 53 | - rebuild for Vine 6 |
|---|
| 54 | |
|---|
| 55 | * Fri Jan 30 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.14-1 |
|---|
| 56 | - new upstream release |
|---|
| 57 | |
|---|
| 58 | * Wed Aug 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-1 |
|---|
| 59 | - new upstream release |
|---|
| 60 | |
|---|
| 61 | * Mon Jan 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-0vl1 |
|---|
| 62 | - initial build for Vine Linux |
|---|
| 63 | |
|---|
| 64 | * Mon Sep 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.10-3 |
|---|
| 65 | - don't expect find output to be sorted, move "make test" to %%check (#237687, |
|---|
| 66 | patch by Giuseppe Bonacci) |
|---|
| 67 | - change license tag to "GPLv2" |
|---|
| 68 | |
|---|
| 69 | * Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-2 |
|---|
| 70 | - FC6 mass rebuild |
|---|
| 71 | |
|---|
| 72 | * Wed Aug 16 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-1 |
|---|
| 73 | - version 1.10 |
|---|
| 74 | - use dist tag |
|---|
| 75 | |
|---|
| 76 | * Fri Mar 10 2006 Nils Philippsen <nphilipp@redhat.com> |
|---|
| 77 | - version 1.09 |
|---|
| 78 | |
|---|
| 79 | * Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> |
|---|
| 80 | - rebuilt |
|---|
| 81 | |
|---|
| 82 | * Fri Jan 14 2005 Warren Togami <wtogami@redhat.com> |
|---|
| 83 | - remove testsuite.tar from doc |
|---|
| 84 | |
|---|
| 85 | * Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com> |
|---|
| 86 | - version 1.08 |
|---|
| 87 | |
|---|
| 88 | * Sat Feb 07 2004 Nils Philippsen <nphilipp@redhat.com> |
|---|
| 89 | - version 1.07 |
|---|
| 90 | - initial build |
|---|