SPECS: csm.spec (NEW) - new
wolf
wolf at pld-linux.org
Wed Sep 6 23:48:38 CEST 2006
Author: wolf Date: Wed Sep 6 21:48:38 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
csm.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/csm.spec
diff -u /dev/null SPECS/csm.spec:1.1
--- /dev/null Wed Sep 6 23:48:38 2006
+++ SPECS/csm.spec Wed Sep 6 23:48:33 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary: Compiz Settings Manager
+Summary(pl): Menedżer ustawień compiza
+Name: csm
+Version: 0.4
+Release: 1
+License: GPL
+Group: X11
+Source0: http://distfiles.xgl-coffee.org/csm/%{name}-%{version}.tar.bz2
+# Source0-md5: 69d9a6c17d2a4c5b23911a50d29b035d
+BuildRequires: compiz-quinnstorm-devel >= 0.0.13.27-1
+BuildRequires: dbus-devel
+BuildRequires: dbus-glib-devel
+BuildRequires: gtk+2-devel >= 2:2.8.0
+BuildRequires: pkgconfig
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Compiz Settings Manager.
+
+%description -l pl
+Menedżer ustawień compiza.
+
+%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 ChangeLog
+%attr(755,root,root) %{_bindir}/*
+
+%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/06 21:48:33 wolf
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list