Author: uzsolt Date: Tue Aug 12 09:05:17 2008 GMT Module: test Tag: HEAD ---- Log message:
initial ---- Files affected: test: roxterm.spec (1.2 -> 1.3) (NEW) ---- Diffs: ================================================================ Index: test/roxterm.spec diff -u /dev/null test/roxterm.spec:1.3 --- /dev/null Tue Aug 12 11:05:17 2008 +++ test/roxterm.spec Tue Aug 12 11:05:12 2008 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +Summary: ROXTerm is a terminal emulator +Summary(hu.UTF-8): ROXTerm egy terminál emulátor +Name: roxterm +Version: 1.12.2 +Release: 0.1 +License: GPL v2 +Group: X11/Applications +Source0: http://dl.sourceforge.net/roxterm/%{name}-%{version}.tar.gz +# Source0-md5: bb7e30d19d42b24bc49ad403fcde9058 +URL: http://roxterm.sourceforge.net +BuildRequires: dbus-glib-devel +BuildRequires: libglade2-devel +BuildRequires: readline-devel +BuildRequires: vte-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ROXTerm is a terminal emulator intended to provide similar features to +gnome-terminal, based on the same VTE library, but with a smaller +footprint and quicker start-up time. It achieves this by not using the +Gnome libraries and by using a separate applet to provide the +configuration GUI. It can be used as a ROX application, as the name +implies, or in any other X environment. + +%description -l hu.UTF-8 +ROXTerm egy terminál emulátor, amely hasonló képességekkel bír, mint a +gnome-terminal. VTE alapú, de kisebb és gyorsabban indul. Nem +használja a Gnome könyvtárait és egy konfiguráló GUI-t is biztosít. +Használható ROX alkalmazásként is, mint ahogy a neve mutatatja, vagy +bármely más X környezetben. + +%prep +%setup -q + +%build +%configure \ + --prefix=%{_prefix} \ + --docdir=%{_docdir}/%{name}-%{version} \ + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT +mv $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/%{name}* +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} + +%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.3 2008/08/12 09:05:12 uzsolt + +initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
