]> git.pld-linux.org Git - packages/GTKstereograph.git/blame - GTKstereograph.spec
- completly rewrited in PLD style.
[packages/GTKstereograph.git] / GTKstereograph.spec
CommitLineData
05cfd81c 1Summary: GTKstereograph, an advanced stereogram generator
2Name: GTKstereograph
3Version: 0.11a
4Release: 1
5License: GPL
6Group: X11/Applications/Graphics
7Group(pl): X11/Aplikacje/Grafika
8Source0: http://home2.ecore.net/januszewski/linux/stereograph/%{name}-%{version}.tar.gz
9URL: http://home2.ecore.net/januszewski/linux/stereograph.html
10BuildRequires: gtk+-devel >= 1.2.0
11BuildRequires: libpng-devel
12BuildRequires: zlib-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _prefix /usr/X11R6
20d8f900 16
17%description
05cfd81c 18GTKstereograph is a graphical user interface for the current
19stereograph renderer. Stereograph is a stereogram generator. In detail
20it is a single image stereogram (SIS) generator. That's a program that
21produces twodimensional images that seem to be threedimensional
22(surely you know the famous works of "The Magic Eye", Stereograph
23produces the same output). You do _not_ need any pair of colored
24spectacles to regard them - everyone can learn it.
20d8f900 25
26Authors:
05cfd81c 27- -------- Fabian Januszewski <fabian.linux@januszewski.de>
20d8f900 28
29%prep
05cfd81c 30%setup -q
20d8f900 31
32%build
05cfd81c 33LDFLAGS="-s"; export LDFLAGS
34%configure
20d8f900 35make
36
37%install
05cfd81c 38rm -rf $RPM_BUILD_ROOT
20d8f900 39
05cfd81c 40make install \
41 DESTDIR=$RPM_BUILD_ROOT
20d8f900 42
05cfd81c 43gzip -9nf AUTHORS ChangeLog NEWS README
44
45%files
46%defattr(644,root,root,755)
47%doc *.gz
48%attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.049958 seconds and 4 git commands to generate.