Author: rotom Date: Sat Sep 9 15:36:48 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new spec by OJO, thx
---- Files affected: SPECS: compiz-settings-manager.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/compiz-settings-manager.spec diff -u /dev/null SPECS/compiz-settings-manager.spec:1.1 --- /dev/null Sat Sep 9 17:36:48 2006 +++ SPECS/compiz-settings-manager.spec Sat Sep 9 17:36:42 2006 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +# +# TODO: +# - find out BR and R's +# +%define _realname csm +Summary: A GTK+ tool to configure compiz +Summary(pl): Narzędzie GTK+ do konfiguracji compiza +Name: compiz-settings-manager +Version: 0.8.1 +Release: 0.1 +License: GPL v2+ +Group: X11/Window Managers/Tools +Source0: http://distfiles.xgl-coffee.org/csm/%{_realname}-%{version}.tar.bz2 +# Source0-md5: dd668453aeb66f04df29994de7349fd6 +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 +A GTK+ tool to configure compiz + +%prep +%setup -q -n %{_realname} + +%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}/* +%{_desktopdir}/csm.desktop +%{_pixmapsdir}/csm.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 <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/09/09 15:36:42 rotom +- new spec by OJO, thx + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
