]> git.pld-linux.org Git - packages/gtkstep.git/blobdiff - gtkstep.spec
- spec adapterized.
[packages/gtkstep.git] / gtkstep.spec
index d1a74a13e85db006087d97d14e86f5108509b6e3..7e57a282488bb90b90743016529afa775ff17621 100644 (file)
@@ -1,17 +1,25 @@
-Summary:       A NEXTSTEP(tm) theme for GTK.
-Summary(pl):   Temat NEXTSTEP(tm) dla GTK.
+Summary:       A NEXTSTEP(tm) theme for GTK
+Summary(pl):   Temat NEXTSTEP(tm) dla GTK
 Name:          gtkstep
-Version:       2.0
-Release:       1
+Version:       2.2
+Release:       2
 License:       GPL
 Group:         X11/Libraries
+Group(de):     X11/Libraries
+Group(es):     X11/Bibliotecas
+Group(fr):     X11/Librairies
 Group(pl):     X11/Biblioteki
+Group(pt_BR):  X11/Bibliotecas
+Group(ru):     X11/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/â¦Â̦ÏÔÅËÉ
 Source0:       http://ulli.linuxave.net/gtkstep/%{name}-%{version}.tar.bz2
 Icon:          gtkstep.xpm
 URL:           http://ulli.linuxave.net/gtkstep/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+-devel >= 1.1.6
-BuildRequires: glib-devel >= 1.1.6
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -u -n)
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 
@@ -20,7 +28,6 @@ A NEXTSTEP(tm) theme for GTK. It emulates the look and feel of the
 NEXTSTEP(tm) GUI.
 
 %description -l pl
-
 Temat NEXTSTEP(tm) dla GTK. Emuluje wygl±d graficznego interfejsu
 NEXTSTEP(tm).
 
@@ -28,15 +35,17 @@ NEXTSTEP(tm).
 %setup -q
 
 %build
-export LDFLAGS="-s"
+rm -f missing
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/gtk/themes/engines/lib*.so
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
@@ -45,8 +54,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README}.gz
+%doc *.gz
 %attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.so
-%attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.la
-
 %{_datadir}/themes/Step
This page took 0.048487 seconds and 4 git commands to generate.