]> git.pld-linux.org Git - packages/g3data.git/blame_incremental - g3data.spec
- tabs in preamble
[packages/g3data.git] / g3data.spec
... / ...
CommitLineData
1Summary: g3data - utility for extracting data from graphs
2Summary(pl.UTF-8): g3data - narzędzie do wydobywania danych z wykresów
3Name: g3data
4Version: 1.4.0.1
5Release: 1
6License: GPL
7Group: X11/Applications/Science
8Source0: http://www.acclab.helsinki.fi/~frantz/software/%{name}-%{version}.tar.gz
9# Source0-md5: df4a134cba4981ad0d99536afeeeed4a
10URL: http://www.acclab.helsinki.fi/~frantz/software/g3data.php
11BuildRequires: gtk+2-devel >= 1:2.0
12BuildRequires: pkgconfig
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16g3data is used for extracting data from graphs. In publications graphs
17often are included, but the actual data is missing. g3data makes the
18extracting process much easier.
19
20%description -l pl.UTF-8
21g3data służy do wydobywania danych z wykresów. Często do publikacji
22dołączane są wykresy, lecz brakuje aktualnych danych. g3data ułatwia
23wydobycie 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
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
36
37install %{name} $RPM_BUILD_ROOT%{_bindir}
38gzip -dc %{name}.1.gz >$RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
39
40%clean
41rm -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.074462 seconds and 4 git commands to generate.