rpms/uxlaunch/devel import.log, NONE, 1.1 uxlaunch-fixppc.patch, NONE, 1.1 uxlaunch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 13 16:47:37 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/uxlaunch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28592/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log uxlaunch-fixppc.patch uxlaunch.spec 
Log Message:
- Initial import



--- NEW FILE import.log ---
uxlaunch-0_28-1_fc11:HEAD:uxlaunch-0.28-1.fc11.src.rpm:1255452434

uxlaunch-fixppc.patch:
 desktop.c |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE uxlaunch-fixppc.patch ---
--- uxlaunch-0.23/desktop.c.orig	2009-09-08 17:56:45.000000000 +0100
+++ uxlaunch-0.23/desktop.c	2009-09-08 17:57:21.000000000 +0100
@@ -26,6 +26,8 @@
 #  define __NR_ioprio_set 289
 #elif defined(__x86_64__)
 #  define __NR_ioprio_set 251
+#elif defined (__powerpc__)
+#  define __NR_ioprio_set 273
 #else
 #  error "Unsupported arch"
 #endif


--- NEW FILE uxlaunch.spec ---
Name:           uxlaunch
Version:        0.28
Release:        1%{?dist}
Summary:        A small and quick interface to start the Moblin Desktop

Group:          User Interface/X
License:        GPLv2
URL:            http://www.moblin.org/
Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
Patch0:         uxlaunch-fixppc.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: ConsoleKit-devel
BuildRequires: dbus-glib-devel
BuildRequires: libXau-devel
BuildRequires: pam-devel

Requires: dbus

%description
An ultra-lightweight, very cut down gdm and gnome-session replacement 
designed to get the Moblin Desktop running as quick as possible.

%prep
%setup -q
%patch0 -p1 -b .fixppc

# make build verbose
sed -i 's!^\(\t\+\)@!\1!' Makefile

%build
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL='install -p'

# Remove execute bit from config and man files
chmod -x %{buildroot}/%{_sysconfdir}/sysconfig/uxlaunch
chmod -x %{buildroot}/%{_datadir}/man/man1/uxlaunch*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING
%config(noreplace) %{_sysconfdir}/sysconfig/uxlaunch
%{_sbindir}/uxlaunch
%doc %{_datadir}/man/man1/uxlaunch.1.gz

%changelog
* Tue Oct 13 2009 Peter Robinson <pbrobinson at gmail.com> 0.28-1
- New upstream 0.28 release, updates from review

* Tue Sep  8 2009 Peter Robinson <pbrobinson at gmail.com> 0.23-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/uxlaunch/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Oct 2009 16:32:29 -0000	1.1
+++ .cvsignore	13 Oct 2009 16:47:37 -0000	1.2
@@ -0,0 +1 @@
+uxlaunch-0.28.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/uxlaunch/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Oct 2009 16:32:29 -0000	1.1
+++ sources	13 Oct 2009 16:47:37 -0000	1.2
@@ -0,0 +1 @@
+99745cb7a831be90076ae3a9f1fbd310  uxlaunch-0.28.tar.bz2




More information about the fedora-extras-commits mailing list