ff1bd0a
Name:           diction
e92b5cb
Version:        1.11
c579d13
Release:        18%{?dist}
ff1bd0a
Summary:        Identifies diction and style errors
ff1bd0a
ff1bd0a
Group:          Applications/Text
e92b5cb
License:        GPLv3+
ff1bd0a
URL:            http://www.gnu.org/software/diction/diction.html
e92b5cb
Source0:        http://ftp.gnu.org/gnu/diction/diction-%{version}.tar.gz
ff1bd0a
Igor Gnatenko 711880f
BuildRequires:  gcc
ff1bd0a
BuildRequires:  gettext
ff1bd0a
ff1bd0a
%description
ff1bd0a
Diction and style are two old standard UNIX commands. Diction identifies wordy
ff1bd0a
and commonly misused phrases. Style analyses surface characteristics of a
ff1bd0a
document, including sentence length and other readability measures.
ff1bd0a
ff1bd0a
These programs cannot help you structure a document well, but they can help to
ff1bd0a
avoid poor wording and compare the readability (not the understandability!) of
ff1bd0a
your documents with others. Both commands support English and German documents.
ff1bd0a
ff1bd0a
ff1bd0a
%prep
ff1bd0a
%setup -q
ff1bd0a
ff1bd0a
ff1bd0a
%build
ff1bd0a
%configure
ff1bd0a
make %{?_smp_mflags}
39ce499
# convert manpages to unicode
39ce499
for FILE in *.1; do
39ce499
    /usr/bin/iconv -f iso-8859-1 -t utf-8 $FILE > $FILE.utf8
39ce499
    mv -f $FILE.utf8 $FILE
39ce499
done
ff1bd0a
ff1bd0a
ff1bd0a
%install
ff1bd0a
rm -rf $RPM_BUILD_ROOT
ff1bd0a
make install DESTDIR=$RPM_BUILD_ROOT
ff1bd0a
%find_lang %{name}
ff1bd0a
ff1bd0a
ff1bd0a
ff1bd0a
%files -f %{name}.lang
ff1bd0a
%doc COPYING README NEWS
ff1bd0a
%{_bindir}/*
ff1bd0a
%{_datadir}/diction
ff1bd0a
%{_mandir}/man*/*
ff1bd0a
ff1bd0a
ff1bd0a
%changelog
c579d13
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-18
c579d13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c579d13
55a57ba
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-17
55a57ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
55a57ba
89fd9b8
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-16
89fd9b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
89fd9b8
2072ebc
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-15
2072ebc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2072ebc
c1eaa97
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-14
c1eaa97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c1eaa97
ad6fc41
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-13
ad6fc41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ad6fc41
b2ad051
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-12
b2ad051
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b2ad051
5b3dc1c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-11
5b3dc1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5b3dc1c
dd9426f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-10
dd9426f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
dd9426f
5e71bd1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-9
5e71bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5e71bd1
43223b3
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-8
43223b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
43223b3
0227c9f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-7
0227c9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0227c9f
f5f6a3c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-6
f5f6a3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f5f6a3c
fc89f2e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-5
fc89f2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fc89f2e
63a27b2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-4
63a27b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
63a27b2
a8a664c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3
a8a664c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a8a664c
9d46789
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.11-2
9d46789
- Autorebuild for GCC 4.3
9d46789
e92b5cb
* Sun Dec 23 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.11-1
e92b5cb
- Upstream 1.11 (#423901)
e92b5cb
- Update license version to GPLv3+
e92b5cb
- Update source links
e92b5cb
f57e9c1
* Sun Sep 03 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.10-0.1.1.rc4
f57e9c1
- Bump for rebuild.
f57e9c1
39ce499
* Sun Jul 23 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.10-0.1.rc4
39ce499
- version 1.10-rc4
39ce499
- convert manpages to utf-8
39ce499
688bbc0
* Mon Feb 13 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.08-1.2
688bbc0
- FC5 rebuild
688bbc0
5876a42
* Tue Jan 31 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 1.08-1.1
5876a42
- FC5 rebuild
5876a42
ff1bd0a
* Thu Jun 30 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.08-1
ff1bd0a
- Version 1.08
ff1bd0a
- Do not list locale files namely in addition to findlang
ff1bd0a
- Add NEWS to doc
ff1bd0a
- Disttagging
ff1bd0a
- Remove epoch
ff1bd0a
ff1bd0a
* Fri Jul 23 2004 Michel Salim <michel.salim[AT]gmail.com> - 0:1.06-0.fdr.2
ff1bd0a
- Added version info to changelog entries
ff1bd0a
- Use find_lang
ff1bd0a
ff1bd0a
* Tue Jul 20 2004 Michel Salim <michel.salim[AT]gmail.com> - 0:1.06-0.fdr.1
ff1bd0a
- Update to new version
ff1bd0a
ff1bd0a
* Sat Jul 17 2004 Michel Salim <michel.salim[AT]gmail.com> - 0:1.05-0.fdr.1
ff1bd0a
- Initial Fedora release