[rep-gtk] Update to rep-gtk 0.90.6

Kim B. Heino kimheino at fedoraproject.org
Sat Jul 30 18:52:55 UTC 2011


commit 8e82053783bf9c030ab0441782422d485b6cbd68
Author: Kim B. Heino <b at bbbs.net>
Date:   Sat Jul 30 21:52:12 2011 +0300

    Update to rep-gtk 0.90.6

 .gitignore                        |    1 +
 rep-gtk-0.90.5-combinetypes.patch |  109 -------------------------------------
 rep-gtk.spec                      |   15 +++---
 sources                           |    1 +
 4 files changed, 9 insertions(+), 117 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5057dad..100f526 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /rep-gtk-0.90.5.tar.bz2
+/rep-gtk-0.90.6.tar.bz2
diff --git a/rep-gtk.spec b/rep-gtk.spec
index 95d4851..80f181f 100644
--- a/rep-gtk.spec
+++ b/rep-gtk.spec
@@ -1,11 +1,10 @@
 Name: rep-gtk
-Version: 0.90.5
-Release: 4%{?dist}
+Version: 0.90.6
+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
-Patch0: rep-gtk-0.90.5-combinetypes.patch
 URL: http://sawfish.wikia.com/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: librep-devel >= 0.91.1-4
@@ -30,7 +29,6 @@ Link libraries and C header files for librep development.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -39,22 +37,23 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
+find %{buildroot}%{_libdir} -name \*.la -exec rm '{}' \;
 
 %clean
 rm -rf %{buildroot}
 
 %files
-%defattr (-,root,root,-)
 %doc NEWS README* TODO COPYING
-%{_libdir}/rep/*-linux-gnu
-%exclude %{_libdir}/rep/*-linux-gnu/gui/*/*.la
+%{_libdir}/rep/*
 
 %files devel
-%defattr (-,root,root,-)
 %{_includedir}/rep-gtk/
 %{_libdir}/pkgconfig/rep-gtk.pc
 
 %changelog
+* Sat Jul 30 2011 Kim B. Heino <b at bbbs.net> - 0.90.6-1
+- Update to 0.90.6
+
 * Wed Apr 20 2011 Kim B. Heino <b at bbbs.net> - 0.90.5-4
 - don't use %%{_host} which can be modified by configure on non-x86 arches
 
diff --git a/sources b/sources
index 2b55d25..124242a 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 7a760d8dc2d44c779956731db4bed4b7  rep-gtk-0.90.5.tar.bz2
+e1c589ef5328476c7b1faeab6871c628  rep-gtk-0.90.6.tar.bz2


More information about the scm-commits mailing list