forked from pool/anthy
Accepting request 333044 from M17N
1 OBS-URL: https://build.opensuse.org/request/show/333044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anthy?expand=0&rev=30
This commit is contained in:
commit
95cfcd6aca
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 22 09:52:59 UTC 2015 - ftake@geeko.jp
|
||||||
|
|
||||||
|
- Stop providing locale(ja)
|
||||||
|
+ Most of ja locale users do not need this anymore
|
||||||
|
- Change the upstream URL
|
||||||
|
- Clean up the spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 30 20:37:56 UTC 2014 - jengelh@inai.de
|
Fri May 30 20:37:56 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
16
anthy.spec
16
anthy.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anthy
|
# spec file for package anthy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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
|
||||||
@ -18,23 +18,13 @@
|
|||||||
|
|
||||||
Name: anthy
|
Name: anthy
|
||||||
BuildRequires: emacs-x11
|
BuildRequires: emacs-x11
|
||||||
%if 0%{?suse_version} >= 1110
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: xemacs
|
BuildRequires: xemacs
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
Provides: locale(emacs:ja)
|
|
||||||
Provides: locale(m17n-lib:ja)
|
|
||||||
Provides: locale(scim-anthy:ja)
|
|
||||||
Provides: locale(uim:ja)
|
|
||||||
Provides: locale(xemacs:ja)
|
|
||||||
Version: 9100h
|
Version: 9100h
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://sourceforge.jp/projects/anthy/
|
Url: https://osdn.jp/projects/anthy/
|
||||||
# old URL, still some information only there: http://www.kmc.kyoto-u.ac.jp/proj/heke/
|
|
||||||
# cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/anthy login
|
|
||||||
# cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/anthy co modulename
|
|
||||||
Source0: anthy-%{version}.tar.bz2
|
Source0: anthy-%{version}.tar.bz2
|
||||||
Source1: suse-start-anthy.el
|
Source1: suse-start-anthy.el
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -111,9 +101,7 @@ pushd src-util
|
|||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
|
mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
|
||||||
install -m 644 *.el *.elc $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
|
install -m 644 *.el *.elc $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
|
||||||
popd
|
popd
|
||||||
%if %suse_version > 1110
|
|
||||||
%fdupes $RPM_BUILD_ROOT/usr/share
|
%fdupes $RPM_BUILD_ROOT/usr/share
|
||||||
%endif
|
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
# remove unneeded Makefiles for documents
|
# remove unneeded Makefiles for documents
|
||||||
rm -f doc/Makefile.*
|
rm -f doc/Makefile.*
|
||||||
|
Loading…
Reference in New Issue
Block a user