rpms/lxterminal/devel import.log, NONE, 1.1 lxterminal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Fri Jul 4 20:42:42 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/lxterminal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1816/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log lxterminal.spec 
Log Message:
Initial import of lxterminal. Review was at
https://bugzilla.redhat.com/show_bug.cgi?id=452324



--- NEW FILE import.log ---
lxterminal-0_1_3-1_fc10:HEAD:lxterminal-0.1.3-1.fc10.src.rpm:1215204080


--- NEW FILE lxterminal.spec ---
Name:           lxterminal
Version:        0.1.3
Release:        1%{?dist}
Summary:        Desktop-independent VTE-based terminal emulator
Summary(de):    Desktup-unabhängiger VTE-basierter Terminal Emulator

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://lxde.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel >= 2.6 vte-devel
BuildRequires:  desktop-file-utils intltool

%description
LXterminal is a VTE-based terminal emulator with support for multiple tabs. 
It is completely desktop-independent and does not have any unnecessary 
dependencies. In order to reduce memory usage and increase the performance 
all instances of the terminal are sharing a single process.

%description -l de
LXTerminal ist ein VTE-basierter Terminalemulator mit Unterstützung für 
mehrere Reiter. Er ist komplett desktop-unabhängig und hat keine unnötigen 
Abhängigkeiten. Um den Speicherverbrauch zu reduzieren und die Leistung zu
erhöhen teilen sich alle Instanzen des Terminals einen einzigen Prozess.

%prep
%setup -q
# fix a typo in the desktop file
sed -i 's!LXTerminl!LXTerminal!' ./data/lxterminal.desktop


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="fedora"                     \
  --delete-original                                        \
  --remove-category=Utility                                \
  --add-category=System                                    \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%{_mandir}/man1/%{name}*.1.gz


%changelog
* Sat Jun 28 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.3-1
- Update to 0.1.3
- Add the new manpage

* Fri Jun 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.2-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxterminal/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jul 2008 20:14:46 -0000	1.1
+++ .cvsignore	4 Jul 2008 20:41:56 -0000	1.2
@@ -0,0 +1 @@
+lxterminal-0.1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxterminal/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jul 2008 20:14:46 -0000	1.1
+++ sources	4 Jul 2008 20:41:56 -0000	1.2
@@ -0,0 +1 @@
+1e537062b9c58199e8462babd2ecba9c  lxterminal-0.1.3.tar.gz




More information about the fedora-extras-commits mailing list