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 - 0.5.3-2 +- Rebuild for Boost soname bump +- Update spec to match current guidelines + * Wed Mar 17 2010 Tom "spot" Callaway - 0.5.3-1 - update to 0.5.3 - drop timing patch (upstreamed)