Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
words
words.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File words.spec of Package words
# # spec file for package words # # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: words Version: 7.1 Release: 0 Summary: An English words dictionary License: SUSE-Public-Domain Group: Productivity/Office/Dictionary Url: http://wordlist.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/wordlist/scowl-7.1.tar.gz Source1: sysconfig.words Source2: SuSEconfig.words BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq Provides: scowl = %{version}-%{release} BuildArch: noarch BuildRequires: sysvinit-tools %description This package contains an English words dictionary which will be installed as /usr/share/dict/american and linked to /usr/share/dict/words The symbolic link may be used by look(1) and ispell(1). For a British or Canadian version of such a words dictionary you may install words-british or words-canadian respectively. %package -n words-british Summary: A British words dictionary Group: Productivity/Text/Utilities Requires: words %description -n words-british This package contains a British words dictionary which will be installed as /usr/share/dict/british For a description see the package words. %package -n words-canadian Summary: A Canadian words dictionary Group: Productivity/Text/Utilities Requires: words %description -n words-canadian This package contains a Canadian words dictionary which will be installed as /usr/share/dict/canadian For a description see the package words. %prep %setup -q -n scowl-%{version} %build spellings="american british canadian" LANG=POSIX export POSIX set +o posix # # Do resorting for look(1) command # test -d result/ || mkdir result chmod u+x mk-list for s in $spellings do case "$s" in american*) LC_CTYPE=en_US.UTF-8 ;; british*) LC_CTYPE=en_GB.UTF-8 ;; canadian*) LC_CTYPE=en_CA.UTF-8 ;; esac LC_COLLATE=$LC_CTYPE export LC_CTYPE LC_COLLATE > result/${s}.todo # # Fix sorting as the look(1) command expect sort option -f # and -d. also convert Latin-1 umlauts into UTF-8 based. # ./mk-list -v2 ${s} 80 | iconv -f latin1 -t utf8 > >(sort -fdu -S10M -o result/${s} ; rm result/${s}.todo) done # # Wait on sorting FIFOs # for s in $spellings do while test -e result/${s}.todo do usleep 50000 done fsync result/${s} done %install mkdir -p %{buildroot}%{_datadir}/dict install -pm 0644 result/* %{buildroot}%{_datadir}/dict/ mkdir -p %{buildroot}%{_localstatedir}/lib/dict ln -sf ../../..%{_datadir}/dict/american %{buildroot}%{_localstatedir}/lib/dict/words ln -sf ../../../var/lib/dict/words %{buildroot}%{_datadir}/dict/words mkdir -p %{buildroot}%{_libexecdir}/words mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates install -pm 0644 %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/ install -pm 0755 %{SOURCE2} %{buildroot}%{_libexecdir}/words/update %post %{fillup_only} if test -x %{_libexecdir}/words/update ; then %{_libexecdir}/words/update fi %preun test -L usr/share/dict/words && rm usr/share/dict/words || true %files %defattr(-,root,root,-) %doc Copyright README %dir %{_libexecdir}/words %attr(755,root,root) %{_libexecdir}/words/update %{_datadir}/dict/american %ghost %{_datadir}/dict/words %{_localstatedir}/adm/fillup-templates/sysconfig.words %dir %{_localstatedir}/lib/dict/ %verify(not link mtime) %{_localstatedir}/lib/dict/words %files -n words-british %defattr(-,root,root,-) %{_datadir}/dict/british %files -n words-canadian %defattr(-,root,root,-) %{_datadir}/dict/canadian %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor