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