From 8c69ac062c11acd78fb50d5bf3856aca72d235fc Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 9 Oct 2025 11:38:50 +1100 Subject: [PATCH] initial commit of file from CVS for detox on Thu Oct 9 11:38:50 AEDT 2025 --- .gitattributes | 1 + .gitignore | 3 + Makefile | 21 +++++++ README.md | 8 ++- contriborbase | 1 + detox-1.4.5.tar.gz | 3 + detox.spec | 144 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 180 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 contriborbase create mode 100644 detox-1.4.5.tar.gz create mode 100644 detox.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f087b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1534ba5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.rpm +*.log +*spec-20* diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..822248d --- /dev/null +++ b/Makefile @@ -0,0 +1,21 @@ +# Makefile for source rpm: detox +# $Id: Makefile,v 1.1 2022/03/04 12:26:21 jcrisp Exp $ +NAME := detox +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) diff --git a/README.md b/README.md index d6b1f8a..779cfc1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # detox -3rd Party (Maintained by Koozali) git repo for detox smecontribs \ No newline at end of file +3rd Party (Maintained by Koozali) git repo for detox smecontribs + +## Description + +
*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.* +*Once it has been checked, then this comment will be deleted* +
diff --git a/contriborbase b/contriborbase new file mode 100644 index 0000000..9b7fd51 --- /dev/null +++ b/contriborbase @@ -0,0 +1 @@ +contribs10 diff --git a/detox-1.4.5.tar.gz b/detox-1.4.5.tar.gz new file mode 100644 index 0000000..627fde5 --- /dev/null +++ b/detox-1.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89aa25ddc6d5b609ed0ce5588901deaa7d1181a4bf18921a40bcf9fd9d3eaa4a +size 175710 diff --git a/detox.spec b/detox.spec new file mode 100644 index 0000000..54ba237 --- /dev/null +++ b/detox.spec @@ -0,0 +1,144 @@ +Name: detox +Version: 1.4.5 +Release: 2%{?dist} +Summary: Utility to replace problematic characters in file names + +License: BSD +URL: https://github.com/dharple/detox +Source0: https://github.com/dharple/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: autoconf automake flex flex-static +BuildRequires: gcc +BuildRequires: make + +%description +Detox is a utility designed to clean up file names. It replaces difficult to +work with characters, such as spaces, with standard equivalents. It will also +clean up file names with UTF-8 or Latin-1 (or CP-1252) characters in them. + +%prep +%autosetup + +%build +autoreconf --install +%configure +%make_build + +%install +%make_install +rm %{buildroot}/etc/detoxrc.sample + +%files + +%config(noreplace) %{_sysconfdir}/%{name}rc +%{_bindir}/%{name} +%{_bindir}/inline-%{name} +%{_datadir}/%{name} +%doc README.md +/usr/share/doc/detox/README.md +%{_mandir}/man5/detox* +%{_mandir}/man1/inline-detox.1.gz +%{_mandir}/man1/detox* + +%changelog +* Thu Oct 09 2025 BogusDateBot +- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, + by assuming the date is correct and changing the weekday. + +* Fri Mar 04 2022 John Crisp - 1.4.5-2.sme +- First import to Koozali SME Server v10 [SME: 11882] + +* Wed Oct 06 2021 Filipe Rosset - 1.4.5-1 +- Update to 1.4.5 fixes rhbz#1936057 + +* Wed Jul 21 2021 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Feb 22 2021 Sven Lankes - 1.4.1-1 +- Update to 1.4.1 fixes rhbz#1931152 + +* Sat Feb 13 2021 Filipe Rosset - 1.4.0-1 +- Update to 1.4.0 fixes rhbz#1928058 + +* Fri Feb 05 2021 Filipe Rosset - 1.3.3-1 +- Update to 1.3.3 + +* Sun Jan 31 2021 Filipe Rosset - 1.3.2-1 +- Update to 1.3.2 fixes rhbz#1922713 + +* Tue Jan 26 2021 Fedora Release Engineering - 1.3.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.3.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 1.3.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jul 24 2019 Fedora Release Engineering - 1.3.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 1.3.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 1.3.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Apr 08 2018 Filipe Rosset - 1.3.0-5 +- added gcc as BR + +* Wed Feb 07 2018 Fedora Release Engineering - 1.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed May 03 2017 Filipe Rosset - 1.3.0-1 +- Rebuilt for new upstream version 1.3.0 fixes rhbz #1445839 + +* Fri Feb 10 2017 Fedora Release Engineering - 1.2.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 1.2.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1.2.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Aug 16 2014 Fedora Release Engineering - 1.2.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.2.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 18 2014 Filipe Rosset - 1.2.0-10 +- Fix rhbz #1037034 (format-security-patch), spec cleanup + +* Sat Aug 03 2013 Fedora Release Engineering - 1.2.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 1.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Dec 12 2010 Sven Lankes - 1.2.0-4 +- Really fix FTBFS + +* Thu Dec 09 2010 Sven Lankes - 1.2.0-3 +- Fix FTBFS (rhbz #661090) + +* Tue Mar 16 2010 Sven Lankes - 1.2.0-2 +- Review fixes + +* Sun Feb 28 2010 Sven Lankes - 1.2.0-1 +- Initial package