Hello community,

here is the log from the commit of package cint for openSUSE:Factory
checked in at Mon Jun 6 15:19:22 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/cint/cint.changes      2011-05-09 
18:33:09.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon May  9 16:04:56 UTC 2011 - [email protected]
+
+- Initial release 
+

calling whatdependson for head-i586


New:
----
  cint-5.18.00.tar.bz2
  cint.changes
  cint.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cint.spec ++++++
#
# spec file for package cint
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           cint
Version:        5.18.00
Release:        1
License:        MIT
Summary:        C/C++ Interpreter
Url:            http://root.cern.ch/drupal/content/cint
Group:          Development/Languages/C and C++
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  gcc-c++
BuildRequires:  readline-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
CINT is a C/C++ interpreter which is aimed at processing C/C++ scripts. Scripts
are programs which perform specific tasks. Generally execution time is not
critical, but rapid development is. Using an interpreter the compile and link
cycle is dramatically reduced facilitating rapid development. CINT makes C/C++
programming enjoyable even for part-time programmers.

%prep
%setup -q

%build
# This is a custom configure script
./configure --prefix=%{_prefix} \
            --libdir=%{_libdir} \
            --readlinelib=%{_libdir}/libreadline.so
make %{_smp_mflags}

%install
install -D -m 0755 bin/cint %{buildroot}%{_bindir}/cint
install -D -m 0755 lib/libCint.so %{buildroot}%{_libdir}/libCint.so
install -D -m 0644 doc/man1/cint.1 %{buildroot}%{_mandir}/man1/cint.1

# Docs
install -d %{buildroot}%{_docdir}/%{name}
install -m 0644 COPYING README.txt RELNOTE.txt %{buildroot}%{_docdir}/%{name}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/cint
%{_libdir}/libCint*
%{_mandir}/man1/cint.1%{ext_man}
%doc %{_docdir}/%{name}

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to