rpms/gdpc/devel gdpc.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Fri Jul 17 20:04:26 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/gdpc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5263/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gdpc.spec import.log 
Log Message:
Imported in Fedora.



--- NEW FILE gdpc.spec ---
Summary:	A program for visualising molecular dynamics simulations data
Name:		gdpc
Version:	2.2.5
Release:	1%{?dist}
License:	GPLv2+
Group:		Applications/Engineering
URL:		http://www.frantz.fi/software/gdpc.php
Source0:	http://www.frantz.fi/software/gdpc-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	desktop-file-utils
BuildRequires:	gtk2-devel
BuildRequires:	pkgconfig

%description
gdpc is a program for visualising molecular dynamic simulations,
it is a very versatile program and could easily be used for other
purposes. gdpc reads xyz input as well as custom formats and can
output pictures of each frame.

%prep
%setup -q
# Create desktop file
cat > gdpc.desktop << EOF
[Desktop Entry]
Name=gdpc
Comment=A program for visualising molecular dynamic simulations
Exec=gdpc
Icon=
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;Science;Chemistry;Physics;DataVisualization;
EOF

%build
make CFLAGS="%{optflags}" %{?_smp_mflags}

%install
rm -rf %{buildroot} 
install -D -p -m 755 gdpc %{buildroot}%{_bindir}/gdpc
desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ gdpc.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README liquid.test manytypes.test md.test gpl.txt
%{_bindir}/gdpc
%{_datadir}/applications/gdpc.desktop

%changelog
* Wed Apr 22 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 2.2.5-1
- Conversion of spec to Fedora.
* Sat Dec 11 2004 Jonas Frantz <frantz at acclab.helsinki.fi>
- Version 2.2.4 released
* Wed Dec 8 2004 Jonas Frantz <frantz at acclab.helsinki.fi>
- Version 2.2.3.1 released
* Mon Dec 6 2004 Jonas Frantz <frantz at acclab.helsinki.fi>
- Version 2.2.3 released
* Sat Aug 9 2003 Jonas Frantz <jonas.frantz at helsinki.fi>
- Initial build



--- NEW FILE import.log ---
gdpc-2_2_5-1_fc11:HEAD:gdpc-2.2.5-1.fc11.src.rpm:1247860935


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gdpc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Jul 2009 15:34:30 -0000	1.1
+++ .cvsignore	17 Jul 2009 20:03:56 -0000	1.2
@@ -0,0 +1 @@
+gdpc-2.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdpc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Jul 2009 15:34:30 -0000	1.1
+++ sources	17 Jul 2009 20:03:56 -0000	1.2
@@ -0,0 +1 @@
+851ae4ea1a17d81463e7ea44cbc3ace3  gdpc-2.2.5.tar.gz




More information about the fedora-extras-commits mailing list