diff --git a/.convmv.metadata b/.convmv.metadata new file mode 100644 index 0000000..5ad2bab --- /dev/null +++ b/.convmv.metadata @@ -0,0 +1 @@ +7ca8599a37480a99058c4498fba7cfed64134de5 SOURCES/convmv-1.15.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..780cdf7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/convmv-1.15.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/convmv.spec b/SPECS/convmv.spec new file mode 100644 index 0000000..0e2bc77 --- /dev/null +++ b/SPECS/convmv.spec @@ -0,0 +1,81 @@ +Summary: Convert filename encodings +Name: convmv +Version: 1.15 +Release: 2%{?dist} + +License: GPLv2 or GPLv3 +URL: http://j3e.de/linux/convmv +Source0: http://j3e.de/linux/convmv/convmv-%{version}.tar.gz +BuildArch: noarch + +%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 +tar -xf testsuite.tar +# This is needed to preserve the timestamp of convmv file +sed -i 's/install/install -p/g' Makefile + +%build +make %{_smp_mflags} + +%check +make test + +%install +make PREFIX=%{_prefix} DESTDIR=%{buildroot} install + +%files +%doc CREDITS Changes GPL2 TODO +%{_bindir}/convmv +%{_mandir}/man*/* + +%changelog +* Wed May 28 2014 Parag Nemade - 1.15-2 +- Follow the recent packaging guideline changes + +* Wed Sep 11 2013 Nils Philippsen - 1.15-1 +- version 1.15 +- reenable testsuite +- fix bogus dates in changelog + +* Tue Mar 03 2009 Nils Philippsen - 1.14-1 +- version 1.14 +- temporarily disable "make test" to work around problems in koji + +* Mon Feb 25 2008 Nils Philippsen - 1.12-1 +- version 1.12 +- remove obsolete tests patch +- don't run md5sum against MD5sums as it lists a non-existing .MD5sums file + which causes md5sum to error out +- change license tag to "GPLv2 or GPLv3" + +* Thu Sep 27 2007 Nils Philippsen - 1.10-3 +- don't expect find output to be sorted, move "make test" to %%check (#237687, + patch by Giuseppe Bonacci) +- change license tag to "GPLv2" + +* Mon Aug 28 2006 Nils Philippsen - 1.10-2 +- FC6 mass rebuild + +* Wed Aug 16 2006 Nils Philippsen - 1.10-1 +- version 1.10 +- use dist tag + +* Fri Mar 10 2006 Nils Philippsen +- version 1.09 + +* Thu Apr 7 2005 Michael Schwendt +- rebuilt + +* Fri Jan 14 2005 Warren Togami +- remove testsuite.tar from doc + +* Fri Jan 14 2005 Nils Philippsen +- version 1.08 + +* Sat Feb 07 2004 Nils Philippsen +- version 1.07 +- initial build