]> git.pld-linux.org Git - packages/g3data.git/blob - g3data.spec
- tabs in preamble
[packages/g3data.git] / g3data.spec
1 Summary:        g3data - utility for extracting data from graphs
2 Summary(pl.UTF-8):      g3data - narzędzie do wydobywania danych z wykresów
3 Name:           g3data
4 Version:        1.4.0.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Science
8 Source0:        http://www.acclab.helsinki.fi/~frantz/software/%{name}-%{version}.tar.gz
9 # Source0-md5:  df4a134cba4981ad0d99536afeeeed4a
10 URL:            http://www.acclab.helsinki.fi/~frantz/software/g3data.php
11 BuildRequires:  gtk+2-devel >= 1:2.0
12 BuildRequires:  pkgconfig
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 g3data is used for extracting data from graphs. In publications graphs
17 often are included, but the actual data is missing. g3data makes the
18 extracting process much easier.
19
20 %description -l pl.UTF-8
21 g3data służy do wydobywania danych z wykresów. Często do publikacji
22 dołączane są wykresy, lecz brakuje aktualnych danych. g3data ułatwia
23 wydobycie tych danych z wykresów.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} \
30         CC="%{__cc}" \
31         CFLAGS="`pkg-config --cflags gtk+-2.0` %{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
36
37 install %{name} $RPM_BUILD_ROOT%{_bindir}
38 gzip -dc %{name}.1.gz >$RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README.TEST test*
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/%{name}.1*
This page took 0.10387 seconds and 3 git commands to generate.