SPECS: gset-compiz.spec (NEW) - init PLD spec - works for now
czarny
czarny at pld-linux.org
Wed Jun 21 11:50:04 CEST 2006
Author: czarny Date: Wed Jun 21 09:50:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init PLD spec
- works for now
---- Files affected:
SPECS:
gset-compiz.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gset-compiz.spec
diff -u /dev/null SPECS/gset-compiz.spec:1.1
--- /dev/null Wed Jun 21 11:50:04 2006
+++ SPECS/gset-compiz.spec Wed Jun 21 11:49:59 2006
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - find out bout the License
+# - check my 'preatty' descriptions
+# - find out BR and R's
+# - make it R to some compiz metapackage (both compiz and
+# compiz-quinnstorm are ok for gset)
+#
+Summary: A GTK tool to configure compiz
+Summary(pl): Narzędzie GTK do konfiguracji compiza
+Name: gset-compiz
+%define _rel r1
+Version: 0.3.3
+Release: %{rel}.0.1
+License: CHGW
+Group: X11/Window Managers/Tools
+Source0: %{name}-%{version}-%{_rel}.tar.bz2
+URL: http://www.xgl-coffee.org
+#BuildRequires: -
+Requires: compiz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This tool is a all You'd ever need to configure compiz. It let's You
+select whichever compiz plugin You like to load, tweak all the
+possible variables in all possible compiz plugins in an easy fasion.
+This package puts a radical stop to configuring compiz via GConf
+editor.
+
+%description -l pl
+To narzędzie jest wszystkim co byś kiedykolwiek potrzebował do
+skonfigurowania compiza. Pozawal Ci wybrać, które wtyczki copmiza
+chciałbyś załądować, pozwala manipulować wszystkimi możliwymi
+zmiennymi we wszystkich możliwych wtyczkach compiza w prosty sposób.
+Ta paczka powoduje radykalny koniec konfigurowaniu compiza przez
+edytora konfiguracji GConf.
+
+%prep
+%setup -q
+
+%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 README
+%dir %{_datadir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/%{name}/gset.glade
+%{_datadir}/pixmaps/%{name}.png
+
+%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/06/21 09:49:59 czarny
+- init PLD spec
+- works for now
+
================================================================
More information about the pld-cvs-commit
mailing list