]> git.pld-linux.org Git - packages/GTKstereograph.git/blame - GTKstereograph.spec
- tabs in preamle
[packages/GTKstereograph.git] / GTKstereograph.spec
CommitLineData
05cfd81c 1Summary: GTKstereograph, an advanced stereogram generator
cd1c88f8 2Summary(pl.UTF-8): GTKstereograph, zaawansowany generator stereogramów
05cfd81c 3Name: GTKstereograph
df82d9de
JB
4Version: 0.18b
5Release: 1
05cfd81c 6License: GPL
7Group: X11/Applications/Graphics
fbfcf5a7 8Vendor: Fabian Januszewski <fabian.linux@januszewski.de>
3eb11870 9Source0: http://dl.sourceforge.net/stereograph/%{name}-%{version}.tar.gz
df82d9de
JB
10# Source0-md5: e908e51f16a510275fca656047031130
11Patch0: %{name}-make.patch
e99c258b 12URL: http://stereograph.sourceforge.net/
9ce628af
JB
13BuildRequires: autoconf
14BuildRequires: automake
d755416a 15BuildRequires: gtk+-devel >= 1.2.0
df82d9de
JB
16BuildRequires: libjpeg-devel
17BuildRequires: libpng-devel >= 1.0.8
d755416a 18BuildRequires: zlib-devel
05cfd81c 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
20d8f900 21%description
05cfd81c 22GTKstereograph is a graphical user interface for the current
23stereograph renderer. Stereograph is a stereogram generator. In detail
24it is a single image stereogram (SIS) generator. That's a program that
25produces twodimensional images that seem to be threedimensional
26(surely you know the famous works of "The Magic Eye", Stereograph
27produces the same output). You do _not_ need any pair of colored
28spectacles to regard them - everyone can learn it.
20d8f900 29
825d9952
JR
30%description -l pl.UTF-8
31GTKstereograph jest graficznym interfejsem użytkownika do aktualnego
32generatora stereogramów. Stereograph jest generatorem stereogramów.
33Dokładniej jest to generator pojedynczych obrazów stereogramowych
34(SIS). Program ten produkuje dwuwymiarowe obrazy, które wydają się być
35trójwymiarowe (surely you know the famous works of "The Magic Eye",
b919ce80 36Stereograph produces the same output). NIE potrzebujesz wcale pary
825d9952
JR
37różnokolorowych okularów, aby to zobaczyć - (prawie) każdy może się
38tego nauczyć.
b919ce80 39
20d8f900 40%prep
05cfd81c 41%setup -q
aeec69fc 42%patch0 -p1
20d8f900 43
44%build
ab983bbb 45%{__aclocal}
1f14c621 46%{__automake}
df82d9de 47%{__autoheader}
1f14c621 48%{__autoconf}
05cfd81c 49%configure
df82d9de
JB
50
51%{__make} \
52 CC="%{__cc}" \
53 OPT="%{rpmcflags}" \
54 LXLIBS="-L/usr/X11R6/%{_lib}"
20d8f900 55
56%install
05cfd81c 57rm -rf $RPM_BUILD_ROOT
20d8f900 58
6ae3e76e 59%{__make} install \
05cfd81c 60 DESTDIR=$RPM_BUILD_ROOT
20d8f900 61
fc844d1e 62%clean
63rm -rf $RPM_BUILD_ROOT
64
05cfd81c 65%files
66%defattr(644,root,root,755)
3199a1b9 67%doc AUTHORS ChangeLog NEWS README
df82d9de 68%attr(755,root,root) %{_bindir}/stereograph
05cfd81c 69%attr(755,root,root) %{_bindir}/GTKstereograph
df82d9de
JB
70%{_datadir}/stereograph
71%{_mandir}/man1/stereograph.1*
This page took 0.038217 seconds and 4 git commands to generate.