From 597f706052b82e2c40cc5f06361df960dd82daa679140b7663c8d70a36430f98 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 20 Sep 2011 07:34:31 +0000 Subject: [PATCH] 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 --- baselibs.conf | 1 + libwebp-0.1.2.tar.gz | 3 +++ libwebp-0.1.2.tar.xz | 3 --- libwebp.changes | 5 +++++ libwebp.spec | 12 ++++++------ 5 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 baselibs.conf create mode 100644 libwebp-0.1.2.tar.gz delete mode 100644 libwebp-0.1.2.tar.xz diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..114183f --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libwebp0 diff --git a/libwebp-0.1.2.tar.gz b/libwebp-0.1.2.tar.gz new file mode 100644 index 0000000..6159581 --- /dev/null +++ b/libwebp-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ff8df777010a5fb8dd5bac85eb30e98fe665e089ad9d3be2d01724a4c23eb5 +size 154784 diff --git a/libwebp-0.1.2.tar.xz b/libwebp-0.1.2.tar.xz deleted file mode 100644 index 4a5dc25..0000000 --- a/libwebp-0.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a1bad98208bfae86a82ab2925b06d111d1211fc225c128fdd32f88589ed8e1f -size 117364 diff --git a/libwebp.changes b/libwebp.changes index 987bd32..4b55c63 100644 --- a/libwebp.changes +++ b/libwebp.changes @@ -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 diff --git a/libwebp.spec b/libwebp.spec index 38debf7..4665a87 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -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";