rpms/scigraphica/devel scigraphica-desktop.patch, NONE, 1.1 scigraphica.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Mon Jan 29 04:02:33 UTC 2007


Author: deji

Update of /cvs/extras/rpms/scigraphica/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26952/devel

Modified Files:
	.cvsignore sources 
Added Files:
	scigraphica-desktop.patch scigraphica.spec 
Log Message:
auto-import scigraphica-2.1.0-4 on branch devel from scigraphica-2.1.0-4.src.rpm

scigraphica-desktop.patch:

--- NEW FILE scigraphica-desktop.patch ---
--- sg.desktop	2005-06-23 21:41:05.000000000 -0400
+++ sg.desktop.new	2006-11-26 21:14:59.000000000 -0500
@@ -1,7 +1,10 @@
 [Desktop Entry]
+Encoding=UTF-8
 Name=SciGraphica
 Comment=Data Plotting and Visualization
-Exec=sga
+Exec=scigraphica
 Icon=sg_icon.xpm
-Terminal=0
+Terminal=false
 Type=Application
+Categories=GNOME;Science;Graphics;
+StartupNotify=true


--- NEW FILE scigraphica.spec ---
%{!?python_siteinc: %define python_siteinc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc()")}

Summary:	Scientific application for data analysis and technical graphics
Name:		scigraphica
Version:	2.1.0
Release:	4%{?dist}
License:	GPL
Group:		Applications/Productivity
Url:		http://scigraphica.sourceforge.net
Source:		http://dl.sourceforge.net/scigraphica/%{name}-%{version}.tar.gz
Patch0:		scigraphica-desktop.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	libxml2-devel imlib-devel
BuildRequires:	python-devel python-numeric
BuildRequires:	libscigraphica-devel
BuildRequires:	gettext perl(XML::Parser)
BuildRequires:	desktop-file-utils
Requires:	python-numarray

%description
SciGraphica is a free (GPL) scientific application for data analysis and
technical graphics. It pretends to be a clone of the popular commercial
(and expensive) application "Microcal Origin". It fully supplies plotting
features for 2D, 3D and polar charts 

%prep
%setup -q
%patch0 -p0 -b .desktop

%build
%configure --disable-static --with-python-numeric-path=%{python_siteinc}/Numeric
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} INSTALL="%{__install} -c -p" install

find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'

#Removing this pixmaps here as it is also packaged in libscigraphica 
rm -rf %{buildroot}%{_datadir}/pixmaps/sg_icon.xpm

desktop-file-install --delete-original			\
	--vendor fedora					\
	--dir=%{buildroot}%{_datadir}/applications	\
	%{buildroot}%{_datadir}/gnome/apps/Applications/sg.desktop
        

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog TODO
%{_bindir}/%{name}
%{_libdir}/%{name}/%{version}/plugins/project/
%{_datadir}/applications/*.desktop
%{_datadir}/gnome/help/%{name}/
%{_datadir}/pixmaps/%{name}/
%{_datadir}/%{name}/
%{_mandir}/man1/%{name}.1.gz

%changelog
* Mon Jan 01 2007 Deji Akingunola <dakingun at gmail.com> - 2.1.0-4
- Specify python-numeric path to avoid collisions with python-numarray

* Sun Dec 31 2006 Deji Akingunola <dakingun at gmail.com> - 2.1.0-3
- Fix the BRs and remove the unnecessary post and postun sections

* Sun Dec 31 2006 Deji Akingunola <dakingun at gmail.com> - 2.1.0-2
- Don't allow scigraphica to own $(libdir)/scigraphical, it is already
 owned by libscigraphica

* Sat Dec 09 2006 Deji Akingunola <dakingun at gmail.com> - 2.1.0-1
- Initial build for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scigraphica/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jan 2007 04:01:40 -0000	1.1
+++ .cvsignore	29 Jan 2007 04:02:03 -0000	1.2
@@ -0,0 +1 @@
+scigraphica-2.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scigraphica/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jan 2007 04:01:40 -0000	1.1
+++ sources	29 Jan 2007 04:02:03 -0000	1.2
@@ -0,0 +1 @@
+80b74b2faa0e2c46361f4de51e73df34  scigraphica-2.1.0.tar.gz




More information about the fedora-extras-commits mailing list