]> git.pld-linux.org Git - packages/gtkstep.git/blob - gtkstep.spec
- added cvs keywords and template %changelog header.
[packages/gtkstep.git] / gtkstep.spec
1 %define ver     1.5
2 Summary:        A NEXTSTEP(tm) theme for GTK.
3 Name:           gtkstep
4 Version:        %{ver}
5 Release:        1
6 Copyright:      GPL
7 Source:         ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/gtkstep/gtkstep-%{ver}.tar.gz
8 BuildRoot:      /tmp/gtkstep-%{PACKAGE_VERSION}-root
9 Group:          X11/Libraries
10 Packager:       Ullrich Hafner <hafner@bigfoot.de>
11 Requires:       gtk+ >= 1.1.15
12 Icon:           gtkstep.xpm
13
14 %description
15 A NEXTSTEP(tm) theme for GTK. It emulates the look and feel of the
16 NEXTSTEP(tm) GUI.
17
18 %prep
19 %setup
20 %build
21 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
22 make
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 make prefix=$RPM_BUILD_ROOT/usr install
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %attr(0644,root,root) /usr/lib/gtk/themes/engines/libstep.la
33 %attr(0644,root,root) /usr/lib/gtk/themes/engines/libstep.so
34 %attr(0644,root,root) /usr/lib/gtk/themes/engines/libstep.so.0
35 %attr(0644,root,root) /usr/lib/gtk/themes/engines/libstep.so.0.0.0
36 %attr(-,root,root) /usr/share/themes/Step/ICON.png
37 %attr(-,root,root) /usr/share/themes/Step/README.html
38 %attr(-,root,root) /usr/share/themes/Step/gtk/gtkrc
39 %doc AUTHORS COPYING ChangeLog NEWS README
This page took 0.080812 seconds and 4 git commands to generate.