Hello community,
here is the log from the commit of package myspell-german-old for
openSUSE:Factory checked in at 2014-05-02 14:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/myspell-german-old (Old)
and /work/SRC/openSUSE:Factory/.myspell-german-old.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "myspell-german-old"
Changes:
--------
--- /work/SRC/openSUSE:Factory/myspell-german-old/myspell-german-old.changes
2011-10-05 11:10:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.myspell-german-old.new/myspell-german-old.changes
2014-05-02 14:01:06.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Apr 28 13:05:18 UTC 2014 - [email protected]
+
+- Cleanup with the spec-cleaner.
+- Add hyphenation rules.
+- Use new folders like myspell-dictionaries
+- Conflict with correct package names
+
+-------------------------------------------------------------------
New:
----
hyph_de_OLDSPELL.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ myspell-german-old.spec ++++++
--- /var/tmp/diff_new_pack.JdinJt/_old 2014-05-02 14:01:07.000000000 +0200
+++ /var/tmp/diff_new_pack.JdinJt/_new 2014-05-02 14:01:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package myspell-german-old
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,24 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: myspell-german-old
-License: GPL-2.0+
-Group: Productivity/Text/Spell
-Provides: myspell-dictionary myspell-german-dictionary
-Conflicts: myspell-german
-AutoReqProv: on
Version: 20030428
-Release: 243
+Release: 0
Summary: Old German Dictionary for MySpell
+License: GPL-2.0+
+Group: Productivity/Text/Spell
Url: http://j3e.de/myspell/
Source0: de_OLDSPELL.tar.bz2
Source1: Nwordlist.tgz
+Source2: hyph_de_OLDSPELL.zip
+BuildRequires: unzip
+Provides: myspell-dictionary
+Provides: myspell-german-dictionary
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
+# myspell-german: before 13.2
+Conflicts: myspell-german
+Conflicts: myspell-de
%description
This dictionary supports spell checking according to the old German spelling
@@ -42,34 +43,35 @@
They are used by various desktop applications, for example, LibreOffice,
Mozilla Thunderbird, and Mozilla Firefox.
-
-
%prep
-%setup -q -c -a 1
-
+%setup -q -c -a 1 -a 2
%build
# add the Novell jargon into dictionary bnc#306333
# the file Nwordlist needs to contain extra newline on the beginning!
cat Nwordlist >> de_OLDSPELL.dic
-
%install
-install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/myspell/
-install -m 644 de_OLDSPELL.dic $RPM_BUILD_ROOT%{_datadir}/myspell/de_DE.dic
-install -m 644 de_OLDSPELL.aff $RPM_BUILD_ROOT%{_datadir}/myspell/de_DE.aff
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+install -m 755 -d %{buildroot}%{_datadir}/hunspell/
+install -m 644 de_OLDSPELL.dic %{buildroot}%{_datadir}/hunspell/de_DE.dic
+install -m 644 de_OLDSPELL.aff %{buildroot}%{_datadir}/hunspell/de_DE.aff
+install -m 755 -d %{buildroot}%{_datadir}/hyphen/
+install -m 644 hyph_de_OLD.dic %{buildroot}%{_datadir}/hyphen/hyph_de_DE.dic
+install -m 755 -d %{buildroot}%{_datadir}/myspell/
+ln -s %{_datadir}/hunspell/de_DE.dic %{buildroot}%{_datadir}/myspell/de_DE.dic
+ln -s %{_datadir}/hunspell/de_DE.aff %{buildroot}%{_datadir}/myspell/de_DE.aff
+ln -s %{_datadir}/hyphen/hyph_de_DE.dic
%{buildroot}%{_datadir}/myspell/hyph_de_DE.dic
%files
%defattr(-,root,root)
+%dir %{_datadir}/hunspell/
+%{_datadir}/hunspell/de_DE.dic
+%{_datadir}/hunspell/de_DE.aff
+%dir %{_datadir}/hyphen/
+%{_datadir}/hyphen/hyph_de_DE.dic
%dir %{_datadir}/myspell/
%{_datadir}/myspell/de_DE.dic
%{_datadir}/myspell/de_DE.aff
-
-
+%{_datadir}/myspell/hyph_de_DE.dic
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]