SPECS: termit.spec - up to 1.1.1 (now uses cmake)
twittner
twittner at pld-linux.org
Thu Dec 27 22:06:33 CET 2007
Author: twittner Date: Thu Dec 27 21:06:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.1.1 (now uses cmake)
---- Files affected:
SPECS:
termit.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/termit.spec
diff -u SPECS/termit.spec:1.6 SPECS/termit.spec:1.7
--- SPECS/termit.spec:1.6 Fri Sep 7 19:38:33 2007
+++ SPECS/termit.spec Thu Dec 27 22:06:28 2007
@@ -2,18 +2,16 @@
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.2
+Version: 1.1.1
Release: 1
License: GPL v2
Group: X11/Applications
Source0: http://termit.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 9a9b1373cac9e9156fb761e0e23c5f9b
+# Source0-md5: bf9bb0cf20e6f934670e455ebf8926d4
Source1: %{name}.desktop
Source2: %{name}.png
URL: http://code.google.com/p/termit/wiki/TermIt
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: cmake
BuildRequires: gtk+2-devel >= 2:2.8
BuildRequires: pkgconfig
BuildRequires: vte-devel >= 0.12
@@ -45,12 +43,7 @@
%setup -q
%build
-%{__gettextize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure
+%{__cmake} -D CMAKE_INSTALL_PREFIX:PATH="%{_prefix}" .
%{__make}
%install
@@ -69,7 +62,7 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README doc/termit.example
+%doc ChangeLog TODO doc/README doc/termit.example
%attr(755,root,root) %{_bindir}/*
%{_desktopdir}/%{name}.desktop
%{_pixmapsdir}/%{name}.png
@@ -80,7 +73,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.6 2007-09-07 17:38:33 twittner
+Revision 1.7 2007-12-27 21:06:28 twittner
+- up to 1.1.1 (now uses cmake)
+
+Revision 1.6 2007/09/07 17:38:33 twittner
- up to 1.0.2
Revision 1.5 2007/08/04 16:35:52 qboosh
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/termit.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list