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