rpms/easystroke/F-10 easystroke.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

zarko pintar grof at fedoraproject.org
Tue Jun 2 06:23:36 UTC 2009


Author: grof

Update of /cvs/pkgs/rpms/easystroke/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1718/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	easystroke.spec import.log 
Log Message:



--- NEW FILE easystroke.spec ---
Name:           easystroke
Version:        0.4.4
Release:        3%{?dist}
Summary:        Gesture-recognition application for X11

Group:          User Interface/X Hardware Support
License:        ISC
URL:            http://easystroke.sourceforge.net/
Source0:        http://downloads.sourceforge.net/easystroke/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtkmm24-devel
BuildRequires:  dbus-glib-devel
BuildRequires:  boost-devel
BuildRequires:  libXtst-devel
BuildRequires:  gettext
BuildRequires:  desktop-file-utils
BuildRequires:  intltool

%description
Easystroke is a gesture-recognition application for X11. Gestures or strokes 
are movements that you make with you mouse (or your pen, finger etc.) while 
holding down a specific mouse button. Easystroke will execute certain actions 
if it recognizes the stroke; currently easystroke can emulate key presses, 
execute shell commands, hold down modifiers and emulate a scroll wheel. 

%prep
%setup -q
# Resolve debuginfo
sed -i 's|install -Ds|install -D|' Makefile
# Preserve timestamps:
sed -i 's|install |install -p |' Makefile

%build
make  %{?_smp_mflags} DFLAGS="%{optflags}"


%install
rm -rf $RPM_BUILD_ROOT
make install PREFIX="%{_prefix}" DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

%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
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc changelog LICENSE 
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg



%changelog
* Fri Jun 01 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.4-3
- spec cleaning

* Fri May 29 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.4-2
- resolved debuginfo

* Wed May 27 2009 Zarko Pintar <zarko.pintar at gmail.com> - 0.4.4-1
- initial release


--- NEW FILE import.log ---
easystroke-0_4_4-3_fc11:F-10:easystroke-0.4.4-3.fc11.src.rpm:1243923972


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Jun 2009 18:24:29 -0000	1.1
+++ .cvsignore	2 Jun 2009 06:23:05 -0000	1.2
@@ -0,0 +1 @@
+easystroke-0.4.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/easystroke/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jun 2009 18:24:29 -0000	1.1
+++ sources	2 Jun 2009 06:23:05 -0000	1.2
@@ -0,0 +1 @@
+82b359e2703740bf86c2402a269bb320  easystroke-0.4.4.tar.gz




More information about the fedora-extras-commits mailing list