]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
- small pl fixes
[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 Patch0:         %{name}-am_lt.patch
12 URL:            http://home2.ecore.net/januszewski/linux/stereograph.html
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRequires:  libpng >= 1.0.8
15 BuildRequires:  zlib-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22
23 %description
24 GTKstereograph is a graphical user interface for the current
25 stereograph renderer. Stereograph is a stereogram generator. In detail
26 it is a single image stereogram (SIS) generator. That's a program that
27 produces twodimensional images that seem to be threedimensional
28 (surely you know the famous works of "The Magic Eye", Stereograph
29 produces the same output). You do _not_ need any pair of colored
30 spectacles to regard them - everyone can learn it.
31
32 Authors:
33 - -------- Fabian Januszewski <fabian.linux@januszewski.de>
34
35 %description -l pl
36 GTKstereograph jest graficznym interfejsem u¿ytkownika do aktualnego
37 generatora stereogramów. Stereograph jest generatorem stereogramów.
38 Dok³adniej jest to generator pojedynczych obrazów stereogramowych (SIS).
39 Program ten produkuje dwuwymiarowe obrazy, które wydaj± siê byæ
40 trójwymiarowe (surely you know the famous works of "The Magic Eye",
41 Stereograph produces the same output). NIE potrzebujesz wcale pary
42 ró¿nokolorowych okularów, aby to zobaczyæ - (prawie) ka¿dy mo¿e siê
43 tego nauczyæ.
44
45 Autorzy:
46 - -------- Fabian Januszewski <fabian.linux@januszewski.de>
47
48 %prep
49 %setup -q
50 %patch0 -p1
51
52 %build
53 libtoolize -c -f
54 aclocal
55 automake -a -c
56 autoconf
57 %configure
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 gzip -9nf AUTHORS ChangeLog NEWS README
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %files
72 %defattr(644,root,root,755)
73 %doc *.gz
74 %attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.202219 seconds and 4 git commands to generate.