[sawfish] Really clean up spec and sources (git add was missing...)

Kim B. Heino kimheino at fedoraproject.org
Sat Jun 30 13:02:37 UTC 2012


commit 57158c189cc1dcfc7ba665e5255609245c1c0c60
Author: Kim B. Heino <b at bbbs.net>
Date:   Sat Jun 30 16:00:49 2012 +0300

    Really clean up spec and sources (git add was missing...)

 sawfish.spec |   13 ++++++-------
 sources      |    1 -
 2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/sawfish.spec b/sawfish.spec
index b03b2ee..0e15132 100644
--- a/sawfish.spec
+++ b/sawfish.spec
@@ -1,6 +1,6 @@
 Summary: An extensible window manager for the X Window System
 Name: sawfish
-Version: 1.8.92
+Version: 1.9.0
 Release: 1%{?dist}
 License: GPLv2+ and Artistic 2.0
 # GPLv2+ is for Sawfish
@@ -8,7 +8,7 @@ License: GPLv2+ and Artistic 2.0
 Group: User Interface/Desktops
 Source0: http://download.tuxfamily.org/%{name}/%{name}-%{version}.tar.bz2
 URL: http://sawfish.wikia.com/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires: gmp-devel
 BuildRequires: gtk2-devel
 BuildRequires: libXft-devel
@@ -53,8 +53,6 @@ Include files for Sawfish development.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make install DESTDIR=%{buildroot}
 %find_lang %{name}
 gzip -9nf %{buildroot}%{_infodir}/sawfish*
@@ -77,9 +75,6 @@ if [ "$1" = 0 ]; then
     /sbin/install-info --delete %{_infodir}/sawfish.info.gz %{_infodir}/dir
 fi
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %doc COPYING COPYING.SOUNDS FAQ KEYBINDINGS NEWS OPTIONS
 %doc README README.IMPORTANT TODO USERDOC
@@ -106,6 +101,10 @@ rm -rf %{buildroot}
 # This is sawfish GUI configurator, not devel config script.
 
 %changelog
+* Fri Jun 29 2012 Kim B. Heino <b at bbbs.net> - 1.9.0-1
+- Update to 1.9.0
+- Cleanup spec file
+
 * Mon Mar 26 2012 Kim B. Heino <b at bbbs.net> - 1.8.92-1
 - Update to 1.8.92
 
diff --git a/sources b/sources
index 072e083..f8a2462 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-66bb88c427eeafb309fb56b1d706de63  sawfish-1.9.0.tar.bz2
 8c84f45f991aa0bc72170208ac02f74e  sawfish-1.9.0.tar.bz2


More information about the scm-commits mailing list