]> git.pld-linux.org Git - packages/WildMenus.git/blob - WildMenus.spec
- tabs in preamble
[packages/WildMenus.git] / WildMenus.spec
1 Summary:        Theme bundle for GNUstep to provide horizontal menus
2 Summary(pl.UTF-8):      Paczka z motywem dla GNUstepa dajÄ…cym poziome menu
3 Name:           WildMenus
4 Version:        0.07
5 Release:        1
6 License:        GPL
7 Group:          X11/Libraries
8 Source0:        http://www.cc.utah.edu/~msh3/%{name}-%{version}.tgz
9 # Source0-md5:  60299d8bd74693301c74d83c9d222cf5
10 BuildRequires:  gnustep-gui-devel >= 0.8.7
11 Requires:       gnustep-gui >= 0.8.7
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/%{_lib}/GNUstep
15
16 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
17
18 %define         libcombo        gnu-gnu-gnu
19 %define         gsos            linux-gnu
20 %ifarch %{ix86}
21 %define         gscpu           ix86
22 %else
23 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
24 %define         gscpu           %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
25 %endif
26
27 %description
28 WildMenus is a theme bundle for GNUstep, loadable by settings in
29 UserDefaults.
30
31 %description -l pl.UTF-8
32 WildMenus to paczka z motywem dla GNUstepa, Å‚adowalnym poprzez
33 ustawienia w UserDefaults.
34
35 %prep
36 %setup -q -n %{name}
37
38 %build
39 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
40 %{__make} \
41         messages=yes
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
46
47 %{__make} install \
48         GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %post   -p /sbin/ldconfig
54 %postun -p /sbin/ldconfig
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README
59 %dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine
60 %attr(755,root,root) %{_prefix}/System/Library/Bundles/%{name}.themeEngine/%{gscpu}
61 %dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources
62 #%{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.tiff
63 %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.plist
This page took 0.095574 seconds and 3 git commands to generate.