]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
- completly rewrited in PLD style.
[packages/GTKstereograph.git] / GTKstereograph.spec
1 Summary:        GTKstereograph, an advanced stereogram generator
2 Name:           GTKstereograph
3 Version:        0.11a
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications/Graphics
7 Group(pl):      X11/Aplikacje/Grafika
8 Source0:        http://home2.ecore.net/januszewski/linux/stereograph/%{name}-%{version}.tar.gz
9 URL:            http://home2.ecore.net/januszewski/linux/stereograph.html
10 BuildRequires:  gtk+-devel >= 1.2.0
11 BuildRequires:  libpng-devel
12 BuildRequires:  zlib-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16
17 %description
18 GTKstereograph is a graphical user interface for the current
19 stereograph renderer. Stereograph is a stereogram generator. In detail
20 it is a single image stereogram (SIS) generator. That's a program that
21 produces twodimensional images that seem to be threedimensional
22 (surely you know the famous works of "The Magic Eye", Stereograph
23 produces the same output). You do _not_ need any pair of colored
24 spectacles to regard them - everyone can learn it.
25
26 Authors:
27 - -------- Fabian Januszewski <fabian.linux@januszewski.de>
28
29 %prep
30 %setup -q
31
32 %build
33 LDFLAGS="-s"; export LDFLAGS
34 %configure
35 make
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 make install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 gzip -9nf AUTHORS ChangeLog NEWS README
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.04588 seconds and 3 git commands to generate.