Hello community,

here is the log from the commit of package hunspell for openSUSE:Factory
checked in at Mon Mar 28 10:16:32 CEST 2011.



--------
--- hunspell/hunspell.changes   2011-03-11 10:02:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/hunspell/hunspell.changes      2011-03-25 
17:01:36.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 25 15:40:18 UTC 2011 - [email protected]
+
+- Spec cleanup
+- Removed hunspell-disable-fortify.patch: we want to build
+  with fortify again now that the code is fixed.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  hunspell-disable-fortify.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hunspell.spec ++++++
--- /var/tmp/diff_new_pack.GHnm1u/_old  2011-03-28 10:15:31.000000000 +0200
+++ /var/tmp/diff_new_pack.GHnm1u/_new  2011-03-28 10:15:31.000000000 +0200
@@ -20,16 +20,20 @@
 
 Name:           hunspell
 Version:        1.3.1
-Release:        1
+Release:        2
 License:        GPLv2+ ; LGPLv2.1+ ; MPL ..
+Url:            http://hunspell.sourceforge.net/
 Group:          System/Libraries
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
-Patch0:         %name-disable-fortify.patch
-Url:            http://hunspell.sourceforge.net/
 BuildRequires:  autoconf >= 2.59
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
 BuildRequires:  ncurses-devel >= 5.0
-BuildRequires:  automake gcc-c++ libstdc++-devel libtool pkg-config 
readline-devel
+BuildRequires:  pkg-config
+BuildRequires:  readline-devel
 Recommends:     %{name}-tools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -40,12 +44,6 @@
 terminal interface using Curses library, Ispell pipe interface,
 OpenOffice.org UNO module.
 
-
-
-Authors:
---------
-    Németh László nemeth (at) OpenOffice.org
-
 %package tools
 License:        GPLv2+ ; LGPLv2.1+ ; MPL ..
 Summary:        Hunspell tools
@@ -55,28 +53,17 @@
 %description tools
 This package contains munch and unmunch programs.
 
-
-
-Authors:
---------
-    Németh László nemeth (at) OpenOffice.org
-
 %package devel
 License:        GPLv2+ ; LGPLv2.1+ ; MPL ..
 Summary:        Files for developing with hunspell
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
-Requires:       libstdc++-devel pkgconfig
+Requires:       libstdc++-devel
+Requires:       pkgconfig
 
 %description devel
 Includes and definitions for developing with hunspell.
 
-
-
-Authors:
---------
-    Németh László nemeth (at) OpenOffice.org
-
 %package static
 License:        GPLv2+ ; LGPLv2.1+ ; MPL ..
 Summary:        Static hunspell library
@@ -86,36 +73,26 @@
 %description static
 Static hunspell library.
 
-
-
-Authors:
---------
-    Németh László nemeth (at) OpenOffice.org
-
 %prep
-%setup -q -n %{name}-%{version}
-%patch0 -p0
+%setup -q
 
 %build
-cp /usr/share/gettext/config.rpath .
-AUTOPOINT=true autoreconf -fi
-export CPPFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses" 
 %configure \
        --with-ui \
        --with-readline
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_bindir}/example
-install -m 644 src/tools/{,un}munch.h $RPM_BUILD_ROOT%{_includedir}
+%makeinstall
+rm -f %{buildroot}%{_bindir}/example
+install -m 644 src/tools/{,un}munch.h %{buildroot}%{_includedir}
 %find_lang %{name}
 
 %check
 make check
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post  -p /sbin/ldconfig
 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to