]> git.pld-linux.org Git - packages/GTKstereograph.git/blobdiff - GTKstereograph.spec
- release 2.
[packages/GTKstereograph.git] / GTKstereograph.spec
index 8128dea1a527e9d76ae5b43e0c1e09d37d5552d7..a6be5657f065bdc27a420ea424576dc6fa491b76 100644 (file)
@@ -1,17 +1,18 @@
 Summary:       GTKstereograph, an advanced stereogram generator
 Summary(pl):   GTKstereograph, zaawansowany generator stereogramów
 Name:          GTKstereograph
-Version:       0.15a
+Version:       0.17a
 Release:       2
 License:       GPL
 Group:         X11/Applications/Graphics
-Group(de):     X11/Applikationen/Grafik
-Group(pl):     X11/Aplikacje/Grafika
-Source0:       http://home2.ecore.net/januszewski/linux/stereograph/%{name}-%{version}.tar.gz
+Source0:       http://download.sourceforge.net/stereograph/%{name}-%{version}.tar.gz
 Patch0:                %{name}-am_lt.patch
-URL:           http://home2.ecore.net/januszewski/linux/stereograph.html
+URL:           http://stereograph.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: libpng >= 1.0.8
+BuildRequires: libtool
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -32,8 +33,8 @@ Authors:
 %description -l pl
 GTKstereograph jest graficznym interfejsem u¿ytkownika do aktualnego
 generatora stereogramów. Stereograph jest generatorem stereogramów.
-Dok³adniej jest to pojedyñczych obrazów stereogramowych (SIS). Jest to
-program, który produkuje dwuwymiarowe obrazy, które wydaj± siê byæ
+Dok³adniej jest to generator pojedynczych obrazów stereogramowych (SIS).
+Program ten produkuje dwuwymiarowe obrazy, które wydaj± siê byæ
 trójwymiarowe (surely you know the famous works of "The Magic Eye",
 Stereograph produces the same output). NIE potrzebujesz wcale pary
 ró¿nokolorowych okularów, aby to zobaczyæ - (prawie) ka¿dy mo¿e siê
@@ -47,10 +48,11 @@ Autorzy:
 %patch0 -p1
 
 %build
-libtoolize -c -f
+rm -f missing
+%{__libtoolize}
 aclocal
-automake -a -c
-autoconf
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
@@ -60,12 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/GTKstereograph
This page took 0.067676 seconds and 4 git commands to generate.