Author: uzsolt Date: Mon May 31 13:03:45 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/lxterminal: lxterminal.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxterminal/lxterminal.spec diff -u /dev/null packages/lxterminal/lxterminal.spec:1.1 --- /dev/null Mon May 31 15:03:45 2010 +++ packages/lxterminal/lxterminal.spec Mon May 31 15:03:37 2010 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: LXTerminal is the standard terminal emulator of LXDE +Name: lxterminal +Version: 0.1.7 +Release: 0.2 +License: GPL v2 +Group: X11/Applications +Source0: http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.1.7/%{name}-%{version}.tar.gz +# Source0-md5: b9123d3736c7c37a59c406ff4ee0b26c +URL: http://wiki.lxde.org/en/LXTerminal +BuildRequires: gettext-devel +BuildRequires: gtk+2-devel +BuildRequires: perl-XML-Parser +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LXTerminal is the standard terminal emulator of LXDE. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} +%{__autoheader} +%{__autoconf} +%{__intltoolize} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK} + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_mandir}/man1/%{name}* +%{_pixmapsdir}/%{name}.png +%{_datadir}/%{name} +%lang(af) %{_datadir}/locale/af/LC_MESSAGES/lxterminal.mo +%lang(ps) %{_datadir}/locale/ps/LC_MESSAGES/lxterminal.mo + +%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 2010/05/31 13:03:37 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
