]> git.pld-linux.org Git - packages/gtkstep.git/blob - gtkstep.spec
- release 2: use new rpm automation.
[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:        2
6 License:        GPL
7 Group:          X11/Libraries
8 Group(de):      X11/Libraries
9 Group(pl):      X11/Biblioteki
10 Source0:        http://ulli.linuxave.net/gtkstep/%{name}-%{version}.tar.bz2
11 Icon:           gtkstep.xpm
12 URL:            http://ulli.linuxave.net/gtkstep/
13 BuildRequires:  gtk+-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 Temat NEXTSTEP(tm) dla GTK. Emuluje wygl±d graficznego interfejsu
24 NEXTSTEP(tm).
25
26 %prep
27 %setup -q
28
29 %build
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf AUTHORS ChangeLog NEWS README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_libdir}/gtk/themes/engines/lib*.so
46 %{_datadir}/themes/Step
This page took 0.063805 seconds and 4 git commands to generate.