forked from pool/anthy
Accepting request 83357 from M17N
- Remove redundant tags/sections from specfile as discussed on oSC2011/opensuse-packaging - Use %_smp_mflags for parallel build (forwarded request 82981 from jengelh) OBS-URL: https://build.opensuse.org/request/show/83357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anthy?expand=0&rev=16
This commit is contained in:
parent
ed13971bfb
commit
7df438a52d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 11:09:39 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
- Use %_smp_mflags for parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 18 00:45:46 CET 2009 - jengelh@medozas.de
|
Fri Dec 18 00:45:46 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
23
anthy.spec
23
anthy.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anthy (Version 9100h)
|
# spec file for package anthy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,7 +15,6 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: anthy
|
Name: anthy
|
||||||
@ -25,7 +24,6 @@ BuildRequires: fdupes
|
|||||||
%endif
|
%endif
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Group: System/I18n/Japanese
|
Group: System/I18n/Japanese
|
||||||
AutoReqProv: on
|
|
||||||
Provides: locale(scim-anthy:ja)
|
Provides: locale(scim-anthy:ja)
|
||||||
Provides: locale(uim:ja)
|
Provides: locale(uim:ja)
|
||||||
Provides: locale(m17n-lib:ja)
|
Provides: locale(m17n-lib:ja)
|
||||||
@ -66,12 +64,6 @@ Therefore, the Heke Project is writing a free conversion engine from
|
|||||||
scratch (apart from the dictionary, which is developed outside of the
|
scratch (apart from the dictionary, which is developed outside of the
|
||||||
Heke Project).
|
Heke Project).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
TAHATA Yuusuke <yusuke@kmc.kyoto-u.ac.jp>
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Include Files and Libraries mandatory for Development.
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
@ -85,12 +77,6 @@ Requires: %{name} = %{version}
|
|||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
to develop applications that require these.
|
to develop applications that require these.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
TAHATA Yuusuke <yusuke@kmc.kyoto-u.ac.jp>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch2 -p 1
|
%patch2 -p 1
|
||||||
@ -101,7 +87,7 @@ autoreconf --force --install
|
|||||||
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||||
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
%{__make} %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
cd test
|
cd test
|
||||||
@ -124,9 +110,6 @@ popd
|
|||||||
# remove unneeded Makefiles for documents
|
# remove unneeded Makefiles for documents
|
||||||
rm -f doc/Makefile.*
|
rm -f doc/Makefile.*
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user