rpms/rxvt-unicode/devel rxvt-unicode.desktop, NONE, 1.1 rxvt-unicode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Jun 5 07:40:13 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/rxvt-unicode/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20662/devel

Modified Files:
	.cvsignore sources 
Added Files:
	rxvt-unicode.desktop rxvt-unicode.spec 
Log Message:
auto-import rxvt-unicode-5.5-2 on branch devel from rxvt-unicode-5.5-2.src.rpm


--- NEW FILE rxvt-unicode.desktop ---
[Desktop Entry]
Name=urxvt
Comment=a VT102 emulator for the X window system
Exec=urxvt
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Application;System;


--- NEW FILE rxvt-unicode.spec ---
Name:           rxvt-unicode
Version:        5.5
Release:        2
Summary:        Rxvt-unicode is an unicode version of rxvt

Group:          User Interface/X
License:        GPL
URL:            http://software.schmorp.de/
Source0:        http://dist.schmorp.de/%name/%name-%version.tar.bz2
Source1:        rxvt-unicode.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  fontconfig-devel
BuildRequires:  freetype-devel
BuildRequires:  glib2-devel
BuildRequires:  xorg-x11-devel
BuildRequires:  /usr/bin/tic
BuildRequires:  desktop-file-utils

%description
rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to
store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input
and output. It also supports mixing multiple fonts at the same time, including
Xft fonts.


%prep
%setup -q


%build
%configure --enable-xft --enable-font-styles --enable-utmp --enable-wtmp \
  --enable-lastlog --enable-transparency --enable-tinting --enable-fading \
  --enable-menubar --enable-rxvt-scroll --enable-xterm-scroll \
  --enable-plain-scroll --enable-half-shadow --enable-xgetdefault \
  --enable-24bit --enable-keepscrolling --enable-selectionscrolling \
  --enable-mousewheel --enable-slipwheeling --enable-smart-resize \
  --enable-pointer-blank --enable-xpm-background --enable-next-scroll \
  --enable-xim --enable-linespace --with-save-lines=2000 --enable-resources \
  --with-codesets=all

make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

tic -o $RPM_BUILD_ROOT/%_datadir/terminfo doc/etc/rxvt-unicode.terminfo

desktop-file-install \
  --vendor=fedora \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category=X-Fedora \
  %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.FAQ INSTALL doc/README.menu doc/README.xvt doc/etc doc/menu COPYING
%{_bindir}/*
%{_datadir}/terminfo/r/*
%{_mandir}/man*/*
%{_datadir}/applications/*

%changelog
* Thu Jun 02 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
5.5-2
- minor cleanups

* Thu May 12 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
5.5-1
- Version upgrade (5.5)

* Mon Mar 28 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
0:5.3-1
- Version upgrade (5.3)

* Wed Feb 09 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rxvt-unicode/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Jun 2005 07:38:21 -0000	1.1
+++ .cvsignore	5 Jun 2005 07:40:11 -0000	1.2
@@ -0,0 +1 @@
+rxvt-unicode-5.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rxvt-unicode/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Jun 2005 07:38:21 -0000	1.1
+++ sources	5 Jun 2005 07:40:11 -0000	1.2
@@ -0,0 +1 @@
+3255dc5e301f410d34a8e857ba0d6a64  rxvt-unicode-5.5.tar.bz2




More information about the fedora-extras-commits mailing list