]> git.pld-linux.org Git - packages/gtkstep.git/blob - gtkstep.spec
1febeccbce72a6846a3e709f9c413dc6373f4675
[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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16
17 %description
18 A NEXTSTEP(tm) theme for GTK. It emulates the look and feel of the
19 NEXTSTEP(tm) GUI.
20
21 %description -l pl
22
23 Temat NEXTSTEP(tm) dla GTK. Emuluje wygl±d graficznego interfejsu
24 NEXTSTEP(tm).
25
26 %prep
27 %setup -q
28
29 %build
30 export LDFLAGS="-s"
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/gtk/themes/engines/lib*.so
39
40 gzip -9nf AUTHORS ChangeLog NEWS README
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc {AUTHORS,ChangeLog,NEWS,README}.gz
48 %attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.so
49 %attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.la
50
51 %{_datadir}/themes/Step
This page took 0.071745 seconds and 3 git commands to generate.