[easystroke] * Wed Aug 04 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.5.3-2 - Rebuild for Boost soname b

Rahul Sundaram sundaram at fedoraproject.org
Wed Aug 4 13:29:14 UTC 2010


commit cd66dc48600074902f498091c1fdf1d0e3a57098
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Wed Aug 4 18:57:24 2010 +0530

    * Wed Aug 04 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.5.3-2
    - Rebuild for Boost soname bump
    - Update spec to match current guidelines

 easystroke.spec |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/easystroke.spec b/easystroke.spec
index cd85570..d8a5d20 100644
--- a/easystroke.spec
+++ b/easystroke.spec
@@ -1,6 +1,6 @@
 Name:           easystroke
 Version:        0.5.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Gesture-recognition application for X11
 
 Group:          User Interface/X Hardware Support
@@ -8,7 +8,6 @@ License:        ISC
 URL:            http://easystroke.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/easystroke/%{name}-%{version}.tar.gz
 Patch0:         easystroke-0.5.3-fix-indirect-link.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkmm24-devel
 BuildRequires:  dbus-glib-devel
@@ -42,7 +41,6 @@ make  %{?_smp_mflags} CXX="g++ %{optflags}" CC="gcc -std=c99 %{optflags}"
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install PREFIX="%{_prefix}" DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
@@ -50,14 +48,9 @@ make install PREFIX="%{_prefix}" DESTDIR=$RPM_BUILD_ROOT
 %check
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
-
 %postun
 if [ $1 -eq 0 ] ; then
     touch --no-create %{_datadir}/icons/hicolor &>/dev/null
@@ -75,9 +68,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 
-
-
 %changelog
+* Wed Aug 04 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.5.3-2
+- Rebuild for Boost soname bump
+- Update spec to match current guidelines
+
 * Wed Mar 17 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.5.3-1
 - update to 0.5.3
 - drop timing patch (upstreamed)


More information about the scm-commits mailing list