rpms/termit/F-9 termit.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Mon Apr 27 13:32:08 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/termit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10298/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	termit.spec 
Log Message:
Initial termit release for this branch


--- NEW FILE termit.spec ---
Name:           termit
Version:        2.2.0
Release:        1%{?dist}
Summary:        Simple terminal emulator based on vte library

Group:          User Interface/X
License:        GPLv2
URL:            http://termit.googlecode.com/
Source0:        http://termit.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel
BuildRequires:  vte-devel >= 0.17.4
BuildRequires:  lua-devel >= 5.1
BuildRequires:  cmake desktop-file-utils gettext

%description
TermIt is a simple terminal emulator based on vte library with a lot of 
features:
 * tabs
 * bookmarks
 * sessions
 * changing tab name
 * changing font for tabs
 * encodings (all available from GTK2)
 * integrated lua interpreter
Configuration can be changed via $HOME/.config/termit/termit.cfg file.


%prep
%setup -q
# fix paths in the README
sed -i 's!doc/!%{_docdir}/%{name}-%{version}!' ./doc/README
# add a generic icon to the desktop file
echo Icon=terminal >> ./doc/termit.desktop

%build
find . -type f -name CMakeCache.txt -exec rm -rf {} \;
%cmake DCMAKE_INSTALL_DOCDIR=%{_docdir} .
make VERBOSE=1 %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install                                       \
  --delete-original                                        \
  --remove-category=Utility                                \
  --add-category=System                                    \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
# we install the docfiles versioned
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/termit/


#%check
#ctest


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog COPYING TODO
%doc doc/README doc/init.lua.example doc/lua_api.txt doc/termit.svg
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.gz

%changelog
* Sat Apr 11 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.0-1
- Update to 2.2.0

* Wed Oct 01 2008 Christoph Wickert <cwickert at fedoraproject.org> - 1.3.5-1
- Update to 1.3.5

* Mon May 05 2008 Christoph Wickert <cwickert at fedoraproject.org> - 1.3-1
- Initial Fedora RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/termit/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Apr 2009 05:34:31 -0000	1.1
+++ .cvsignore	27 Apr 2009 13:31:38 -0000	1.2
@@ -0,0 +1 @@
+termit-2.2.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/termit/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Apr 2009 05:34:31 -0000	1.1
+++ sources	27 Apr 2009 13:31:38 -0000	1.2
@@ -0,0 +1 @@
+5f00b7c77930749c0d3af358e201b674  termit-2.2.0.tar.bz2




More information about the fedora-extras-commits mailing list