Author: rotom Date: Fri Sep 29 18:41:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initail spec, instead of cgwd-themes
---- Files affected: SPECS: emerald-themes.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/emerald-themes.spec diff -u /dev/null SPECS/emerald-themes.spec:1.1 --- /dev/null Fri Sep 29 20:41:40 2006 +++ SPECS/emerald-themes.spec Fri Sep 29 20:41:34 2006 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +Summary: Themes for emerald +Summary(pl): Motywy do emerald +Name: emerald-themes +Version: 0.1.0 +Release: 1 +License: GPL/MIT +Group: X11 +Source0: http://distfiles.xgl-coffee.org/emerald-themes/%{name}-%{version}.tar.bz2 +# Source0-md5: b5fe6580f43d08db39f714a3eb220e9c +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: pkgconfig +Requires: emerald +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Themes for emerald. + +%description -l pl +Motywy do emerald. + +%prep +%setup -q -n %{name} + +%build +autoreconf -v --install +%{__glib_gettextize} --copy --force +%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 +%dir %{_datadir}/emerald +%{_datadir}/emerald/themes + +%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/29 18:41:34 rotom +- initail spec, instead of cgwd-themes + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
