Author: twittner                     Date: Mon Jul 16 15:55:10 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   termit.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/termit.spec
diff -u /dev/null SPECS/termit.spec:1.1
--- /dev/null   Mon Jul 16 17:55:10 2007
+++ SPECS/termit.spec   Mon Jul 16 17:55:05 2007
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+Summary:       TermIt - terminal emulator based on the vte library
+Summary(pl.UTF-8):     TermIt - emulator terminala oparty na bibliotece vte
+Name:          termit
+Version:       1.0.1
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://termit.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 975fc6cbfbe59e81813a98ae03cf7108
+URL:           http://code.google.com/p/termit/wiki/TermIt
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: vte-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TermIt - simple terminal emulator based on vte library. Features:
+ - tabs
+ - bookmarks
+ - changing tab name
+ - changing font for tabs
+ - encodings (all available from GTK2)
+
+Configuration can be changed via $HOME/.termit file (example is
+provided).
+
+%description -l pl.UTF-8
+TermIt - prosty emulator terminala oparty na bibliotece vte. Zawiera:
+ - karty
+ - zakładki
+ - możliwość zmiany nazw kart
+ - możliwość zmiany fontów kart
+ - obsługa wszystki kodowań znaków z GTK2
+
+konfiguracja może być zmieniana przez plik $HOME/.termit (przykład
+znajduje się w dokumentacji).
+
+%prep
+%setup -q
+
+%build
+%{__gettextize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README doc/termit.example
+%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  2007/07/16 15:55:05  twittner
+- added
+
+Revision 1.66  2007/02/12 22:09:17  glen
+- tabs in preamble
+
+Revision 1.65  2007/02/12 01:06:34  baggins
+- converted to UTF-8
+
+Revision 1.64  2007/02/07 14:47:31  glen
+- Epoch adding should be simple enough, not to have it here
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to