Author: shadzik Date: Fri Jul 14 19:06:02 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new by Jacek 'jackass' Brzozowski - one minor build fix (get rid of autotools)
---- Files affected: SPECS: gsetroot.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gsetroot.spec diff -u /dev/null SPECS/gsetroot.spec:1.1 --- /dev/null Fri Jul 14 21:06:02 2006 +++ SPECS/gsetroot.spec Fri Jul 14 21:05:56 2006 @@ -0,0 +1,65 @@ +# $Revision$, $Date$ +Summary: gsetroot - front-end for Esetroot +Summary(pl): gsetroot - front-end dla Esetroot +Name: gsetroot +Version: 1.0 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://dl.sourceforge.net/gsetroot/%{name}-%{version}.tar.gz +# Source0-md5: 8abbb5cf0cae3128059d6a1151d29604 +URL: http://gsetroot.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: glitz-devel +BuildRequires: gtk+2-devel +BuildRequires: libtool +Requires: Esetroot +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +gsetroot is a front-ent for Esetroot. It can be used to choose a +wallpaper and configure root window. It works under Window Managers +like FluxBox, Enlightenment, WindowMaker, NextStep, BlackBox, IceWM +and others. + +%description -l pl +gsetroot jest front-endem dla Esetroot. Może być używany do wybierania +tapety i konfigurowania nadrzędnego okna. Działa w takich Menedżerach +Okien jak fluxbox, Enlightement, Windowmaker, NextStep, BlackBox, +IceWM oraz innych. + +%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 AUTHORS ChangeLog NEWS README TODO +%doc $RPM_BUILD_ROOT%{_prefix}/doc/%{name}/* +%attr(755,root,root) %{_bindir}/* + +%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/07/14 19:05:56 shadzik +- new by Jacek 'jackass' Brzozowski +- one minor build fix (get rid of autotools) + + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
