Author: zbyniu                       Date: Mon Jan 11 20:53:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 20091231

---- Files affected:
packages/xdotool:
   xdotool.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/xdotool/xdotool.spec
diff -u packages/xdotool/xdotool.spec:1.2 packages/xdotool/xdotool.spec:1.3
--- packages/xdotool/xdotool.spec:1.2   Mon Nov 16 22:30:21 2009
+++ packages/xdotool/xdotool.spec       Mon Jan 11 21:53:51 2010
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
-%define                rel 20090612
+%define                rel 20091231
 Summary:       fake keyboard/mouse input
 Name:          xdotool
 Version:       0
 Release:       0.%{rel}.1
 License:       BSD-like
 Group:         X11/Window Managers/Tools
-Source0:       http://semicomplete.googlecode.com/files/%{name}-%{rel}.tar.gz
-# Source0-md5: 78ff810202ed3ae74fd82ec741f889eb
+Source0:       
http://semicomplete.googlecode.com/files/%{name}-%{rel}.02.tar.gz
+# Source0-md5: faa6f616d33bdd9ec7fbc0d9542a6cc0
 URL:           http://www.semicomplete.com/projects/xdotool/
 BuildRequires: perl-tools-pod
 BuildRequires: xorg-lib-libX11-devel
@@ -21,17 +21,20 @@
 X11's XTEST extension and other Xlib functions.
 
 %prep
-%setup -q -n %{name}-%{rel}
+%setup -q -n %{name}-%{rel}.02
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir},%{_mandir}}
 
 %{__make} install \
        INSTALLBIN=$RPM_BUILD_ROOT%{_bindir} \
+       INSTALLINCLUDE=$RPM_BUILD_ROOT%{_includedir} \
+       INSTALLLIB=$RPM_BUILD_ROOT%{_libdir} \
        INSTALLMAN=$RPM_BUILD_ROOT%{_mandir}
 
 %clean
@@ -41,7 +44,9 @@
 %defattr(644,root,root,755)
 %doc COPYRIGHT CHANGELIST README examples
 %attr(755,root,root) %{_bindir}/xdotool
+%attr(755,root,root) %{_libdir}/libxdo*
 %{_mandir}/man1/xdotool.1*
+%{_includedir}/xdo.h
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -49,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/01/11 20:53:51  zbyniu
+- up to 20091231
+
 Revision 1.2  2009/11/16 21:30:21  zbyniu
 - BR: perl-tools-pod, xorg-lib-libXtst-devel
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xdotool/xdotool.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to