[rep-gtk] Update to 0.90.8.1

Kim B. Heino kimheino at fedoraproject.org
Thu Jan 17 16:53:20 UTC 2013


commit 2eb244b05891421275f492e0ee484775f51981c3
Author: Kim B. Heino <b at bbbs.net>
Date:   Thu Jan 17 18:52:42 2013 +0200

    Update to 0.90.8.1

 .gitignore   |    5 +----
 rep-gtk.spec |   13 ++++++-------
 sources      |    5 +----
 3 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d1cada..9cf4faf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-/rep-gtk-0.90.5.tar.bz2
-/rep-gtk-0.90.6.tar.bz2
-/rep-gtk-0.90.7.tar.bz2
-/rep-gtk-0.90.8.tar.bz2
+/rep-gtk-0.9*.tar.bz2
diff --git a/rep-gtk.spec b/rep-gtk.spec
index 79f0096..49d145f 100644
--- a/rep-gtk.spec
+++ b/rep-gtk.spec
@@ -1,12 +1,12 @@
 Name: rep-gtk
-Version: 0.90.8
-Release: 2%{?dist}
+Version: 0.90.8.1
+Release: 1%{?dist}
 Summary: GTK+ binding for librep Lisp environment
 License: GPLv2+
 Group: Development/Languages
 Source0: http://download.tuxfamily.org/librep/%{name}/%{name}-%{version}.tar.bz2
 URL: http://sawfish.wikia.com/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires: gtk2-devel
 BuildRequires: librep-devel >= 0.90.5
 Requires: librep >= 0.90.5
@@ -32,13 +32,9 @@ Link libraries and C header files for librep development.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 find %{buildroot}%{_libdir} -name \*.la -exec rm '{}' \;
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %doc NEWS README* TODO COPYING
 %{_libdir}/rep/*
@@ -48,6 +44,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/rep-gtk.pc
 
 %changelog
+* Thu Jan 17 2013 Kim B. Heino <b at bbbs.net> - 0.90.8.1-1
+- Update to 0.90.8.1
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.90.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7321d28..0143284 100644
--- a/sources
+++ b/sources
@@ -1,4 +1 @@
-7a760d8dc2d44c779956731db4bed4b7  rep-gtk-0.90.5.tar.bz2
-e1c589ef5328476c7b1faeab6871c628  rep-gtk-0.90.6.tar.bz2
-1c20daa2fa832b999a791bbe5b4eda2a  rep-gtk-0.90.7.tar.bz2
-349441e0ebb601435d4e18caf6c67b49  rep-gtk-0.90.8.tar.bz2
+d2734011e4aa58e24d081f2898ee8e10  rep-gtk-0.90.8.1.tar.bz2


More information about the scm-commits mailing list