rpms/gabedit/F-11 .cvsignore, 1.5, 1.6 gabedit.spec, 1.5, 1.6 sources, 1.5, 1.6 gabedit.desktop, 1.1, NONE

Dominik Mierzejewski rathann at fedoraproject.org
Fri Aug 21 20:43:47 UTC 2009


Author: rathann

Update of /cvs/pkgs/rpms/gabedit/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23508

Modified Files:
	.cvsignore gabedit.spec sources 
Removed Files:
	gabedit.desktop 
Log Message:
* Fri Aug 21 2009 Dominik Mierzejewski <rpm at greysector.net> 2.2.4-1
- updated to latest version (2.2.4)
- shortened the description field
- desktop file has been upstreamed



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gabedit/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	27 Feb 2009 01:26:26 -0000	1.5
+++ .cvsignore	21 Aug 2009 20:43:47 -0000	1.6
@@ -1 +1 @@
-GabeditSrc2117.tar.gz
+GabeditSrc224.tar.gz


Index: gabedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gabedit/F-11/gabedit.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gabedit.spec	27 Feb 2009 01:26:26 -0000	1.5
+++ gabedit.spec	21 Aug 2009 20:43:47 -0000	1.6
@@ -1,12 +1,11 @@
-%define version	2.1.17
-%define tarver	2117
+%define version	2.2.4
+%define tarver	224
 
 Name:		gabedit
 Summary:	GUI for computational chemistry
 Version:	%{version}
 Release:	1%{?dist}
 Source0:	http://downloads.sourceforge.net/sourceforge/gabedit/GabeditSrc%{tarver}.tar.gz
-Source1:	%{name}.desktop
 Patch2:		%{name}-csh.patch
 URL:		http://gabedit.sourceforge.net/home.html
 License:	MIT
@@ -20,51 +19,21 @@ BuildRequires:	libGLU-devel
 BuildRequires:	libjpeg-devel
 
 %description
-Gabedit is a Graphical User Interface to Gamess-US, Gaussian, Molcas, Molpro
-and MPQC computational chemistry packages. Gabedit includes graphical
-facilities for generating keywords and options, molecule specifications and
-their input sections for even the most advanced calculation types. Gabedit
-includes an advanced Molecule Builder. You can use it to rapidly sketch in
-molecules and examine them in three dimensions. You can build molecules by
-atom, ring, group, amino acid and nucleoside. You can also read geometry from
-a file. Most major molecular file formats are supported.
-
-Gabedit includes a Gamess-US, Gaussian, Molcas, Molpro and MPQC Calculation
-Setup window which allows you to set up Gamess-US, Gaussian, Molcas, Molpro
-and MPQC jobs in a simple and straightforward manner.
-
-Gabedit can graphically display a variety of Gamess-US, Gaussian, Molcas,
-Molpro, MPQC and (partially) ADF calculation results, including the following:
-- Molecular orbitals
-- Surfaces from the electron density, electrostatic potential, NMR shielding
-  density, and other properties.
-- Surfaces may be displayed in solid, translucent and wire mesh modes. They
-  are can be colorcoded by a separate property.
-- Contours (colorcoded), Planes colorcoded, Dipole. XYZ axes and the principal
-  axes of the molecule.
-- Animation of the normal modes corresponding to vibrational frequencies.
-- Animation of the rotation of geometry, surfaces, contours, planes colorcoded,
-  xyz and the principal axes of the molecule.
-- Animation of contours, Animation of planes colorcoded.
-
-Gabedit can display IR and Raman computed spectra.
-
-Gabedit can generate a povray file for geometry (including hydrogen's bond),
-surfaces (including colorcoded surfaces), contours, planes colorcoded.
-
-Gabedit can save picture in BMP, JPEG, PNG, PPM and PS format.
-
-Gabedit can generate automatically a series of pictures for animation
-(vibration, geometry convergence, rotation, contours, planes colorcoded).
+Gabedit is a Graphical User Interface to Gamess-US, Gaussian, Molcas,
+Molpro and MPQC computational chemistry packages. Gabedit includes
+graphical facilities for generating keywords and options, molecule
+specifications and their input sections for even the most advanced
+calculation types. Gabedit includes an advanced Molecule Builder. You
+can use it to rapidly sketch in molecules and examine them in three
+dimensions. You can build molecules by atom, ring, group, amino acid and
+nucleoside. You can also read geometry from a file. Most major molecular
+file formats are supported.
 
 %prep
 %setup -q -n GabeditSrc%{tarver}
 %patch2 -p1
-# remove bundled pre-built binaries
-%{__rm} utils/MolecularMechanics/{createTPLfile,createmmfile}
 # remove Win32-specific files
 %{__rm} -r utils/InnosSetupScriptWin32
-%{__rm} utils/Others/Gabedit206.iss
 echo "external_gtkglarea=1" >> CONFIG
 echo "external_gl2ps=1" >> CONFIG
 
@@ -80,7 +49,7 @@ install -pm755 %{name} %{buildroot}/%{_b
 install -d %{buildroot}%{_datadir}/applications
 desktop-file-install --vendor=fedora \
 	--dir=%{buildroot}%{_datadir}/applications \
-	%{SOURCE1}
+	utils/Others/gabedit.desktop
 
 for size in 16 32 48 ; do
 	install -d %{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/apps
@@ -110,6 +79,11 @@ fi
 %{_datadir}/icons/hicolor/*/apps/*.png
 
 %changelog
+* Fri Aug 21 2009 Dominik Mierzejewski <rpm at greysector.net> 2.2.4-1
+- updated to latest version (2.2.4)
+- shortened the description field
+- desktop file has been upstreamed
+
 * Thu Feb 26 2009 Dominik Mierzejewski <rpm at greysector.net> 2.1.17-1
 - updated to latest development version (2.1.17)
 - dropped obsolete patches


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gabedit/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	27 Feb 2009 01:26:26 -0000	1.5
+++ sources	21 Aug 2009 20:43:47 -0000	1.6
@@ -1 +1 @@
-cd013b995134720cc9e1821d71b7ba5f  GabeditSrc2117.tar.gz
+1015a284693bf9391dfcd5a52891d9db  GabeditSrc224.tar.gz


--- gabedit.desktop DELETED ---




More information about the fedora-extras-commits mailing list