]> git.pld-linux.org Git - packages/GTKstereograph.git/blobdiff - GTKstereograph.spec
- release 2.
[packages/GTKstereograph.git] / GTKstereograph.spec
index 86a50ca345ef361923bd1409e5cdfbc4e1cde289..a6be5657f065bdc27a420ea424576dc6fa491b76 100644 (file)
@@ -2,20 +2,18 @@ Summary:      GTKstereograph, an advanced stereogram generator
 Summary(pl):   GTKstereograph, zaawansowany generator stereogramów
 Name:          GTKstereograph
 Version:       0.17a
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Graphics
-Group(de):     X11/Applikationen/Grafik
-Group(pl):     X11/Aplikacje/Grafika
 Source0:       http://download.sourceforge.net/stereograph/%{name}-%{version}.tar.gz
 Patch0:                %{name}-am_lt.patch
 URL:           http://stereograph.sourceforge.net/
-BuildRequires: gtk+-devel >= 1.2.0
-BuildRequires: libpng >= 1.0.8
-BuildRequires: zlib-devel
 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)
 
 %define                _prefix         /usr/X11R6
@@ -51,10 +49,10 @@ Autorzy:
 
 %build
 rm -f missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
-automake -a -c
-autoconf
+%{__automake}
+%{__autoconf}
 %configure
 %{__make}
 
@@ -64,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.052912 seconds and 4 git commands to generate.