packages: root/root.spec - up to 5.26.00d - add -make_version.patch which d...
lisu
lisu at pld-linux.org
Wed Aug 25 16:19:18 CEST 2010
Author: lisu Date: Wed Aug 25 14:19:18 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 5.26.00d
- add -make_version.patch which disables make version checking in configure script
- use sed macro
- dosn't build
---- Files affected:
packages/root:
root.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.26 packages/root/root.spec:1.27
--- packages/root/root.spec:1.26 Tue Jul 20 16:49:06 2010
+++ packages/root/root.spec Wed Aug 25 16:19:13 2010
@@ -8,13 +8,14 @@
Summary: An object-oriented data analysis environment
Summary(pl.UTF-8): Obiektowo zorientowane środowisko do analizowania danych
Name: root
-Version: 5.26.00c
+Version: 5.26.00d
Release: 0.1
License: LGPL v2.1+
Group: Applications
Source0: ftp://root.cern.ch/root/%{name}_v%{version}.source.tar.gz
-# Source0-md5: 721a51c38b96e1dceec3d8dd08274874
+# Source0-md5: f11da997f41000ad7809f01ec794fecb
Patch0: %{name}-docs.patch
+Patch1: %{name}-make_version.patch
URL: http://root.cern.ch/
BuildRequires: OpenGL-GLU-devel
BuildRequires: fftw3-devel
@@ -67,7 +68,8 @@
%prep
%setup -q -n %{name}
%patch0 -p1
-sed '/check_library/s@ \\$@ %{_libdir} \\@' -i configure
+%patch1 -p1
+%{__sed} '/check_library/s@ \\$@ %{_libdir} \\@' -i configure
%build
./configure %{config_target} \
@@ -108,6 +110,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2010/08/25 14:19:13 lisu
+- up to 5.26.00d
+- add -make_version.patch which disables make version checking in configure script
+- use sed macro
+- dosn't build
+
Revision 1.26 2010/07/20 14:49:06 lisu
- 5.26.00c
- - enable linking against shared libraries for gsl (merged from DEVEL)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list