SPECS: gnome-build.spec - 0.3.0 - sed workaround for outdated GNU_REGEX sup...
patrys
patrys at pld-linux.org
Wed Jun 18 14:56:24 CEST 2008
Author: patrys Date: Wed Jun 18 12:56:24 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.3.0
- sed workaround for outdated GNU_REGEX support
---- Files affected:
SPECS:
gnome-build.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SPECS/gnome-build.spec
diff -u SPECS/gnome-build.spec:1.19 SPECS/gnome-build.spec:1.20
--- SPECS/gnome-build.spec:1.19 Mon Nov 5 00:22:29 2007
+++ SPECS/gnome-build.spec Wed Jun 18 14:56:19 2008
@@ -2,12 +2,12 @@
Summary: GNOME Build Framework (GBF)
Summary(pl.UTF-8): Struktura GNOME Build (GBF)
Name: gnome-build
-Version: 0.2.0
-Release: 2
+Version: 0.3.0
+Release: 1
License: GPL
Group: Development/Tools
-Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 97ba7c81f47c39b191d9aae9ea173084
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.3/%{name}-%{version}.tar.bz2
+# Source0-md5: f998c1e5676c3602937413f4f20f1572
BuildRequires: automake
BuildRequires: gdl-devel >= 0.7.5
BuildRequires: gnome-vfs2-devel >= 2.18.1
@@ -16,6 +16,8 @@
BuildRequires: libgnomeui-devel >= 2.18.1
BuildRequires: libxml2-devel >= 1:2.6.28
BuildRequires: perl-base
+BuildRequires: perl-Locale-gettext
+BuildRequires: sed
# sr at Latn vs. sr at latin
Conflicts: glibc-misc < 6:2.7
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,9 +45,14 @@
%setup -q
%build
-cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
%configure \
--enable-compile-warnings=maximum
+sed -i 's/#define NATIVE_GNU_REGEX 1//' config.h
%{__make} -j1
%install
@@ -69,6 +76,7 @@
%doc AUTHORS ChangeLog README
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib*.so.2
%dir %{_libdir}/%{name}-1.0
%dir %{_libdir}/%{name}-1.0/backends
%attr(755,root,root) %{_libdir}/%{name}-1.0/backends/lib*.so*
@@ -91,7 +99,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.19 2007/11/04 23:22:29 ankry
+Revision 1.20 2008/06/18 12:56:19 patrys
+- 0.3.0
+- sed workaround for outdated GNU_REGEX support
+
+Revision 1.19 2007-11-04 23:22:29 ankry
- sr at Latn -> sr at latin, rel. 2
Revision 1.18 2007/09/07 17:50:47 twittner
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-build.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list