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

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Aug 9 20:08:32 UTC 2006


Author: pfj

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

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

gcl-desktop.patch:

--- NEW FILE gcl-desktop.patch ---
--- genchemlab-1.0/program/genchemlab.desktop	2003-05-19 16:56:15.000000000 +0100
+++ genchemlab-1.0/program/genchemlab.desktop	2006-08-06 10:45:35.000000000 +0100
@@ -1,11 +1,16 @@
 [Desktop Entry]
-Type=Application
-Exec=genchemlab
-Icon=genchemlab.png
-DocPath=
+Version=1.0
+Encoding=UTF-8
+Name=GenChemLab
 Comment=Simulation of a chemical lab.
 Comment[da]=Et simuleret kemisk laboratorium.
-Terminal=0
-Name=GenChemLab
-Encoding=UTF-8
-Categories=Application;Education;Chemestry;
+Icon=genchemlab.png
+Terminal=false
+Type=Application
+Categories=Application;Education;Chemistry;
+Exec=genchemlab
+StartupNotify=false
+
+
+
+


--- NEW FILE genchemlab.spec ---
Summary: A general chemistry lab experiment simulator
Name: genchemlab
Version: 1.0
Release: 4%{?dist}
License: GPL
Group: Applications/Multimedia
Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tgz
URL: http://genchemlab.sourceforge.net/
Patch0: gcl-desktop.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: qt-devel freeglut-devel desktop-file-utils

%description
GenChemLab is an OpenGL-based application intended to simulate several common 
general chemistry experiments.

%prep
%setup -q 
sed -i 's/\r//' GPL.txt
sed -i 's/\r//' COPYRIGHT.txt
%patch0 -p1

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install

desktop-file-install --vendor fedora \
        --dir %{buildroot}%{_datadir}/applications \
        --add-category X-Fedora \
        --delete-original \
        %{buildroot}%{_datadir}/applications/genchemlab.desktop

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYRIGHT.txt GPL.txt HISTORY.txt README.txt
%{_datadir}/%{name}/
%{_bindir}/genchemlab
%{_datadir}/pixmaps/genchemlab.png
%{_datadir}/applications/fedora-genchemlab.desktop

%changelog
* Wed Aug 09 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.0-4
- fixed seely spelink mizthake

* Sun Aug 06 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.0-3
- added desktop file patch
- removed strip from the binary

* Sun Aug 06 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.0-2
- fixed ownership problem

* Sat Aug 05 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 1.0-1
- Initial import into FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/genchemlab/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Aug 2006 20:07:30 -0000	1.1
+++ .cvsignore	9 Aug 2006 20:08:32 -0000	1.2
@@ -0,0 +1 @@
+genchemlab-1.0.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/genchemlab/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Aug 2006 20:07:30 -0000	1.1
+++ sources	9 Aug 2006 20:08:32 -0000	1.2
@@ -0,0 +1 @@
+ef364cff3f3e2dba4c62a5d1a0084bae  genchemlab-1.0.tgz




More information about the scm-commits mailing list