File: gdpc.spec

package info (click to toggle)
gdpc 2.2.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,324 kB
  • ctags: 288
  • sloc: ansic: 3,099; makefile: 28
file content (56 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%define base_version		2.2.4
%define rel			1

Summary: Program for visualising output data from molecular dynamics simulations.
Name: gdpc
Version: %{base_version}
Release: %{rel}
License: GPL
Group: Applications/Engineering
URL: http://koti.welho.com/jfrantz/software/gdpc.html
Source0: http://koti-welho.com/jfrantz/software/gdpc-%{version}.tar.gz
BuildRoot: %{_tmppath}/gdpc-%{version}-root

Requires: gtk2

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 -n gdpc-%{version}

%build
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/bin

%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)

/usr/bin/gdpc

%doc README liquid.test manytypes.test md.test gpl.txt

%changelog
* Sat Dec 11 2004 Jonas Frantz <frantz@acclab.helsinki.fi>
- Version 2.2.4 released
* Wed Dec 8 2004 Jonas Frantz <frantz@acclab.helsinki.fi>
- Version 2.2.3.1 released
* Mon Dec 6 2004 Jonas Frantz <frantz@acclab.helsinki.fi>
- Version 2.2.3 released
* Sat Aug 9 2003 Jonas Frantz <jonas.frantz@helsinki.fi>
- Initial build