From 05cfd81c174c5a0fbc9ef2b1eae3e09ea6c35236 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 30 May 2000 03:47:35 +0000 Subject: [PATCH] - completly rewrited in PLD style. Changed files: GTKstereograph.spec -> 1.2 --- GTKstereograph.spec | 59 +++++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/GTKstereograph.spec b/GTKstereograph.spec index d45900a..38d5057 100644 --- a/GTKstereograph.spec +++ b/GTKstereograph.spec @@ -1,37 +1,48 @@ -Summary: GTKstereograph, an advanced stereogram generator -Name: GTKstereograph -%define version 0.11a -Version: %{version} -Release: 1 -Group: Applications/Graphics -Copyright: GPL -Source: GTKstereograph-%{version}.tar.gz -URL: http://home2.ecore.net/januszewski/linux/stereograph.html +Summary: GTKstereograph, an advanced stereogram generator +Name: GTKstereograph +Version: 0.11a +Release: 1 +License: GPL +Group: X11/Applications/Graphics +Group(pl): X11/Aplikacje/Grafika +Source0: http://home2.ecore.net/januszewski/linux/stereograph/%{name}-%{version}.tar.gz +URL: http://home2.ecore.net/januszewski/linux/stereograph.html +BuildRequires: gtk+-devel >= 1.2.0 +BuildRequires: libpng-devel +BuildRequires: zlib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _prefix /usr/X11R6 %description -GTKstereograph is a graphical user interface for the current stereograph -renderer. -Stereograph is a stereogram generator. In detail it is a single image -stereogram (SIS) generator. That's a program that produces twodimensional -images that seem to be threedimensional (surely you know the famous works of -"The Magic Eye", Stereograph produces the same output). You do _not_ need -any pair of colored spectacles to regard them - everyone can learn it. +GTKstereograph is a graphical user interface for the current +stereograph renderer. Stereograph is a stereogram generator. In detail +it is a single image stereogram (SIS) generator. That's a program that +produces twodimensional images that seem to be threedimensional +(surely you know the famous works of "The Magic Eye", Stereograph +produces the same output). You do _not_ need any pair of colored +spectacles to regard them - everyone can learn it. Authors: --------- - Fabian Januszewski +- -------- Fabian Januszewski %prep -%setup +%setup -q %build -./configure +LDFLAGS="-s"; export LDFLAGS +%configure make %install -make install +rm -rf $RPM_BUILD_ROOT -%files -/usr/local/bin/GTKstereograph +make install \ + DESTDIR=$RPM_BUILD_ROOT -%doc AUTHORS COPYING ChangeLog NEWS README +gzip -9nf AUTHORS ChangeLog NEWS README + +%files +%defattr(644,root,root,755) +%doc *.gz +%attr(755,root,root) %{_bindir}/GTKstereograph -- 2.44.0