initial commit of file from CVS for detox on Thu Oct 9 11:38:50 AEDT 2025
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
21
Makefile
Normal file
21
Makefile
Normal file
@@ -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)
|
@@ -1,3 +1,9 @@
|
||||
# detox
|
||||
|
||||
3rd Party (Maintained by Koozali) git repo for detox smecontribs
|
||||
|
||||
## Description
|
||||
|
||||
<br />*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*
|
||||
<br />
|
||||
|
1
contriborbase
Normal file
1
contriborbase
Normal file
@@ -0,0 +1 @@
|
||||
contribs10
|
BIN
detox-1.4.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
detox-1.4.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
144
detox.spec
Normal file
144
detox.spec
Normal file
@@ -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 <jcrisp@safeandsoundit.co.uk> - 1.4.5-2.sme
|
||||
- First import to Koozali SME Server v10 [SME: 11882]
|
||||
|
||||
* Wed Oct 06 2021 Filipe Rosset <rosset.filipe@gmail.com> - 1.4.5-1
|
||||
- Update to 1.4.5 fixes rhbz#1936057
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon Feb 22 2021 Sven Lankes <sven@lank.es> - 1.4.1-1
|
||||
- Update to 1.4.1 fixes rhbz#1931152
|
||||
|
||||
* Sat Feb 13 2021 Filipe Rosset <rosset.filipe@gmail.com> - 1.4.0-1
|
||||
- Update to 1.4.0 fixes rhbz#1928058
|
||||
|
||||
* Fri Feb 05 2021 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.3-1
|
||||
- Update to 1.3.3
|
||||
|
||||
* Sun Jan 31 2021 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.2-1
|
||||
- Update to 1.3.2 fixes rhbz#1922713
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun Apr 08 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.0-5
|
||||
- added gcc as BR
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed May 03 2017 Filipe Rosset <rosset.filipe@gmail.com> - 1.3.0-1
|
||||
- Rebuilt for new upstream version 1.3.0 fixes rhbz #1445839
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Mar 18 2014 Filipe Rosset <rosset.filipe@gmail.com> - 1.2.0-10
|
||||
- Fix rhbz #1037034 (format-security-patch), spec cleanup
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sun Dec 12 2010 Sven Lankes <sven@lank.es> - 1.2.0-4
|
||||
- Really fix FTBFS
|
||||
|
||||
* Thu Dec 09 2010 Sven Lankes <sven@lank.es> - 1.2.0-3
|
||||
- Fix FTBFS (rhbz #661090)
|
||||
|
||||
* Tue Mar 16 2010 Sven Lankes <sven@lank.es> - 1.2.0-2
|
||||
- Review fixes
|
||||
|
||||
* Sun Feb 28 2010 Sven Lankes <sven@lank.es> - 1.2.0-1
|
||||
- Initial package
|
Reference in New Issue
Block a user