]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
- added patch %{name}-am_lt.patch to use libtool
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
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 pojedyñczych obrazów stereogramowych (SIS). Jest to
36 program, który 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 libtoolize -c -f
51 aclocal
52 automake -a -c
53 autoconf
54 %configure
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 gzip -9nf AUTHORS ChangeLog NEWS README
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc *.gz
71 %attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.074083 seconds and 4 git commands to generate.