]> git.pld-linux.org Git - packages/gtkstep.git/blob - gtkstep.spec
- typo in BuildRoot
[packages/gtkstep.git] / gtkstep.spec
1 Summary:        A NEXTSTEP(tm) theme for GTK.
2 Summary(pl):    Temat NEXTSTEP(tm) dla GTK.
3 Name:           gtkstep
4 Version:        2.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Libraries
8 Group(pl):      X11/Biblioteki
9 Source0:        http://ulli.linuxave.net/gtkstep/%{name}-%{version}.tar.bz2
10 Icon:           gtkstep.xpm
11 URL:            http://ulli.linuxave.net/gtkstep/
12 BuildRequires:  gtk+-devel >= 1.1.6
13 BuildRequires:  glib-devel >= 1.1.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/X11R6
17
18 %description
19 A NEXTSTEP(tm) theme for GTK. It emulates the look and feel of the
20 NEXTSTEP(tm) GUI.
21
22 %description -l pl
23
24 Temat NEXTSTEP(tm) dla GTK. Emuluje wygl±d graficznego interfejsu
25 NEXTSTEP(tm).
26
27 %prep
28 %setup -q
29
30 %build
31 export LDFLAGS="-s"
32 %configure
33 make
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 make install DESTDIR=$RPM_BUILD_ROOT
38
39 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/gtk/themes/engines/lib*.so
40
41 gzip -9nf AUTHORS ChangeLog NEWS README
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc {AUTHORS,ChangeLog,NEWS,README}.gz
49 %attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.so
50 %attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.la
51
52 %{_datadir}/themes/Step
This page took 0.057058 seconds and 4 git commands to generate.