Author: witekfl Date: Sat Feb 11 17:49:34 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - first release
---- Files affected: SPECS: dfbiterm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/dfbiterm.spec diff -u /dev/null SPECS/dfbiterm.spec:1.1 --- /dev/null Sat Feb 11 18:49:34 2006 +++ SPECS/dfbiterm.spec Sat Feb 11 18:49:29 2006 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: Terminal emulator for DirectFB +Summary(pl): Emulator terminala dla DirectFB +Name: dfbiterm +Version: 0.1 +Release: 1 +License: GPL v2 +Group: Applications/Graphics +Source0: http://republika.pl/rkd/%{name}-%{version}.tar.bz2 +#Source0-md5: 0477c55c67815a89542ee60c861e8453 +BuildRequires: DirectFB-devel +BuildRequires: libiterm-devel >= 0.5-3 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +dfbiterm is a terminal application for DirectFB. +It is capable to display 256 colors like xterm or rxvt. + +%description -l pl +dfbiterm to emulator terminala dla DirectFB. +Potrafi wyświetlić 256 kolorów, tak jak xterm czy rxvt. + +%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 README +%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/02/11 17:49:29 witekfl +- first release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
