today's git snap
This commit is contained in:
parent
1a58326aec
commit
cfff610ee4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/wayland-20101111.tar.bz2
|
||||
/wayland-20101123.tar.bz2
|
||||
/wayland-20101221.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
de9e1322aaa4efa596e167527b8f8ea3 wayland-20101123.tar.bz2
|
||||
e51f1639ee2e6245d2761e6532d508b3 wayland-20101221.tar.bz2
|
||||
|
12
wayland.spec
12
wayland.spec
@ -1,4 +1,4 @@
|
||||
%global gitdate 20101123
|
||||
%global gitdate 20101221
|
||||
|
||||
Name: wayland
|
||||
Version: 0.1
|
||||
@ -11,7 +11,6 @@ URL: http://%{name}.freedesktop.org/
|
||||
Source0: wayland-%{gitdate}.tar.bz2
|
||||
Source1: make-git-snapshot.sh
|
||||
Patch0: wayland-no-clients.patch
|
||||
Patch1: wayland-install-compositor.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: pkgconfig(glesv2) pkgconfig(egl) pkgconfig(libffi)
|
||||
@ -73,7 +72,6 @@ Headers and symlinks for developing wayland server applications.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{gitdate}
|
||||
%patch0 -p1 -b .no-clients
|
||||
%patch1 -p1 -b .compositor
|
||||
|
||||
%build
|
||||
autoreconf -v --install
|
||||
@ -85,6 +83,9 @@ make %{?_smp_mflags}
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 0755 compositor/compositor $RPM_BUILD_ROOT%{_bindir}
|
||||
|
||||
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||
|
||||
%clean
|
||||
@ -131,7 +132,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libwayland-server.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 23 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2}
|
||||
* Tue Dec 21 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101221
|
||||
- Today's git snap
|
||||
|
||||
* Tue Nov 23 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101123
|
||||
- Today's git snap
|
||||
- Fix udev rule install (#653353)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user