]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
- spec adapterized.
[packages/GTKstereograph.git] / GTKstereograph.spec
1 Summary:        GTKstereograph, an advanced stereogram generator
2 Summary(pl):    GTKstereograph, zaawansowany generator stereogramów
3 Name:           GTKstereograph
4 Version:        0.15a
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Graphics
8 Group(de):      X11/Applikationen/Grafik
9 Group(pl):      X11/Aplikacje/Grafika
10 Source0:        http://home2.ecore.net/januszewski/linux/stereograph/%{name}-%{version}.tar.gz
11 URL:            http://home2.ecore.net/januszewski/linux/stereograph.html
12 BuildRequires:  gtk+-devel >= 1.2.0
13 BuildRequires:  libpng >= 1.0.8
14 BuildRequires:  zlib-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18
19 %description
20 GTKstereograph is a graphical user interface for the current
21 stereograph renderer. Stereograph is a stereogram generator. In detail
22 it is a single image stereogram (SIS) generator. That's a program that
23 produces twodimensional images that seem to be threedimensional
24 (surely you know the famous works of "The Magic Eye", Stereograph
25 produces the same output). You do _not_ need any pair of colored
26 spectacles to regard them - everyone can learn it.
27
28 Authors:
29 - -------- Fabian Januszewski <fabian.linux@januszewski.de>
30
31 %description -l pl
32 GTKstereograph jest graficznym interfejsem u¿ytkownika do aktualnego
33 generatora stereogramów. Stereograph jest generatorem stereogramów.
34 Dok³adniej jest to pojedyñczych obrazów stereogramowych (SIS). Jest to
35 program, który produkuje dwuwymiarowe obrazy, które wydaj± siê byæ
36 trójwymiarowe (surely you know the famous works of "The Magic Eye",
37 Stereograph produces the same output). NIE potrzebujesz wcale pary
38 ró¿nokolorowych okularów, aby to zobaczyæ - (prawie) ka¿dy mo¿e siê
39 tego nauczyæ.
40
41 Autorzy:
42 - -------- Fabian Januszewski <fabian.linux@januszewski.de>
43
44 %prep
45 %setup -q
46
47 %build
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 gzip -9nf AUTHORS ChangeLog NEWS README
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc *.gz
65 %attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.113808 seconds and 3 git commands to generate.