From 3a67d388df6893b4f7ddce13f35ca0bfb6618c84 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sat, 15 Jan 2005 08:20:55 +0000 Subject: [PATCH] auto-import convmv-1.08-1 on branch devel from convmv-1.08-1.src.rpm --- .cvsignore | 1 + convmv.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 46 insertions(+) create mode 100644 convmv.spec diff --git a/.cvsignore b/.cvsignore index e69de29..92686de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +convmv-1.08.tar.gz diff --git a/convmv.spec b/convmv.spec new file mode 100644 index 0000000..524538d --- /dev/null +++ b/convmv.spec @@ -0,0 +1,44 @@ +Summary: Convert filename encodings. +Name: convmv +Version: 1.08 +Release: 1 +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) +%doc CREDITS Changes GPL2 TODO testsuite.tar +%{_bindir}/convmv +%{_mandir}/man*/* + +%changelog +* Fri Jan 14 2005 Nils Philippsen +- version 1.08 + +* Sat Feb 07 2004 Nils Philippsen +- version 1.07 +- initial build diff --git a/sources b/sources index e69de29..d4540d6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +40707f82b1a9631fe715f68f94431d3a convmv-1.08.tar.gz