]> git.pld-linux.org Git - packages/g3data.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Thu, 9 Oct 2003 14:29:20 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    g3data.spec -> 1.1

g3data.spec [new file with mode: 0644]

diff --git a/g3data.spec b/g3data.spec
new file mode 100644 (file)
index 0000000..eb92867
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       g3data is used for extracting data from graphs
+Summary(pl):   g3data s³u¿y do wydobywania danych z wykresów
+Name:          g3data
+Version:       1.4.0
+Release:       1
+License:       GPL
+Group:         X11/Applications/Science
+Source0:       http://www.acclab.helsinki.fi/~frantz/software/%{name}-%{version}.tar.gz
+# Source0-md5: 5732f05bae15c0e1df7423be58c800cb
+URL:           http://www.acclab.helsinki.fi/~frantz/software/g3data.php
+BuildRequires: gtk+2-devel
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+g3data is used for extracting data from graphs. In publications graphs
+often are included, but the actual data is missing. g3data makes the
+extracting process much easier.
+
+%description -l pl
+g3data s³u¿y do wydobywania danych z wykresów. Czêsto do publikacji
+do³±czane s± wykresy, lecz brakuje aktualnych danych. g3data u³atwia
+wydobycie tych danych z wykresów.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="`pkg-config --cflags gtk+-2.0` %{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.TEST test*
+%attr(755,root,root) %{_bindir}/*
This page took 0.059472 seconds and 4 git commands to generate.