Accepting request 327328 from LibreOffice:Factory
- Fixup es generating in update script - Slightly whitespace the spec.in file - Update to git state 20150827 reflecting LO 5.0 OBS-URL: https://build.opensuse.org/request/show/327328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/myspell-dictionaries?expand=0&rev=44
This commit is contained in:
commit
42a4f394d3
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6b5081bdf575ec924d51be2b7dc0049fcf2ecc7035df0c3d42967d80da91977b
|
oid sha256:7f82b18650404c0cbebeb354afdcefc2b2d4f8db1e712b1ac3696828ac4ff3c8
|
||||||
size 40753916
|
size 39194104
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 11:46:36 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Fixup es generating in update script
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 11:21:23 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Slightly whitespace the spec.in file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 10:34:23 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Update to git state 20150827 reflecting LO 5.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 23 09:28:23 UTC 2015 - pgajdos@suse.com
|
Thu Apr 23 09:28:23 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package myspell-dictionaries
|
# spec file for package myspell-dictionaries
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
## @DO_NOT_EDIT_COMMENT@
|
## @DO_NOT_EDIT_COMMENT@
|
||||||
## Generate: sh update.sh
|
## Generate: sh update.sh
|
||||||
@ -31,7 +32,6 @@ Source1: update.sh
|
|||||||
Source2: myspell-dictionaries.spec.in
|
Source2: myspell-dictionaries.spec.in
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Obsoletes: myspell-african
|
Obsoletes: myspell-african
|
||||||
Obsoletes: myspell-albanian
|
Obsoletes: myspell-albanian
|
||||||
Obsoletes: myspell-armenian
|
Obsoletes: myspell-armenian
|
||||||
@ -103,6 +103,7 @@ Obsoletes: libreoffice-thesaurus-sk
|
|||||||
Obsoletes: libreoffice-thesaurus-sl
|
Obsoletes: libreoffice-thesaurus-sl
|
||||||
Obsoletes: libreoffice-thesaurus-sv
|
Obsoletes: libreoffice-thesaurus-sv
|
||||||
Obsoletes: libreoffice-hyphen
|
Obsoletes: libreoffice-hyphen
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This source package contains dictionaries for MySpell.
|
This source package contains dictionaries for MySpell.
|
||||||
@ -111,6 +112,7 @@ The MySpell spell-checker is used by the OpenOffice.org office suite,
|
|||||||
the Mozilla Composer, and the Mozilla Mail message composition window.
|
the Mozilla Composer, and the Mozilla Mail message composition window.
|
||||||
|
|
||||||
@METADATA@
|
@METADATA@
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n dictionaries
|
%setup -q -n dictionaries
|
||||||
|
|
||||||
@ -119,7 +121,7 @@ the Mozilla Composer, and the Mozilla Mail message composition window.
|
|||||||
%install
|
%install
|
||||||
@INSTALL@
|
@INSTALL@
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@FILES@
|
@FILES@
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -114,6 +114,8 @@ function locale_to_file_map()
|
|||||||
| grep -A1 'Locations\|Locales' \
|
| grep -A1 'Locations\|Locales' \
|
||||||
| grep -v '\-\-\|Locations\|Locales' \
|
| grep -v '\-\-\|Locations\|Locales' \
|
||||||
| sed s:%origin%:$dir:g \
|
| sed s:%origin%:$dir:g \
|
||||||
|
| sed 's:<it>: :g' \
|
||||||
|
| sed 's:</it>: :g' \
|
||||||
| sed 's:.*<value>\(.*\)</value>.*:\1:' \
|
| sed 's:.*<value>\(.*\)</value>.*:\1:' \
|
||||||
| while read files; do
|
| while read files; do
|
||||||
read locs
|
read locs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user