Hello community, here is the log from the commit of package darts for openSUSE:Factory checked in at 2012-09-25 09:35:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/darts (Old) and /work/SRC/openSUSE:Factory/.darts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "darts", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/darts/darts.changes 2011-12-08 11:27:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.darts.new/darts.changes 2012-09-25 09:35:16.000000000 +0200 @@ -1,0 +2,18 @@ +Mon Sep 24 15:58:45 UTC 2012 - [email protected] + +- update 0.32 + * Fixed a problem that the license file has not been enclosed + * Small code cleanup + +------------------------------------------------------------------- +Mon Sep 24 10:38:27 UTC 2012 - [email protected] + +- run spec-cleaner and format_spec_file service. + +------------------------------------------------------------------- +Sat Sep 22 11:07:14 UTC 2012 - [email protected] + +- Force use of %{optflags} +- Spec file cleanup + +------------------------------------------------------------------- Old: ---- darts-0.31.tar.bz2 New: ---- darts-0.32.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ darts.spec ++++++ --- /var/tmp/diff_new_pack.raOFA2/_old 2012-09-25 09:35:17.000000000 +0200 +++ /var/tmp/diff_new_pack.raOFA2/_new 2012-09-25 09:35:17.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package darts # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,61 +15,45 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: darts -BuildRequires: automake -BuildRequires: gcc-c++ -BuildRequires: zlib-devel +Version: 0.32 +Release: 0 +Summary: Double Array Trie System License: LGPL-2.1+ Group: System/Libraries -Version: 0.31 -Release: 0 Url: http://cl.aist-nara.ac.jp/~taku-ku/software/darts/ -Source0: http://chasen.org/~taku/software/darts/src/darts-%version.tar.bz2 +Source0: http://chasen.org/~taku/software/darts/src/darts-%{version}.tar.gz +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: Double Array Trie System %description -Darts is a simple C++ template library to construct Double-Arrays [Aoe -1989]. Double-Arrays are data structures to represent Trie. These are -faster than other Trie implementations. +Darts is a simple C++ template library to construct +Double-Arrays [Aoe 1989]. Double-Arrays are data +structures to represent Trie. These are faster than +other Trie implementations. Darts is used by Chasen. - - -Authors: --------- - Taku Kudoh <[email protected]> - %prep %setup -q %build -rm -f config.cache -# update config.{guess,sub} -%{?suse_update_config -f} -autoreconf --force --install -CXXFLAGS="$RPM_OPT_FLAGS" \ -./configure --prefix=/usr \ - --libdir=%{_libdir} \ - --libexecdir=%{_libdir} \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} \ - %{_target_cpu}-suse-linux -make +%configure +make CXXFLAGS="%{optflags}" + +%check make check %install -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; -make DESTDIR=$RPM_BUILD_ROOT install - -%clean -#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; +%make_install %files %defattr(-, root, root) %doc AUTHORS COPY* ChangeLog README* -/usr/include/* -%{_libdir}/%{name}/ +%{_includedir}/* +%{_libexecdir}/%{name}/ %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
