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:
Lars Vogdt 2011-09-20 07:34:31 +00:00 committed by Git OBS Bridge
parent bc7449821b
commit 597f706052
5 changed files with 15 additions and 9 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libwebp0

3
libwebp-0.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5ff8df777010a5fb8dd5bac85eb30e98fe665e089ad9d3be2d01724a4c23eb5
size 154784

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a1bad98208bfae86a82ab2925b06d111d1211fc225c128fdd32f88589ed8e1f
size 117364

View File

@ -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

View File

@ -26,8 +26,8 @@ Url: http://webmproject.org/
Summary: Library and tools for the WebP graphics format
License: BSD3c
#Source: http://webp.googlecode.com/files/libwebp-0.1.tar.gz
Source: %name-%version.tar.xz
Source0: http://webp.googlecode.com/files/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libjpeg-devel libpng-devel xz
@ -78,13 +78,13 @@ developers can use WebP to compress, archive and distribute digital
images more efficiently.
%prep
%setup -qn %name
%setup -q
%build
mkdir -p m4;
./autogen.sh;
mkdir -p m4
./autogen.sh
%configure --disable-static
make %{?_smp_mflags};
make %{?_smp_mflags}
%install
b="%buildroot";