rpms/xoo/devel xoo-0.7-xnest-location.patch, NONE, 1.1 xoo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Thu Jul 12 04:22:29 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/xoo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23240/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xoo-0.7-xnest-location.patch xoo.spec 
Log Message:
cvs-import of xoo.


xoo-0.7-xnest-location.patch:

--- NEW FILE xoo-0.7-xnest-location.patch ---
*** src/main.c.orig	2005-09-05 11:21:59.000000000 -0400
--- src/main.c	2007-04-12 17:53:19.000000000 -0400
***************
*** 26,32 ****
  #include "callbacks.h"
  #include "prefs.h"
  
! #define XNEST_BIN "/usr/X11R6/bin/Xnest"
  
  /* Used by the signal handler to detect which child has died */
  pid_t xnest_pid;
--- 26,32 ----
  #include "callbacks.h"
  #include "prefs.h"
  
! #define XNEST_BIN "/usr/bin/Xnest"
  
  /* Used by the signal handler to detect which child has died */
  pid_t xnest_pid;


--- NEW FILE xoo.spec ---
Summary: Xoo is a graphical wrapper around xnest
Name: xoo
Version: 0.7
Release: 2%{?dist}
License: GPL
Url: http://projects.o-hand.com/%{name}
Source: http://projects.o-hand.com/sources/%{name}/%{name}-%{version}.tar.gz
Patch0: xoo-0.7-xnest-location.patch
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libXtst-devel, gtk2-devel, libglade2-devel, expat-devel
BuildRequires: libX11-devel, GConf2-devel,libXt-devel
Requires: xorg-x11-server-Xnest

%description
Xoo is a graphical wrapper around xnest. You can make Xnest
look like a particular device's display and set up buttons on that
device.

%prep
%setup -q 
%patch0 -b .xnest-location

%configure --with-x
%build
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
export DESTDIR=%{buildroot}
%{__make} install

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root)
#%{_libdir}/
%{_bindir}/xoo
%dir %attr(0755,root,root) %{_prefix}/share/%{name}
%{_prefix}/share/%{name}/*
%{_prefix}/share/applications/%{name}.desktop
%{_prefix}/share/pixmaps/%{name}.png
%doc README COPYING TODO AUTHORS NEWS
#%{_mandir}/*/*

%changelog
* Thu Jul  5 2007 Paul Wouters <paul at xelerance.com> 0.7-2
- Dependancy fixes, removed post/postun sections.

* Thu Apr 12 2007 Paul Wouters <paul at xelerance.com> 0.7-1
- Initial release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xoo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jul 2007 02:15:59 -0000	1.1
+++ .cvsignore	12 Jul 2007 04:21:57 -0000	1.2
@@ -0,0 +1 @@
+xoo-0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xoo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jul 2007 02:15:59 -0000	1.1
+++ sources	12 Jul 2007 04:21:57 -0000	1.2
@@ -0,0 +1 @@
+9b1911cff0290be0f6eb1f8ba62dcbae  xoo-0.7.tar.gz




More information about the fedora-extras-commits mailing list