]> git.pld-linux.org Git - packages/GTKstereograph.git/commitdiff
- completly rewrited in PLD style. GTKstereograph-0_11a-1
authorkloczek <kloczek@pld-linux.org>
Tue, 30 May 2000 03:47:35 +0000 (03:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GTKstereograph.spec -> 1.2

GTKstereograph.spec

index d45900a1af3c333d2c6e093c93c704182f58d71e..38d5057ffd555eaeaffeb82e564e57a354115efb 100644 (file)
@@ -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.linux@januszewski.de>
+- -------- Fabian Januszewski <fabian.linux@januszewski.de>
 
 %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
This page took 0.045847 seconds and 4 git commands to generate.