Hello community, here is the log from the commit of package ispell-bulgarian for openSUSE:Factory checked in at 2017-03-12 20:02:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ispell-bulgarian (Old) and /work/SRC/openSUSE:Factory/.ispell-bulgarian.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ispell-bulgarian" Sun Mar 12 20:02:40 2017 rev:17 rq:477416 version:4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ispell-bulgarian/ispell-bulgarian.changes 2012-02-14 19:01:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ispell-bulgarian.new/ispell-bulgarian.changes 2017-03-12 20:02:41.944801885 +0100 @@ -1,0 +2,14 @@ +Tue Mar 7 09:29:12 UTC 2017 - [email protected] + +- destdir.patch: Remove versioned name from + ispell-bg-4.1-destdir.patch allowing it's changes to be tracked + more easily. + +------------------------------------------------------------------- +Sat Mar 4 20:25:17 UTC 2017 - [email protected] + +- Update to version 4.2 + * License changed + * About 200 new words + +------------------------------------------------------------------- Old: ---- ispell-bg-4.1-destdir.patch ispell-bg-4.1.tar.bz2 New: ---- destdir.patch ispell-bg-4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ispell-bulgarian.spec ++++++ --- /var/tmp/diff_new_pack.TnHf4i/_old 2017-03-12 20:02:42.476726617 +0100 +++ /var/tmp/diff_new_pack.TnHf4i/_new 2017-03-12 20:02:42.476726617 +0100 @@ -1,7 +1,7 @@ # # spec file for package ispell-bulgarian # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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,41 +15,41 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: ispell-bulgarian -BuildRequires: ispell -Provides: ispell_dictionary -Version: 4.1 +Version: 4.2 Release: 0 Summary: Bulgarian Ispell Dictionary -License: GPL-2.0+ +License: GPL-2.0+ or MPL-1.1 or LGPL-3.0+ Group: Productivity/Text/Spell -Url: http://sourceforge.net/projects/bgoffice -Source: ispell-bg-%{version}.tar.bz2 -Patch: ispell-bg-%{version}-destdir.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Url: https://sourceforge.net/projects/bgoffice +Source: https://downloads.sourceforge.net/bgoffice/ispell-bg-%{version}.tar.gz +Patch0: destdir.patch +BuildRequires: ispell +Provides: ispell_dictionary Provides: locale(ispell:bg) +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This packages includes a ready Bulgarian dictionary for ispell. A short -usage description for ispell is given in -/usr/share/doc/packages/ispell/README of the packages ispell. The +This packages includes a ready Bulgarian dictionary for ispell. +A short usage description for ispell is given in +%{_docdir}/ispell/README of the packages ispell. The sources for this dictionary are included in the package dicts. - - %prep -%setup -n ispell-bg-%{version} -%patch +%setup -q -n ispell-bg-%{version} +%patch0 %build -make +make %{?_smp_mflags} %install -make DESTDIR="$RPM_BUILD_ROOT" install +%make_install %files %defattr(-,root,root) -%doc COPYING* ChangeLog README TODO bgoffice -/usr/lib/ispell/bulgarian.* +%doc Copyright *.txt ChangeLog +%{_prefix}/lib/ispell/bulgarian.* %changelog ++++++ destdir.patch ++++++ --- Makefile +++ Makefile @@ -6,7 +6,7 @@ # -DATA_DIR=`ispell -vv | grep LIBDIR | sed s/"LIBDIR = "// | sed s/\"//g` +DATA_DIR=`ispell -vv | grep LIBDIR | sed s/".*LIBDIR = "// | sed s/\"//g` all: @@ -23,9 +23,9 @@ install: @echo -n "Copying bulgarian.hash and bulgarian.aff to " - @echo ${DATA_DIR} - @install -D -m 644 data/bulgarian.hash ${DATA_DIR}/bulgarian.hash - @install -D -m 644 data/bulgarian.aff ${DATA_DIR}/bulgarian.aff + @echo ${DESTDIR}${DATA_DIR} + @install -D -m 644 data/bulgarian.hash ${DESTDIR}${DATA_DIR}/bulgarian.hash + @install -D -m 644 data/bulgarian.aff ${DESTDIR}${DATA_DIR}/bulgarian.aff @echo "" @echo "It seems that everything is OK. To use type following command:"
