Hello community, here is the log from the commit of package hyphen for openSUSE:Factory checked in at 2014-02-05 13:43:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hyphen (Old) and /work/SRC/openSUSE:Factory/.hyphen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hyphen" Changes: -------- --- /work/SRC/openSUSE:Factory/hyphen/hyphen.changes 2012-12-19 20:48:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hyphen.new/hyphen.changes 2014-02-05 13:43:10.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Jan 25 21:31:45 UTC 2014 - [email protected] + +- Format with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hyphen.spec ++++++ --- /var/tmp/diff_new_pack.SY4KCB/_old 2014-02-05 13:43:11.000000000 +0100 +++ /var/tmp/diff_new_pack.SY4KCB/_new 2014-02-05 13:43:11.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package hyphen # -# Copyright (c) 2012 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 @@ -17,48 +17,47 @@ %define libname libhyphen0 - Name: hyphen Version: 2.8.6 Release: 0 -License: GPL-2.0+ or LGPL-2.0+ or MPL-1.1+ Summary: A text hyphenation library -URL: http://hunspell.sourceforge.net/ +License: GPL-2.0+ or LGPL-2.0+ or MPL-1.1+ Group: System/Libraries -Source0: http://downloads.sourceforge.net/hunspell/%name-%version.tar.gz -BuildRequires: pkgconfig -BuildRequires: hunspell-devel +Url: http://hunspell.sourceforge.net/ +Source0: http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ -BuildRoot: %_tmppath/%name-%version-build +BuildRequires: hunspell-devel +BuildRequires: pkgconfig +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Hyphen is a library for high quality hyphenation and justification. -%package -n %libname +%package -n %{libname} Summary: A simple thesaurus for Libreoffice Group: System/Libraries -%description -n %libname +%description -n %{libname} Hyphen is a library for high quality hyphenation and justification. %package en -Requires: hyphen Summary: English hyphenation rules Group: Productivity/Text/Spell +Requires: hyphen BuildArch: noarch %description en English text hyphenation rules. %package devel -Summary: Files for Developing with %name +Summary: Files for Developing with %{name} Group: Development/Libraries/C and C++ -Requires: %libname = %version +Requires: %{libname} = %{version} %description devel Hyphen is a library for high quality hyphenation and justification. -This package contains the %name development files. +This package contains the %{name} development files. %prep %setup -q @@ -66,23 +65,23 @@ %build %configure \ --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install -make DESTDIR=%buildroot install +make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm %buildroot%_libdir/*.la +find %{buildroot} -type f -name "*.la" -delete -print -pushd %buildroot/%_datadir/%name/ +pushd %{buildroot}/%{_datadir}/%{name}/ en_US_aliases="en_AU en_BS en_BZ en_CA en_GH en_GB en_IE en_IN en_JM en_NA en_NZ en_PH en_TT en_ZA en_ZW" for lang in $en_US_aliases; do ln -s hyph_en_US.dic hyph_$lang.dic done popd -%post -n %libname -p /sbin/ldconfig +%post -n %{libname} -p /sbin/ldconfig -%postun -n %libname -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -91,16 +90,16 @@ %files en %defattr(-,root,root,-) -%_datadir/%name/hyph_en*.dic +%{_datadir}/%{name}/hyph_en*.dic -%files -n %libname +%files -n %{libname} %defattr(-,root,root) -%_libdir/*.so.* +%{_libdir}/*.so.* %files devel %defattr(-,root,root) -%_libdir/*.so -%_includedir/%{name}* -%_bindir/substrings.pl +%{_libdir}/*.so +%{_includedir}/%{name}* +%{_bindir}/substrings.pl %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
