- Add URL path for the download.
- Update the package to be matching the released tarball. - Do not force autoreconf as it is not really needed with released package. OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=4
This commit is contained in:
parent
f7951dd045
commit
6f2f721cd4
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:262072b5c918682c68ed07b2c8c583ea36c9a68e550be2485c5b78a06d3133ac
|
oid sha256:ebe7e7d83b437cf03e9040c9f46cf15ed50adaac65b64c32127db2e9d6181304
|
||||||
size 362614
|
size 338072
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 11:44:14 UTC 2013 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Add URL path for the download.
|
||||||
|
- Update the package to be matching the released tarball.
|
||||||
|
- Do not force autoreconf as it is not really needed with released
|
||||||
|
package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 27 13:58:07 UTC 2013 - kyoshida@suse.com
|
Wed Mar 27 13:58:07 UTC 2013 - kyoshida@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libixion-0_6-0
|
# spec file for package libixion
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,9 +25,7 @@ Summary: Threaded multi-target formula parser & interpreter
|
|||||||
License: X11
|
License: X11
|
||||||
Group: Productivity/Publishing/Word
|
Group: Productivity/Publishing/Word
|
||||||
Url: http://gitorious.org/ixion
|
Url: http://gitorious.org/ixion
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: autoconf >= 2.63
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
@ -70,7 +68,6 @@ Tools to use ixion parser and interpreter from cli.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--docdir=%_docdir/%name
|
--docdir=%_docdir/%name
|
||||||
|
Loading…
Reference in New Issue
Block a user