[i3] Rebuild for libyajl soname bump

Peter Robinson pbrobinson at fedoraproject.org
Mon Nov 14 10:07:12 UTC 2011


commit 2a8d110d1310d36825b400ff28df735c8074944f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Nov 14 10:07:08 2011 +0000

    Rebuild for libyajl soname bump

 .gitignore |    4 +---
 i3.spec    |   12 ++++--------
 2 files changed, 5 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a63654e..df8d571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-i3-3.e-bf1.tar.bz2
-/i3-3.e-bf2.tar.bz2
-/i3-4.0.1.tar.bz2
+/i3-4.*.tar.bz2
diff --git a/i3.spec b/i3.spec
index d7be0b6..3032c7e 100644
--- a/i3.spec
+++ b/i3.spec
@@ -1,6 +1,6 @@
 Name:           i3
 Version:        4.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Improved tiling window manager
 Group:          User Interface/Desktops
 License:        BSD
@@ -9,8 +9,6 @@ Source0:        http://i3wm.org/downloads/%{name}-%{version}.tar.bz2
 Source1:        %{name}-logo.svg
 Source2:        fedora-%{name}-%{version}-common.mk
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  xcb-util-devel
 BuildRequires:  libxcb-devel
 BuildRequires:  xcb-proto
@@ -80,8 +78,6 @@ mv pseudo-doc/html pseudo-doc/doxygen
 
 
 %install
-rm -rf %{buildroot}
-
 make install \
      DESTDIR=%{buildroot} \
      INSTALL="install -p"
@@ -94,9 +90,6 @@ mkdir -p %{buildroot}/%{_datadir}/pixmaps/
 install -Dpm0644 %{SOURCE1} \
         %{buildroot}/%{_datadir}/pixmaps/
 
-%clean
-rm -rf %{buildroot}
-
 
 %files
 %defattr(-,root,root,-)
@@ -118,6 +111,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 14 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 4.0.1-2
+- Rebuild for libyajl soname bump
+
 * Mon Aug 01 2011 Simon Wesp <cassmodiah at fedoraproject.org> - 4.0.1-1
 - New upstream release
 


More information about the scm-commits mailing list