Add dos2unix and words packages
This commit is contained in:
parent
1d72d29a6e
commit
1ae60966bb
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"Signatures": {
|
||||||
|
"wpa_supplicant-2.9.tar.gz": "fcbdee7b4a64bea8177973299c8c824419c413ec2e3a95db63dd6a5dc3541f17"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,355 @@
|
||||||
|
Summary: Text file format converters
|
||||||
|
Name: dos2unix
|
||||||
|
Version: 7.4.1
|
||||||
|
Release: 4%{?dist}
|
||||||
|
License: BSD
|
||||||
|
URL: http://waterlan.home.xs4all.nl/dos2unix.html
|
||||||
|
Source: http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gettext
|
||||||
|
# perl modules, required for tests
|
||||||
|
# BuildRequires: perl-Test-Harness perl-Test-Simple
|
||||||
|
Provides: unix2dos = %{version}-%{release}
|
||||||
|
Obsoletes: unix2dos < 5.1-1
|
||||||
|
|
||||||
|
%description
|
||||||
|
Convert text files with DOS or Mac line endings to Unix line endings and
|
||||||
|
vice versa.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
make %{?_smp_mflags} LDFLAGS="%{build_ldflags}"
|
||||||
|
|
||||||
|
%install
|
||||||
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
|
# We add doc files manually to %%doc
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||||
|
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%doc man/man1/dos2unix.htm ChangeLog.txt COPYING.txt
|
||||||
|
%doc NEWS.txt README.txt TODO.txt
|
||||||
|
%{_bindir}/dos2unix
|
||||||
|
%{_bindir}/mac2unix
|
||||||
|
%{_bindir}/unix2dos
|
||||||
|
%{_bindir}/unix2mac
|
||||||
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 25 2020 Nicolas Ontiveros <niontive@microsoft.com> - 7.4.1-4
|
||||||
|
- Initial CBL-Mariner version.
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Sep 24 2019 Tim Waugh <twaugh@redhat.com> - 7.4.1-1
|
||||||
|
- Update to 7.4.1 (#1755150)
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Mar 06 2019 Than Ngo <than@redhat.com> - 7.4.0-7
|
||||||
|
- Enable tests
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 23 2018 Tim Waugh <twaugh@redhat.com> - 7.4.0-5
|
||||||
|
- Build requires gcc (bug #1603820).
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 08 2018 Tim Waugh <twaugh@redhat.com> - 7.4.0-3
|
||||||
|
- Fix build flags injection (bug #1573086).
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.4.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Oct 11 2017 Tim Waugh <twaugh@redhat.com> 7.4.0-1
|
||||||
|
- 7.4.0.
|
||||||
|
|
||||||
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 5 2017 Tim Waugh <twaugh@redhat.com> 7.3.5-1
|
||||||
|
- 7.3.5.
|
||||||
|
|
||||||
|
* Mon Apr 10 2017 Erwin Waterlander <waterlan@xs4all.nl> 7.3.4-3
|
||||||
|
- Removed build requirement perl-Pod-Checker
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 25 2016 Tim Waugh <twaugh@redhat.com> 7.3.4-1
|
||||||
|
- 7.3.4.
|
||||||
|
|
||||||
|
* Mon Feb 15 2016 Tim Waugh <twaugh@redhat.com> 7.3.3-1
|
||||||
|
- 7.3.3 (bug #1308277).
|
||||||
|
|
||||||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Nov 30 2015 Tim Waugh <twaugh@redhat.com> 7.3.2-1
|
||||||
|
- 7.3.2 (bug #1284134).
|
||||||
|
|
||||||
|
* Thu Oct 1 2015 Tim Waugh <twaugh@redhat.com> 7.3.1-1
|
||||||
|
- 7.3.1 (bug #1267773).
|
||||||
|
|
||||||
|
* Mon Aug 24 2015 Tim Waugh <twaugh@redhat.com> 7.3-1
|
||||||
|
- 7.3.
|
||||||
|
|
||||||
|
* Thu Jul 2 2015 Tim Waugh <twaugh@redhat.com> 7.2.3-1
|
||||||
|
- 7.2.3 (bug #1238484).
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.2.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 26 2015 Tim Waugh <twaugh@redhat.com> 7.2.2-1
|
||||||
|
- 7.2.2 (bug #1224433).
|
||||||
|
|
||||||
|
* Thu Apr 2 2015 Tim Waugh <twaugh@redhat.com> 7.2.1-1
|
||||||
|
- 7.2.1.
|
||||||
|
|
||||||
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 7.2-2
|
||||||
|
- Rebuilt for Fedora 23 Change
|
||||||
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||||
|
|
||||||
|
* Wed Feb 11 2015 Tim Waugh <twaugh@redhat.com> 7.2-1
|
||||||
|
- 7.2.
|
||||||
|
|
||||||
|
* Tue Oct 7 2014 Tim Waugh <twaugh@redhat.com> 7.1-1
|
||||||
|
- 7.1.
|
||||||
|
|
||||||
|
* Wed Sep 10 2014 Tim Waugh <twaugh@redhat.com> 7.0-1
|
||||||
|
- 7.0.
|
||||||
|
|
||||||
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 4 2014 Tim Waugh <twaugh@redhat.com> 6.0.6-1
|
||||||
|
- 6.0.6.
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Apr 22 2014 Tim Waugh <twaugh@redhat.com> 6.0.5-1
|
||||||
|
- 6.0.5 (bug #1089931).
|
||||||
|
|
||||||
|
* Thu Jan 2 2014 Tim Waugh <twaugh@redhat.com> 6.0.4-1
|
||||||
|
- 6.0.4.
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 22 2013 Tim Waugh <twaugh@redhat.com> 6.0.3-2
|
||||||
|
- Build requires perl-Pod-Checker.
|
||||||
|
- Fixed bogus changelog dates.
|
||||||
|
|
||||||
|
* Mon Jan 28 2013 Tim Waugh <twaugh@redhat.com> 6.0.3-1
|
||||||
|
- 6.0.3.
|
||||||
|
|
||||||
|
* Fri Sep 7 2012 Tim Waugh <twaugh@redhat.com> 6.0.2-1
|
||||||
|
- 6.0.2.
|
||||||
|
|
||||||
|
* Thu Jul 26 2012 Tim Waugh <twaugh@redhat.com> 6.0.1-1
|
||||||
|
- 6.0.1.
|
||||||
|
|
||||||
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 8 2012 Tim Waugh <twaugh@redhat.com> 6.0-1
|
||||||
|
- 6.0.
|
||||||
|
|
||||||
|
* Tue Mar 13 2012 Tim Waugh <twaugh@redhat.com> 5.3.3-1
|
||||||
|
- 5.3.3.
|
||||||
|
|
||||||
|
* Mon Jan 30 2012 Tim Waugh <twaugh@redhat.com> 5.3.2-1
|
||||||
|
- 5.3.2.
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Aug 10 2011 Tim Waugh <twaugh@redhat.com> 5.3.1-1
|
||||||
|
- 5.3.1.
|
||||||
|
|
||||||
|
* Fri May 20 2011 Tim Waugh <twaugh@redhat.com> 5.3-2
|
||||||
|
- No longer requires ghostscript or groff.
|
||||||
|
- Large file support taken care of upstream now.
|
||||||
|
|
||||||
|
* Wed Apr 27 2011 Tim Waugh <twaugh@redhat.com> 5.3-1
|
||||||
|
- 5.3.
|
||||||
|
|
||||||
|
* Mon Apr 11 2011 Tim Waugh <twaugh@redhat.com> 5.2.1-1
|
||||||
|
- 5.2.1.
|
||||||
|
|
||||||
|
* Tue Feb 15 2011 Tim Waugh <twaugh@redhat.com> 5.2-3
|
||||||
|
- Build requires perl (for pod2man).
|
||||||
|
|
||||||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Feb 1 2011 Tim Waugh <twaugh@redhat.com> 5.2-1
|
||||||
|
- Update to 5.2.
|
||||||
|
- Build requires groff and ghostscript.
|
||||||
|
|
||||||
|
* Thu Aug 19 2010 Chen Lei <supercyper@163.com> 5.1.1-1
|
||||||
|
- Update to 5.1.1
|
||||||
|
|
||||||
|
* Wed Aug 18 2010 Tim Waugh <twaugh@redhat.com> 5.1-1
|
||||||
|
- Applied changes from Chen Lei (bug #592922):
|
||||||
|
* Sun Aug 15 2010 Chen Lei <supercyper1@gmail.com> 5.1-1
|
||||||
|
- 5.1.
|
||||||
|
- Update spec to match latest guidelines w.r.t buildroot tag
|
||||||
|
|
||||||
|
* Tue Jan 26 2010 Tim Waugh <twaugh@redhat.com> 4.1.2-1
|
||||||
|
- 4.1.2.
|
||||||
|
|
||||||
|
* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 4.1.1-1
|
||||||
|
- 4.1.1. New upstream.
|
||||||
|
|
||||||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-36
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-35
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Sep 24 2008 Tim Waugh <twaugh@redhat.com> 3.1-34
|
||||||
|
- Moved 'make clean' to prep section and added comment about there
|
||||||
|
being no upstream (bug #225706).
|
||||||
|
|
||||||
|
* Mon Sep 8 2008 Tim Waugh <twaugh@redhat.com> 3.1-33
|
||||||
|
- Preserve file modes (bug #437465).
|
||||||
|
- Fixed manpage grammar (bug #460731).
|
||||||
|
|
||||||
|
* Mon Apr 14 2008 Tim Waugh <twaugh@redhat.com> 3.1-32
|
||||||
|
- Adjust license tag (bug #225706).
|
||||||
|
- Fix missing prototype (bug #225706).
|
||||||
|
- Install copy as symbolic links (bug #225706).
|
||||||
|
|
||||||
|
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 3.1-31
|
||||||
|
- Rebuild for GCC 4.3.
|
||||||
|
|
||||||
|
* Fri Jan 18 2008 Tim Waugh <twaugh@redhat.com> 3.1-30
|
||||||
|
- Applied patch from bug #292100 to fix segfault with missing -c argument.
|
||||||
|
|
||||||
|
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 3.1-29
|
||||||
|
- Rebuild.
|
||||||
|
|
||||||
|
* Tue Feb 6 2007 Tim Waugh <twaugh@redhat.com> 3.1-28
|
||||||
|
- Fixed build root (bug #225706).
|
||||||
|
- Build with SMP flags (bug #225706).
|
||||||
|
- Use dist in release tag (bug #225706).
|
||||||
|
- Fixed macros in changelog (bug #225706).
|
||||||
|
- Preserve timestamps when using install (bug #225706).
|
||||||
|
|
||||||
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.1-27.1
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Mon Jul 10 2006 Tim Waugh <twaugh@redhat.com> 3.1-27
|
||||||
|
- Re-encoded spec file in UTF-8 (bug #197817).
|
||||||
|
|
||||||
|
* Mon Jun 5 2006 Tim Waugh <twaugh@redhat.com> 3.1-26
|
||||||
|
- Rebuilt.
|
||||||
|
|
||||||
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 3.1-25
|
||||||
|
- Build with large file support.
|
||||||
|
|
||||||
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2.1
|
||||||
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.1-24.2
|
||||||
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||||
|
|
||||||
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com> 3.1-24
|
||||||
|
- Fixed tmppath patch (bug #150277).
|
||||||
|
|
||||||
|
* Thu Mar 3 2005 Mike A. Harris <mharris@redhat.com> 3.1-23
|
||||||
|
- Bump and rebuild for FC4, using gcc 4.
|
||||||
|
|
||||||
|
* Tue Feb 8 2005 Mike A. Harris <mharris@redhat.com> 3.1-22
|
||||||
|
- Bump and rebuild for FC4
|
||||||
|
|
||||||
|
* Wed Oct 20 2004 Miloslav Trmac <mitr@redhat.com> - 3.1-21
|
||||||
|
- Don't just delete the original file when destination and current directory
|
||||||
|
are on different filesystems (#65548, #123069, patch by James Antill)
|
||||||
|
- Fix return type of StripDelimiter in dos2unix-3.1-safeconv.patch (#136148)
|
||||||
|
|
||||||
|
* Wed Oct 6 2004 Mike A. Harris <mharris@redhat.com> 3.1-20
|
||||||
|
- Added dos2unix-3.1-manpage-update-57507.patch to fix manpage (#57507)
|
||||||
|
- Added dos2unix-3.1-preserve-file-modes.patch to properly preserve file
|
||||||
|
permissions (#91331,55183,112710,132145)
|
||||||
|
|
||||||
|
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.1-19
|
||||||
|
- safer conversion w/ mac2unix (fix from bz #57508)
|
||||||
|
|
||||||
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Wed Feb 05 2003 Elliot Lee <sopwith@redhat.com> 3.1-15
|
||||||
|
- Remove build dependency on perl, since perl BuildRequires: dos2unix,
|
||||||
|
and there's no good reason not to just use sed here.
|
||||||
|
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Mon Oct 7 2002 Mike A. Harris <mharris@redhat.com> 3.1-13
|
||||||
|
- All-arch rebuild
|
||||||
|
- Added BuildRequires: perl
|
||||||
|
|
||||||
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.1-10
|
||||||
|
- Build in new environment
|
||||||
|
|
||||||
|
* Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- Fix bug #57700 (segfault)
|
||||||
|
- Add the mac2unix symlink recommended in README
|
||||||
|
- Fix compiler warnings
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- Bump release + rebuild.
|
||||||
|
|
||||||
|
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||||
|
- shut up rpmlint
|
||||||
|
|
||||||
|
* Fri Nov 17 2000 Tim Powers <timp@redhat.com>
|
||||||
|
- use mkstemp instead of mktemp. Not much needed to change.
|
||||||
|
|
||||||
|
* Thu Nov 16 2000 Tim Powers <timp@redhat.com>
|
||||||
|
- cleaned up specfile a bit
|
||||||
|
- built for 7.1
|
||||||
|
|
||||||
|
* Wed Jul 07 1999 Peter Soos <sp@osb.hu>
|
||||||
|
- Added Hungarian "Summary:" and "%%description"
|
||||||
|
- Corrected the file and directory attributes to rebuild the package
|
||||||
|
under RedHat Linux 6.0
|
|
@ -0,0 +1,90 @@
|
||||||
|
diff -up words-3.0/mwords/70presid.nam.kzak words-3.0/mwords/70presid.nam
|
||||||
|
--- words-3.0/mwords/70presid.nam.kzak 2018-09-10 12:12:09.210563662 +0200
|
||||||
|
+++ words-3.0/mwords/70presid.nam 2018-09-10 12:13:15.016159073 +0200
|
||||||
|
@@ -0,0 +1,72 @@
|
||||||
|
+Abraham
|
||||||
|
+Adams
|
||||||
|
+Andrew
|
||||||
|
+Arthur
|
||||||
|
+Barack
|
||||||
|
+Benjamin
|
||||||
|
+Bill
|
||||||
|
+Buchanan
|
||||||
|
+Buren
|
||||||
|
+Bush
|
||||||
|
+Calvin
|
||||||
|
+Carter
|
||||||
|
+Chester
|
||||||
|
+Cleveland
|
||||||
|
+Clinton
|
||||||
|
+Coolidge
|
||||||
|
+Donald
|
||||||
|
+Dwight
|
||||||
|
+Eisenhower
|
||||||
|
+Fillmore
|
||||||
|
+Ford
|
||||||
|
+Franklin
|
||||||
|
+Garfield
|
||||||
|
+George
|
||||||
|
+Gerald
|
||||||
|
+Grant
|
||||||
|
+Grover
|
||||||
|
+Harding
|
||||||
|
+Harrison
|
||||||
|
+Harry
|
||||||
|
+Hayes
|
||||||
|
+Herbert
|
||||||
|
+Hoover
|
||||||
|
+Jackson
|
||||||
|
+James
|
||||||
|
+Jefferson
|
||||||
|
+Jimmy
|
||||||
|
+John
|
||||||
|
+Johnson
|
||||||
|
+Kennedy
|
||||||
|
+Lincoln
|
||||||
|
+Lyndon
|
||||||
|
+Madison
|
||||||
|
+Martin
|
||||||
|
+McKinley
|
||||||
|
+Millard
|
||||||
|
+Monroe
|
||||||
|
+Nixon
|
||||||
|
+Obama
|
||||||
|
+Pierce
|
||||||
|
+Polk
|
||||||
|
+Quincy
|
||||||
|
+Reagan
|
||||||
|
+Richard
|
||||||
|
+Ronald
|
||||||
|
+Roosevelt
|
||||||
|
+Rutherford
|
||||||
|
+Taft
|
||||||
|
+Taylor
|
||||||
|
+Theodore
|
||||||
|
+Thomas
|
||||||
|
+Truman
|
||||||
|
+Trump
|
||||||
|
+Tyler
|
||||||
|
+Ulysses
|
||||||
|
+Van
|
||||||
|
+Warren
|
||||||
|
+Washington
|
||||||
|
+William
|
||||||
|
+Wilson
|
||||||
|
+Woodrow
|
||||||
|
+Zachary
|
||||||
|
diff -up words-3.0/mwords/readme.txt.kzak words-3.0/mwords/readme.txt
|
||||||
|
--- words-3.0/mwords/readme.txt.kzak 1993-08-26 02:47:14.000000000 +0200
|
||||||
|
+++ words-3.0/mwords/readme.txt 2018-09-10 12:12:09.210563662 +0200
|
||||||
|
@@ -119,6 +119,10 @@ Version Bible ranked and counted by orde
|
||||||
|
The most frequently occurring 467 substrings occurring in a
|
||||||
|
best-selling novel by Amy Tan in 1990.
|
||||||
|
|
||||||
|
+70 names of presidents
|
||||||
|
+This file consists of the 70 names (first and last names) or American
|
||||||
|
+presidents (to 2009). Added by Karel Zak for Fedora Linux distribution.
|
||||||
|
+
|
||||||
|
USA Constitution
|
||||||
|
The Constitution of the United States, including the Bill of Rights
|
||||||
|
and all amendments current to 1993.
|
|
@ -0,0 +1,80 @@
|
||||||
|
diff -up words-3.0/mwords/256772co.mpo.typos words-3.0/mwords/256772co.mpo
|
||||||
|
--- words-3.0/mwords/256772co.mpo.typos 1996-06-06 05:33:56.000000000 +0200
|
||||||
|
+++ words-3.0/mwords/256772co.mpo 2019-01-08 13:10:03.346213801 +0100
|
||||||
|
@@ -90189,7 +90189,6 @@ Ultra-byronism
|
||||||
|
Ultra-calvinist
|
||||||
|
Ultra-christian
|
||||||
|
Ultra-english
|
||||||
|
-Ultra-englishUltra-french
|
||||||
|
Ultra-french
|
||||||
|
Ultra-gallican
|
||||||
|
Ultra-gangetic
|
||||||
|
@@ -116323,7 +116322,6 @@ by-day
|
||||||
|
by-dependency
|
||||||
|
by-design
|
||||||
|
by-doing
|
||||||
|
-by-doingby-drinking
|
||||||
|
by-drinking
|
||||||
|
by-dweller
|
||||||
|
by-effect
|
||||||
|
@@ -155743,7 +155741,8 @@ half-eaten
|
||||||
|
half-ebb
|
||||||
|
half-educated
|
||||||
|
half-embraced
|
||||||
|
-half-embracinghalf-embracingly
|
||||||
|
+half-embracing
|
||||||
|
+half-embracingly
|
||||||
|
half-enamored
|
||||||
|
half-enforced
|
||||||
|
half-erased
|
||||||
|
@@ -208469,7 +208468,6 @@ rude-looking
|
||||||
|
rude-made
|
||||||
|
rude-mannered
|
||||||
|
rude-spoken
|
||||||
|
-rude-spokenrude-spun
|
||||||
|
rude-spun
|
||||||
|
rude-thoughted
|
||||||
|
rude-tongued
|
||||||
|
@@ -251103,7 +251101,6 @@ what-is-it
|
||||||
|
what-like
|
||||||
|
what-you-call-it
|
||||||
|
what-you-may call-it
|
||||||
|
-what-you-may--call-it
|
||||||
|
what-you-may-call-'em
|
||||||
|
whatever comes
|
||||||
|
whatever may happen
|
||||||
|
diff -up words-3.0/mwords/354984si.ngl.typos words-3.0/mwords/354984si.ngl
|
||||||
|
--- words-3.0/mwords/354984si.ngl.typos 1996-06-06 05:30:48.000000000 +0200
|
||||||
|
+++ words-3.0/mwords/354984si.ngl 2019-01-08 13:06:25.581693153 +0100
|
||||||
|
@@ -17787,7 +17787,6 @@ architecture
|
||||||
|
architecture's
|
||||||
|
architectures
|
||||||
|
architecturesque
|
||||||
|
-architecure
|
||||||
|
architis
|
||||||
|
architraval
|
||||||
|
architrave
|
||||||
|
@@ -110139,7 +110138,6 @@ flounderingly
|
||||||
|
flounders
|
||||||
|
flour
|
||||||
|
floured
|
||||||
|
-flourescent
|
||||||
|
flouriness
|
||||||
|
flouring
|
||||||
|
flourish
|
||||||
|
@@ -330243,7 +330241,6 @@ unlowly
|
||||||
|
unloyal
|
||||||
|
unloyally
|
||||||
|
unloyalty
|
||||||
|
-unltraconservative
|
||||||
|
unlubricant
|
||||||
|
unlubricated
|
||||||
|
unlubricating
|
||||||
|
@@ -331241,7 +331238,6 @@ unneath
|
||||||
|
unneatly
|
||||||
|
unneatness
|
||||||
|
unnebulous
|
||||||
|
-unneccessary
|
||||||
|
unnecessaries
|
||||||
|
unnecessarily
|
||||||
|
unnecessariness
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"Signatures": {
|
||||||
|
"wpa_supplicant-2.9.tar.gz": "fcbdee7b4a64bea8177973299c8c824419c413ec2e3a95db63dd6a5dc3541f17"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,249 @@
|
||||||
|
Summary: A dictionary of English words for the /usr/share/dict directory
|
||||||
|
Name: words
|
||||||
|
Version: 3.0
|
||||||
|
Release: 37%{?dist}
|
||||||
|
License: Public Domain
|
||||||
|
# Note that Moby Project officially does not exist any more. The most complete
|
||||||
|
# information about the project is in Wikipedia.
|
||||||
|
URL: http://en.wikipedia.org/wiki/Moby_Project
|
||||||
|
# Source: http://web.archive.org/web/20060527013227/http://www.dcs.shef.ac.uk/research/ilash/Moby/mwords.tar.Z
|
||||||
|
Source: words-3.0.tar.Z
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
BuildRequires: grep
|
||||||
|
|
||||||
|
#428582 - linux.words contains misspelled word "flourescent"
|
||||||
|
#440146 - misspelled word in /usr/share/dict/words (architecure)
|
||||||
|
#457309 - contains both 'unnecessary' and 'unneccesary'
|
||||||
|
#1626689 - linux.words contains "half-embracinghalf-embracingly"
|
||||||
|
#1652919 - malformed entry in words file
|
||||||
|
Patch0: words-3.0-typos.patch
|
||||||
|
#470921 -"Barack" and "Obama" are not in /usr/share/dict/words
|
||||||
|
Patch1: words-3.0-presidents.patch
|
||||||
|
|
||||||
|
%description
|
||||||
|
The words file is a dictionary of English words for the
|
||||||
|
/usr/share/dict directory. Some programs use this database of
|
||||||
|
words to check spelling. Password checkers use it to look for bad
|
||||||
|
passwords.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c
|
||||||
|
%patch0 -p1 -b .typos
|
||||||
|
%patch1 -p1 -b .presidents
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd mwords
|
||||||
|
dos2unix -o *; chmod a+r *
|
||||||
|
cat [1-9]*.??? | egrep --invert-match "'s$" | egrep "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby
|
||||||
|
|
||||||
|
cat <<EOF >license.txt
|
||||||
|
***
|
||||||
|
The license in the readme.txt file is original and DEPRECATED
|
||||||
|
license of The Moby lexicon project.
|
||||||
|
***
|
||||||
|
|
||||||
|
On June 1, 1996 Grady Ward announced that the fruits of
|
||||||
|
the Moby project were being placed in the public domain:
|
||||||
|
|
||||||
|
The Moby lexicon project is complete and has
|
||||||
|
been place into the public domain. Use, sell,
|
||||||
|
rework, excerpt and use in any way on any platform.
|
||||||
|
|
||||||
|
Placing this material on internal or public servers is
|
||||||
|
also encouraged. The compiler is not aware of any
|
||||||
|
export restrictions so freely distribute world-wide.
|
||||||
|
|
||||||
|
You can verify the public domain status by contacting
|
||||||
|
|
||||||
|
Grady Ward
|
||||||
|
3449 Martha Ct.
|
||||||
|
Arcata, CA 95521-4884
|
||||||
|
|
||||||
|
daedal@myrealbox.com
|
||||||
|
EOF
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
install -d $RPM_BUILD_ROOT%{_datadir}/dict
|
||||||
|
install -m644 mwords/moby $RPM_BUILD_ROOT%{_datadir}/dict/linux.words
|
||||||
|
ln -sf linux.words $RPM_BUILD_ROOT%{_datadir}/dict/words
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc mwords/readme.txt mwords/license.txt
|
||||||
|
%{_datadir}/dict/linux.words
|
||||||
|
%{_datadir}/dict/words
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Aug 25 2020 Nicolas Ontiveros <niontive@microsoft.com> - 3.0-37
|
||||||
|
- Initial version for CBL-Mariner
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-36
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-35
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-34
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-33
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 8 2019 Karel Zak <kzak@redhat.com> - 3.0-32
|
||||||
|
- fix #1652919 - malformed entry in words file
|
||||||
|
|
||||||
|
* Mon Sep 10 2018 Karel Zak <kzak@redhat.com> - 3.0-31
|
||||||
|
- #1626689 - linux.words contains "half-embracinghalf-embracingly"
|
||||||
|
- add Donald Trump between presidents
|
||||||
|
|
||||||
|
* Wed Aug 1 2018 Karel Zak <kzak@redhat.com> - 3.0-30
|
||||||
|
- remove BuildRoot tag
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-29
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-28
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-27
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-26
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-24
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-22
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 23 2012 Karel Zak <kzak@redhat.com> - 3.0-19
|
||||||
|
- fix #746416 - words contains "unltraconservative"
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 12 2009 Karel Zak <kzak@redhat.com> - 3.0-14
|
||||||
|
- fix #457309 - contains both 'unnecessary' and 'unneccesary'
|
||||||
|
- fix #470921 -"Barack" and "Obama" are not in /usr/share/dict/words
|
||||||
|
- update spec file (#226542 - Merge Review)
|
||||||
|
|
||||||
|
* Mon Jun 23 2008 Karel Zak <kzak@redhat.com> - 3.0-13
|
||||||
|
- fix #428582 - linux.words contains misspelled word "flourescent"
|
||||||
|
- fix #440146 - misspelled word in /usr/share/dict/words (architecure)
|
||||||
|
|
||||||
|
* Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-12
|
||||||
|
- fix #226542 - Merge Review: words
|
||||||
|
|
||||||
|
* Mon Apr 2 2007 Karel Zak <kzak@redhat.com> - 3.0-11
|
||||||
|
- cleanup spec file
|
||||||
|
- fix #227216 - Unnecessary BuildRequirement to ncompress
|
||||||
|
|
||||||
|
* Wed Jan 24 2007 Karel Zak <kzak@redhat.com> - 3.0-10
|
||||||
|
- fix regex that removes possessives ('s)
|
||||||
|
|
||||||
|
* Wed Jul 19 2006 Karel Zak <kzak@redhat.com> - 3.0-9
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0-8.1.1
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Mon Nov 21 2005 Karel Zak <kzak@redhat.com> 3-8
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Mon May 2 2005 Karel Zak <kzak@redhat.com> 3-7
|
||||||
|
- sort with --dictionary-order
|
||||||
|
- remove words with possessives ('s)
|
||||||
|
|
||||||
|
* Mon Apr 4 2005 Karel Zak <kzak@redhat.com> 3-6
|
||||||
|
- fix uniq command usage
|
||||||
|
|
||||||
|
* Tue Mar 29 2005 Karel Zak <kzak@redhat.com> 3-5
|
||||||
|
- replace word list with much better Moby Project words list (#61395)
|
||||||
|
- revise %%description; ispell/aspell no longer uses words
|
||||||
|
|
||||||
|
* Mon Sep 27 2004 Adrian Havill <havill@redhat.com> 2-23
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Wed Feb 5 2003 Nalin Dahyabhai <nalin@redhat.com> 2-21
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Wed Apr 3 2002 Trond Eivind Glomsrod <teg@redhat.com> 2-18
|
||||||
|
- Bump.
|
||||||
|
|
||||||
|
* Mon Mar 18 2002 Trond Eivind Glomsrod <teg@redhat.com> 2-17
|
||||||
|
- s/Copyright/License/
|
||||||
|
- add gullible and facetious (#60166, #60173)
|
||||||
|
|
||||||
|
* Fri Apr 6 2001 Trond Eivind Glomsrod <teg@redhat.com>
|
||||||
|
- Add carnivore (#35031)
|
||||||
|
|
||||||
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
||||||
|
- automatic rebuild
|
||||||
|
|
||||||
|
* Tue Jun 13 2000 Trond Eivind Glomsrod <teg@redhat.com>
|
||||||
|
- use %%{_tmppath}
|
||||||
|
|
||||||
|
* Thu Apr 13 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- add some words: some food additives, dinosaurs, atmospheric terms
|
||||||
|
|
||||||
|
* Fri Apr 07 2000 Trond Eivind Glomsrod <teg@redhat.com>
|
||||||
|
- update description
|
||||||
|
- moved it to /usr/share/dict
|
||||||
|
- updated URL
|
||||||
|
|
||||||
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||||||
|
- auto rebuild in the new build environment (release 12)
|
||||||
|
|
||||||
|
* Wed Sep 30 1998 Bill Nottingham <notting@redhat.com>
|
||||||
|
- take out extra.words (they're all in linux.words)
|
||||||
|
|
||||||
|
* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- correct desiccate (problem #794)
|
||||||
|
|
||||||
|
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- build root
|
||||||
|
|
||||||
|
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
||||||
|
- translations modified for de, fr, tr
|
||||||
|
|
||||||
|
* Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
|
||||||
|
- spec file cleanups
|
||||||
|
|
||||||
|
* Tue Sep 23 1997 Erik Troan <ewt@redhat.com>
|
||||||
|
- made a noarch package
|
Loading…
Reference in New Issue