SPECS: cgwd-themes.spec (NEW) - new spec

rotom rotom at pld-linux.org
Sun Aug 20 18:54:11 CEST 2006


Author: rotom                        Date: Sun Aug 20 16:54:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

---- Files affected:
SPECS:
   cgwd-themes.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cgwd-themes.spec
diff -u /dev/null SPECS/cgwd-themes.spec:1.1
--- /dev/null	Sun Aug 20 18:54:11 2006
+++ SPECS/cgwd-themes.spec	Sun Aug 20 18:54:06 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+#
+Summary:	Themes for cgwd
+Summary(pl):	Tematy do cgwd
+Name:		cgwd-themes
+Version:	0.11
+Release:	1
+License:	GPL/MIT
+Group:		X11
+Source0:	http://distfiles.xgl-coffee.org/cgwd-themes/%{name}-%{version}.tar.bz2
+# Source0-md5:	35bbe94d41a886dff47a55decedd642c
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	cgwd
+BuildRequires:	pkgconfig
+Requires:	cgwd
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Themes for cgwd
+
+%description -l pl
+Tematy do cgwd
+
+%prep
+%setup -q -n %{name}
+
+%build
+%configure 
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/compiz/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install compiz.schemas
+
+%preun
+%gconf_schema_uninstall compiz.schemas
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%dir %{_datadir}/cgwd
+%{_datadir}/cgwd/themes
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
================================================================


More information about the pld-cvs-commit mailing list