packages: libucil/libucil.spec - fix typo in configure.ac (-ac.patch)=?UTF-8?Q?=20?=- reg...
adamg
adamg at pld-linux.org
Thu Feb 9 18:39:39 CET 2012
Author: adamg Date: Thu Feb 9 17:39:39 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fix typo in configure.ac (-ac.patch)
- regenereate autothingies (BR: ac,am,lt)
- release 3 (rebuild against libpng-1.5)
---- Files affected:
packages/libucil:
libucil.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/libucil/libucil.spec
diff -u packages/libucil/libucil.spec:1.2 packages/libucil/libucil.spec:1.3
--- packages/libucil/libucil.spec:1.2 Tue Feb 7 23:04:15 2012
+++ packages/libucil/libucil.spec Thu Feb 9 18:39:34 2012
@@ -7,20 +7,24 @@
Summary(pl.UTF-8): Unicap Imaging Library - biblioteka prostych funkcji przetwarzania obrazu
Name: libucil
Version: 0.9.10
-Release: 2
+Release: 3
License: GPL v2+
Group: Libraries
#Source0Download: http://unicap-imaging.org/download.htm
Source0: http://unicap-imaging.org/downloads/%{name}-%{version}.tar.gz
# Source0-md5: 986adfd387d64726acd0267565ff9431
+Patch0: %{name}-ac.patch
URL: http://unicap-imaging.org/
BuildRequires: alsa-lib-devel >= 0.9
+BuildRequires: autoconf
+BuildRequires: automake
%{?with_ffmpeg:BuildRequires: ffmpeg-devel >= ? < ?}
BuildRequires: glib2-devel >= 1:2.11.0
BuildRequires: gstreamer-devel >= 0.10
BuildRequires: gstreamer-plugins-base-devel >= 0.10
BuildRequires: gtk-doc >= 1.4
BuildRequires: libpng-devel
+BuildRequires: libtool
BuildRequires: libtheora-devel
BuildRequires: libunicap-devel
BuildRequires: libvorbis-devel
@@ -84,11 +88,18 @@
%prep
%setup -q
+%patch0 -p1
%build
# --enable-gpl allows to use some GPL gstreamer modules
# (doesn't affect libucil license, as it's GPLed anyway)
%{?with_ffmpeg:CPPFLAGS="%{rpmcppflags} -I/usr/include/libavcodec -I/usr/include/libavutil"}
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--enable-gpl \
%{?with_ffmpeg:--enable-ucil-avcodec} \
@@ -134,6 +145,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2012/02/09 17:39:34 adamg
+- fix typo in configure.ac (-ac.patch)
+- regenereate autothingies (BR: ac,am,lt)
+- release 3 (rebuild against libpng-1.5)
+
Revision 1.2 2012/02/07 22:04:15 arekm
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libucil/libucil.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list