rpms/i3/F-13 i3.spec,1.8,1.9

Simon Wesp cassmodiah at fedoraproject.org
Fri Apr 16 21:04:46 UTC 2010


Author: cassmodiah

Update of /cvs/pkgs/rpms/i3/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32174

Modified Files:
	i3.spec 
Log Message:
* Fri Apr 16 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 3.e-2
- Rebuild



Index: i3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/i3/F-13/i3.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- i3.spec	30 Mar 2010 19:22:26 -0000	1.8
+++ i3.spec	16 Apr 2010 21:04:46 -0000	1.9
@@ -1,12 +1,15 @@
+%define ipc-version 0.1.3
+
 Name:           i3
 Version:        3.e
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Improved tiling window manager
 Group:          User Interface/Desktops
 License:        BSD
 URL:            http://i3.zekjur.net
 Source0:        http://i3.zekjur.net/downloads/%{name}-%{version}.tar.bz2
 Source1:        %{name}-logo.svg
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xcb-util-devel
@@ -23,15 +26,14 @@ Requires:       rxvt-unicode
 Requires:       xorg-x11-apps
 Requires:       dmenu
 Requires:       xorg-x11-fonts-misc
+Requires:       dzen2
 
 
 %description
-Key features of i3 are correct implementation of Xinerama (workspaces are 
-assigned to virtual screens, i3 does the right thing when attaching new 
-monitors), XrandR support (not done yet), horizontal and vertical columns 
-(think of a table) in tiling. Also, special focus is on writing clean, readable 
-and well documented code. i3 uses xcb for asynchronous communication with X11, 
-and has several measures to be very fast.
+Key features of i3 are correct implementation of XrandR, horizontal and vertical
+columns (think of a table) in tiling. Also, special focus is on writing clean, 
+readable and well documented code. i3 uses xcb for asynchronous communication
+with X11, and has several measures to be very fast.
 
 Please be aware that i3 is primarily targeted at advanced users and developers.
 
@@ -59,15 +61,6 @@ sed \
     -e 's|.SILENT:||g' \
     -i common.mk
 
-cat << \EOF > %{name}-req
-#!/bin/sh
-%{__perl_requires} $* |\
-sed -e '/perl(AnyEvent::I3)/d'
-EOF
-
-%global __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
-chmod +x %{__perl_requires}
-
 
 %build
 make %{?_smp_mflags} V=1
@@ -95,7 +88,6 @@ mkdir -p %{buildroot}/%{_datadir}/pixmap
 install -Dpm0644 %{SOURCE1} \
         %{buildroot}/%{_datadir}/pixmaps/
 
-
 %clean
 rm -rf %{buildroot}
 
@@ -119,6 +111,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Apr 16 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 3.e-2
+- Rebuild
+
 * Tue Mar 30 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 3.e-1
 - New upstream release
 



More information about the scm-commits mailing list