File termit.spec of Package termit2
# norootforbuild
Name: termit
Version: 1.3.5
Release: 0
Summary: Vte-based Terminal Emulator
Source: http://termit.googlecode.com/files/termit-%{version}.tar.bz2
Source1: termit.desktop
URL: http://code.google.com/p/termit/wiki/TermIt
Group: System/X11/Terminals
License: GNU General Public License v2 (GPL)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: vte-devel >= 0.12
BuildRequires: cmake gcc gcc-c++ libstdc++-devel make gettext gettext-devel pkgconfig
BuildRequires: autoconf automake libtool update-desktop-files
BuildRequires: tango-icon-theme
%description
termit is a terminal emulator based on the vte library. It includes tabs,
bookmarks, and the ability to switch encodings.
%prep
%setup -q
%build
cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DDEBUG=false
%__make %{?_smp_mflags} VERBOSE=1
%install
%makeinstall
%__rm -rf "%{buildroot}%{_datadir}/doc"
%__install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/termit.desktop"
%suse_update_desktop_file -r termit Utility TerminalEmulator
%find_lang termit
%clean
%__rm -rf "%{buildroot}"
%files -f termit.lang
%defattr(-,root,root)
%doc ChangeLog COPYING TODO
%doc doc/README
%doc doc/termit.example
%{_bindir}/termit
%{_datadir}/applications/termit.desktop
%changelog
* Wed Sep 10 2008 Pascal Bleser <guru@unixtech.be> 1.3.5
- update to 1.3.5:
* a Korean translation was added
* a bug with showing and hiding the scrollbar was fixed
* Thu Aug 28 2008 Pascal Bleser <guru@unixtech.be> 1.3.4
- update to 1.3.4:
* fixed bugs with loading keybindings
* updated Hungarian translation
* Mon Jun 30 2008 Pascal Bleser <guru@unixtech.be> 1.3.3
- new upstream version:
* support was added for keyboard policy for shortcuts
* Wed Jun 11 2008 Pascal Bleser <guru@unixtech.be> 1.3.2
- new upstream version:
fixed loading default options when no configuration file was found
* Mon May 26 2008 Pascal Bleser <guru@unixtech.be> 1.3.1
- new upstream version:
* the show_scrollbar option was added in the popup menu and termit.cfg
* the shell_cmd variable was split into shell and shell_cmd
* fixes were made for a bug with uninitialized GError,
--usage output,
statusbar encoding when loading session,
and compilation warnings
* the documentation was updated
* Thu Apr 10 2008 Pascal Bleser <guru@unixtech.be> 1.3
- new upstream version
* Fri Feb 8 2008 Pascal Bleser <guru@unixtech.be> 1.1.3
- monospace patch merged by upstream
- new upstream version
* Wed Jan 23 2008 Pascal Bleser <guru@unixtech.be> 1.1.2
- new upstream version
* Tue Dec 25 2007 Pascal Bleser <guru@unixtech.be> 1.1
- moved to openSUSE Build Service
- moved doc files from /usr/share/doc/termit to /usr/share/doc/packages/termit
- build changed to cmake
- new upstream version
* Tue Sep 25 2007 Pascal Bleser <guru@unixtech.be> 1.0.3-0.pm.1
- new upstream version
* Fri Sep 7 2007 Pascal Bleser <guru@unixtech.be> 1.0.2-0.pm.1
- moved to Packman
- new upstream version
* Tue Jul 17 2007 Pascal Bleser <guru@unixtech.be> 1.0.1-1
- new package
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: