]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
- many small fixes, mostly inpired by kloczek
[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 Vendor:         Fabian Januszewski <fabian.linux@januszewski.de>
9 Source0:        http://dl.sourceforge.net/stereograph/%{name}-%{version}.tar.gz
10 # Source0-md5:  35c1c42cbee4ba0d7d0d721ea5d3d8ec
11 Patch0:         %{name}-am_lt.patch
12 URL:            http://stereograph.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+-devel >= 1.2.0
16 BuildRequires:  libpng >= 1.0.8
17 BuildRequires:  libtool
18 BuildRequires:  zlib-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 %description -l pl
31 GTKstereograph jest graficznym interfejsem u¿ytkownika do aktualnego
32 generatora stereogramów. Stereograph jest generatorem stereogramów.
33 Dok³adniej jest to generator pojedynczych obrazów stereogramowych (SIS).
34 Program ten produkuje dwuwymiarowe obrazy, które wydaj± siê byæ
35 trójwymiarowe (surely you know the famous works of "The Magic Eye",
36 Stereograph produces the same output). NIE potrzebujesz wcale pary
37 ró¿nokolorowych okularów, aby to zobaczyæ - (prawie) ka¿dy mo¿e siê
38 tego nauczyæ.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 rm -f missing
46 %{__libtoolize}
47 %{__aclocal}
48 %{__automake}
49 %{__autoconf}
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README
65 %attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.069488 seconds and 4 git commands to generate.