Author: mmahut Update of /cvs/pkgs/rpms/ggobi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21973/devel Modified Files: .cvsignore sources Added Files: ggobi.desktop ggobi.spec Log Message: Initial import of ggobi. --- 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@xxxxxxxxxxxxxxxxx> - 2.1.7-1 - Update to 2.1.7 - Light review of the spec file * Sat Feb 17 2007 Zachary Whitley <mail@xxxxxxxxxxxxxxxxxx> - 2.1.4-1 - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ggobi/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Mar 2008 17:59:45 -0000 1.1 +++ .cvsignore 9 Mar 2008 17:01:40 -0000 1.2 @@ -0,0 +1 @@ +ggobi-2.1.7.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ggobi/devel/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:01:40 -0000 1.2 @@ -0,0 +1 @@ +96009a660aefa49c36e2d0d69a14d1b9 ggobi-2.1.7.tar.bz2 _______________________________________________ Fedora astronomy mailing list Fedora-astronomy-list@xxxxxxxxxx http://fedoraproject.org/wiki/SIGs/Astronomy https://www.redhat.com/mailman/listinfo/fedora-astronomy-list