SPECS: compiz-manager.spec (NEW) - initial
rotom
rotom at pld-linux.org
Sat Sep 9 14:45:53 CEST 2006
Author: rotom Date: Sat Sep 9 12:45:53 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
compiz-manager.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/compiz-manager.spec
diff -u /dev/null SPECS/compiz-manager.spec:1.1
--- /dev/null Sat Sep 9 14:45:53 2006
+++ SPECS/compiz-manager.spec Sat Sep 9 14:45:47 2006
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - find out BR and R's
+#
+Summary: An applikation to run and [manage|control] compiz
+Summary(pl): Aaplikacja do uruchamiania i kontroli compiza
+Name: compiz-manager
+Version: 0.4
+Release: 0.1
+License: GPL v2+
+Group: X11/Window Managers/Tools
+Source0: http://distfiles.xgl-coffee.org/compiz-manager/%{name}-%{version}.tar.bz2
+# Source0-md5: 6ccfabf04030e918d54b55412ddc073c
+URL: http://distfiles.xgl-coffee.org
+BuildRequires: GConf2-devel >= 2.0
+BuildRequires: gtk+2-devel >= 2.0
+BuildRequires: libglade2-devel >= 2.0
+BuildRequires: pkgconfig
+Requires: compiz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An applikation to run and [manage|control] compiz
+
+%prep
+%setup -q -n %{name}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/compiz-manager.png
+
+%define date%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%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
+
+$Log$
+Revision 1.1 2006/09/09 12:45:47 rotom
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list