rpms/avogadro/devel .cvsignore, 1.9, 1.10 avogadro.spec, 1.13, 1.14 sources, 1.9, 1.10

Sebastian Dziallas sdz at fedoraproject.org
Sat Sep 26 16:10:08 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/avogadro/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29796

Modified Files:
	.cvsignore avogadro.spec sources 
Log Message:
update to new release and enable optional components



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/avogadro/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	6 Jun 2009 17:48:41 -0000	1.9
+++ .cvsignore	26 Sep 2009 16:10:06 -0000	1.10
@@ -1 +1 @@
-avogadro-0.9.6.tar.bz2
+avogadro-0.9.8.tar.bz2


Index: avogadro.spec
===================================================================
RCS file: /cvs/pkgs/rpms/avogadro/devel/avogadro.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- avogadro.spec	24 Jul 2009 17:41:36 -0000	1.13
+++ avogadro.spec	26 Sep 2009 16:10:06 -0000	1.14
@@ -1,6 +1,9 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Name:           avogadro
-Version:        0.9.6
-Release:        2%{?dist}
+Version:        0.9.8
+Release:        1%{?dist}
 Summary:        An advanced molecular editor for chemical purposes
 
 Group:          Applications/Editors
@@ -10,12 +13,15 @@ Source0:        http://downloads.sourcef
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake >= 2.6.0
-BuildRequires:  qt4-devel >= 4.4.0
-BuildRequires:  eigen2-devel >= 2.0.0
-BuildRequires:  openbabel-devel >= 2.2.0
+BuildRequires:  qt4-devel >= 4.5.1
+BuildRequires:  eigen2-devel >= 2.0.3
+BuildRequires:  openbabel-devel >= 2.2.2
+BuildRequires:  boost-devel >= 1.35
+BuildRequires:  glew-devel >= 1.5.0
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-utils
-BuildRequires:  python
+BuildRequires:  sip-devel
+BuildRequires:  numpy
 
 %description
 An advanced molecular editor designed for 
@@ -51,7 +57,7 @@ Avogadros libraries.
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake} %{?BUILD_TESTS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} ..
+%{cmake} %{?BUILD_TESTS} -DENABLE_GLSL=ON -DENABLE_PYTHON=ON -DENABLE_UPDATE_CHECKER=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} ..
 popd
 make %{?_smp_mflags} -C %{_target_platform}
 
@@ -86,17 +92,23 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
+%{_datadir}/lib%{name}
 %{_includedir}/%{name}
 %{_libdir}/*.so
 
 
 %files libs
 %defattr(-,root,root,-)
+%{python_sitelib}/Avogadro.so
 %{_libdir}/%{name}
 %{_libdir}/*.so.*
 
 
 %changelog
+* Sat Sep 26 2009 Sebastian Dziallas <sebastian at when.com> 0.9.8-1
+- update to new upstream release
+- enable python and glsl support again
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/avogadro/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	6 Jun 2009 17:48:41 -0000	1.9
+++ sources	26 Sep 2009 16:10:06 -0000	1.10
@@ -1 +1 @@
-4b12a8c750837e12c884ac3cb80ce766  avogadro-0.9.6.tar.bz2
+ff3a982c3196789a3aa6c7c4b16733dd  avogadro-0.9.8.tar.bz2




More information about the fedora-extras-commits mailing list