]> git.pld-linux.org Git - packages/GTKstereograph.git/blob - GTKstereograph.spec
- tabs in preamle
[packages/GTKstereograph.git] / GTKstereograph.spec
1 Summary:        GTKstereograph, an advanced stereogram generator
2 Summary(pl.UTF-8):      GTKstereograph, zaawansowany generator stereogramów
3 Name:           GTKstereograph
4 Version:        0.18b
5 Release:        1
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:  e908e51f16a510275fca656047031130
11 Patch0:         %{name}-make.patch
12 URL:            http://stereograph.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+-devel >= 1.2.0
16 BuildRequires:  libjpeg-devel
17 BuildRequires:  libpng-devel >= 1.0.8
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.UTF-8
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
34 (SIS). 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 %{__aclocal}
46 %{__automake}
47 %{__autoheader}
48 %{__autoconf}
49 %configure
50
51 %{__make} \
52         CC="%{__cc}" \
53         OPT="%{rpmcflags}" \
54         LXLIBS="-L/usr/X11R6/%{_lib}"
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog NEWS README
68 %attr(755,root,root) %{_bindir}/stereograph
69 %attr(755,root,root) %{_bindir}/GTKstereograph
70 %{_datadir}/stereograph
71 %{_mandir}/man1/stereograph.1*
This page took 0.07818 seconds and 3 git commands to generate.