rpms/ggobi/F-8 ggobi.desktop, NONE, 1.1 ggobi.spec, NONE, 1.1 sources, 1.1, 1.2

Marek Mahut (mmahut) fedora-extras-commits at redhat.com
Sun Mar 9 17:14:54 UTC 2008


Author: mmahut

Update of /cvs/pkgs/rpms/ggobi/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26888

Modified Files:
	sources 
Added Files:
	ggobi.desktop ggobi.spec 
Log Message:
Initial ggobi import for Fedora 8



--- NEW FILE ggobi.desktop ---
[Desktop Entry]
Name=GGobi
GenericName=GGobi
Comment=Multivariate interactive graphics for exploratory data analysis
Categories=Astronomy;Science;Education;
Icon=ggobi
Exec=ggobi
Terminal=false
Type=Application


--- NEW FILE ggobi.spec ---
Name:		ggobi      
Version:	2.1.7
Release:	1%{?dist}
Summary:	Open source visualization for exploring high-dimensional data 
Group:		Applications/Engineering
License:	GPLv2
URL:		http://www.ggobi.org/ 
Source0:	http://www.ggobi.org/downloads/ggobi-%{version}.tar.bz2 
Source1:	ggobi.desktop
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libxml2-devel gtk2-devel, desktop-file-utils
Requires:	gtk2, libxml2 >= 2.6

%description
GGobi is an open source visualization program for
exploring high-dimensional data. It provides highly dynamic
and interactive graphics such as tours, as well as familiar
graphics such as the scatterplot, barchart and parallel coordinates plots.
Plots are interactive and linked with brushing and identification.

%package devel
Summary:	Open source visualization for exploring high-dimensional data
Group:		Development/Libraries	
Requires:	%{name} = %{version}-%{release}

%description devel
GGobi devel files

%prep
%setup -q

%build
%configure --with-all-plugins --datadir=%{_libdir} --disable-rpath
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
make ggobirc
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
rm $RPM_BUILD_ROOT%{_libdir}/applications/ggobi.desktop
mv $RPM_BUILD_ROOT%{_libdir}/pixmaps/ggobi.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/ggobi.png

desktop-file-install					\
  --vendor fedora 					\
  --dir $RPM_BUILD_ROOT%{_datadir}/applications		\
  %{SOURCE1}


%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ABOUT-NLS AUTHORS ChangeLog COPYING CPLicense.txt INSTALL README
%{_bindir}/ggobi
%{_libdir}/*.so.*
%{_libdir}/ggobi
%{_datadir}/pixmaps/ggobi.png
%{_datadir}/applications/*.desktop
%exclude %{_libdir}/*.la

%files devel
%{_includedir}/ggobi
%{_libdir}/*.so
%{_libdir}/pkgconfig/ggobi.pc

%changelog
* Mon Dec 31 2007 Marek Mahut <mmahut at fedoraproject.org> - 2.1.7-1
- Update to 2.1.7
- Light review of the spec file

* Sat Feb 17 2007 Zachary Whitley <mail at zacharywhitley.com> - 2.1.4-1
- Initial RPM release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ggobi/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Mar 2008 17:59:45 -0000	1.1
+++ sources	9 Mar 2008 17:14:17 -0000	1.2
@@ -0,0 +1 @@
+96009a660aefa49c36e2d0d69a14d1b9  ggobi-2.1.7.tar.bz2




More information about the fedora-extras-commits mailing list