]> git.pld-linux.org Git - packages/Camaelon.git/blob - Camaelon.spec
- pl, fixed changelog, added missing dirs
[packages/Camaelon.git] / Camaelon.spec
1 Summary:        Theme bundle for GNUstep 
2 Summary(pl):    Pakiet z motywami dla GNUstepa
3 Name:           Camaelon
4 Version:        0.1
5 Release:        1
6 License:        LGPL/GPL
7 Group:          X11/Libraries
8 Source0:        http://www.roard.com/camaelon/download/Camaelon-0.1.tgz
9 # Source0-md5:  5b870e8e8d543ac25e58a231ab86bb57
10 URL:            http://www.roard.com/camaelon/
11 BuildRequires:  gnustep-gui-devel >= 0.8.7
12 BuildRequires:  gnustep-back-devel >= 0.8.7
13 Requires:       gnustep-gui >= 0.8.7
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix         /usr/lib/GNUstep
17
18 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
19
20 %define         libcombo        gnu-gnu-gnu
21 %define         gsos            linux-gnu
22 %ifarch %{ix86}
23 %define         gscpu           ix86
24 %else
25 # also s/alpha.*/alpha/, but we use only "alpha" arch for now
26 %define         gscpu           %{_target_cpu}
27 %endif
28
29 %description
30 Camaelon is a theme bundle for GNUStep, loadable by settings in
31 UserDefaults.
32
33 %description -l pl
34 Camaelon to pakiet z motywami dla GNUstepa, które mo¿na wczytywaæ
35 poprzez ustawienia w UserDefaults.
36
37 %prep
38 %setup -q -n %{name}
39
40 %build
41 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
42 %{__make} \
43         messages=yes
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 . %{_prefix}/System/Library/Makefiles/GNUstep.sh
48
49 %{__make} install \
50         GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System \
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post   -p /sbin/ldconfig
56 %postun -p /sbin/ldconfig
57
58 %files
59 %defattr(644,root,root,755)
60 %doc README
61 %dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine
62 %attr(755,root,root) %{_prefix}/System/Library/Bundles/%{name}.themeEngine/%{gscpu}
63 %dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources
64 %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.tiff
65 %{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.plist
This page took 0.072565 seconds and 4 git commands to generate.