SPECS: root.spec (NEW) - http://root.cern.ch - placeholder
adasi
adasi at pld-linux.org
Mon Mar 27 23:11:20 CEST 2006
Author: adasi Date: Mon Mar 27 21:11:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- http://root.cern.ch
- placeholder
---- Files affected:
SPECS:
root.spec (1.7 -> 1.8) (NEW)
---- Diffs:
================================================================
Index: SPECS/root.spec
diff -u /dev/null SPECS/root.spec:1.8
--- /dev/null Mon Mar 27 23:11:20 2006
+++ SPECS/root.spec Mon Mar 27 23:11:14 2006
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+#
+Summary: An object-oriented data analysis environment
+Name: root
+Version: 5.10.00
+Release: 0.1
+License: LGPL
+Group: Applications
+Source0: ftp://root.cern.ch/%{name}/%{name}_v%{version}.source.tar.gz
+# Source0-md5: 158009f95202abaa06ab008add29f86b
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n root
+
+%build
+./configure linux --prefix=/usr
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.8 2006/03/27 21:11:14 adasi
+- http://root.cern.ch
+- placeholder
+
+
================================================================
More information about the pld-cvs-commit
mailing list