]> git.pld-linux.org Git - packages/Camaelon.git/commitdiff
- new
authoraredridel <aredridel@pld-linux.org>
Sat, 26 Jul 2003 02:05:59 +0000 (02:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Camaelon.spec -> 1.1

Camaelon.spec [new file with mode: 0644]

diff --git a/Camaelon.spec b/Camaelon.spec
new file mode 100644 (file)
index 0000000..b850d73
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       Theme bundle for GNUstep 
+Summary(pl):   Pakiet motywy GNUstep
+Name:          Camaelon
+Version:       0.1
+Release:       1
+License:       LGPL/GPL
+Group:         X11/Libraries
+Source0:       http://www.roard.com/camaelon/download/Camaelon-0.1.tgz
+# Source0-md5: 5b870e8e8d543ac25e58a231ab86bb57
+URL:           http://www.roard.com/camaelon/
+BuildRequires: gnustep-gui-devel >= 0.8.7
+BuildRequires: gnustep-back-devel >= 0.8.7
+Requires:      gnustep-gui
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define         _prefix         /usr/lib/GNUstep
+
+%define                _noautoreqdep   libGL.so.1 libGLU.so.1
+
+%define                libcombo        gnu-gnu-gnu
+%define                gsos            linux-gnu
+%ifarch %{ix86}
+%define                gscpu           ix86
+%else
+# also s/alpha.*/alpha/, but we use only "alpha" arch for now
+%define                gscpu           %{_target_cpu}
+%endif
+
+%description
+Camaelon is a theme bundle for GNUStep, loadable by settings in UserDefaults
+
+%prep
+%setup -q -n Camaelon
+
+%build
+. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+%{__make} \
+       messages=yes
+
+%install
+rm -rf $RPM_BUILD_ROOT
+. %{_prefix}/System/Library/Makefiles/GNUstep.sh
+
+%{__make} install \
+       GNUSTEP_INSTALLATION_DIR=$RPM_BUILD_ROOT%{_prefix}/System \
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{_prefix}/System/Library/Bundles/%{name}.themeEngine/
+%attr(755,root,root) %{_prefix}/System/Library/Bundles/%{name}.themeEngine/%{gscpu}/%{gsos}/%{libcombo}/*
+%{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.tiff
+%{_prefix}/System/Library/Bundles/%{name}.themeEngine/Resources/*.plist
This page took 0.076369 seconds and 4 git commands to generate.