0.20.0
This commit is contained in:
parent
471ef8bd4b
commit
fc08b8fb82
3 changed files with 11 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
vte-0.19.4.tar.bz2
|
||||
vte-0.20.0.tar.bz2
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9b246146ea7fe8049fe9d7336db31362 vte-0.19.4.tar.bz2
|
||||
12dde859bc98e039336baff6e9e6b15b vte-0.20.0.tar.bz2
|
||||
|
|
|
|||
16
vte.spec
16
vte.spec
|
|
@ -3,12 +3,12 @@
|
|||
%define gtk2_version 2.12.0
|
||||
|
||||
Name: vte
|
||||
Version: 0.19.4
|
||||
Release: 6%{?dist}
|
||||
Version: 0.20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A terminal emulator
|
||||
License: LGPLv2+
|
||||
Group: User Interface/X
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source: http://download.gnome.org/sources/vte/0.19/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
|
|
@ -17,11 +17,10 @@ BuildRequires: glib2-devel >= %{glib2_version}
|
|||
BuildRequires: pygtk2-devel, python-devel, ncurses-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: intltool
|
||||
|
||||
# initscripts creates the utmp group
|
||||
Prereq: initscripts
|
||||
Prereq: initscripts
|
||||
|
||||
%description
|
||||
VTE is a terminal emulator widget for use with GTK+ 2.0.
|
||||
|
|
@ -85,8 +84,8 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
|
|||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING HACKING NEWS README
|
||||
%doc src/iso2022.txt
|
||||
%doc COPYING HACKING NEWS README
|
||||
%doc src/iso2022.txt
|
||||
%doc doc/utmpwtmp.txt doc/boxes.txt doc/openi18n/UTF-8.txt doc/openi18n/wrap.txt
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libdir}/%{name}
|
||||
|
|
@ -109,6 +108,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
|
|||
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> 0.20.0-1
|
||||
- Update to 0.20.0
|
||||
|
||||
* Wed Mar 4 2009 Warren Togami <wtogami@redhat.com> 0.19.4-6
|
||||
- remove workaround after gcc-4.4.0-0.22
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue