Accepting request 82408 from devel:libraries:c_c++
- add baselibs.conf and use original tar (forwarded request 82404 from coolo) OBS-URL: https://build.opensuse.org/request/show/82408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwebp?expand=0&rev=3
This commit is contained in:
parent
bc7449821b
commit
597f706052
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
|||||||
|
libwebp0
|
3
libwebp-0.1.2.tar.gz
Normal file
3
libwebp-0.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5ff8df777010a5fb8dd5bac85eb30e98fe665e089ad9d3be2d01724a4c23eb5
|
||||||
|
size 154784
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a1bad98208bfae86a82ab2925b06d111d1211fc225c128fdd32f88589ed8e1f
|
|
||||||
size 117364
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 16 11:24:15 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add baselibs.conf and use original tar
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 6 18:57:59 UTC 2011 - jengelh@medozas.de
|
Sat Aug 6 18:57:59 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
12
libwebp.spec
12
libwebp.spec
@ -26,8 +26,8 @@ Url: http://webmproject.org/
|
|||||||
Summary: Library and tools for the WebP graphics format
|
Summary: Library and tools for the WebP graphics format
|
||||||
License: BSD3c
|
License: BSD3c
|
||||||
|
|
||||||
#Source: http://webp.googlecode.com/files/libwebp-0.1.tar.gz
|
Source0: http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
Source: %name-%version.tar.xz
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libjpeg-devel libpng-devel xz
|
BuildRequires: libjpeg-devel libpng-devel xz
|
||||||
|
|
||||||
@ -78,13 +78,13 @@ developers can use WebP to compress, archive and distribute digital
|
|||||||
images more efficiently.
|
images more efficiently.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p m4;
|
mkdir -p m4
|
||||||
./autogen.sh;
|
./autogen.sh
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags};
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot";
|
b="%buildroot";
|
||||||
|
Loading…
Reference in New Issue
Block a user