weston 1.0.6
This commit is contained in:
@@ -3,3 +3,4 @@
|
|||||||
/weston-0.99.0.tar.xz
|
/weston-0.99.0.tar.xz
|
||||||
/weston-1.0.0.tar.xz
|
/weston-1.0.0.tar.xz
|
||||||
/weston-1.0.5.tar.xz
|
/weston-1.0.5.tar.xz
|
||||||
|
/weston-1.0.6.tar.xz
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2f70393d577f06f89dc011ab6fec2bfa weston-1.0.5.tar.xz
|
63202129d66d5514e572814da5dfa1f7 weston-1.0.6.tar.xz
|
||||||
|
|||||||
+22
-5
@@ -1,7 +1,7 @@
|
|||||||
#define gitdate 20120424
|
#define gitdate 20120424
|
||||||
|
|
||||||
Name: weston
|
Name: weston
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 1%{?alphatag}%{?dist}
|
Release: 1%{?alphatag}%{?dist}
|
||||||
Summary: Reference compositor for Wayland
|
Summary: Reference compositor for Wayland
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@@ -14,8 +14,8 @@ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.x
|
|||||||
%endif
|
%endif
|
||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
|
|
||||||
# git diff-tree -p 1.0.5..origin/1.0 > weston-$(git describe origin/1.0).patch
|
# git diff-tree -p 1.0.6..origin/1.0 > weston-$(git describe origin/1.0).patch
|
||||||
Patch0: weston-1.0.5-11-g9a576c3.patch
|
#Patch0: weston-1.0.5-11-g9a576c3.patch
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: cairo-devel >= 1.10.0
|
BuildRequires: cairo-devel >= 1.10.0
|
||||||
@@ -51,9 +51,15 @@ BuildRequires: systemd-devel
|
|||||||
Weston is the reference wayland compositor that can run on KMS, under X11
|
Weston is the reference wayland compositor that can run on KMS, under X11
|
||||||
or under another compositor.
|
or under another compositor.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Common headers for weston
|
||||||
|
License: MIT
|
||||||
|
%description devel
|
||||||
|
Common headers for weston
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||||
%patch0 -p1 -b .git
|
#%patch0 -p1 -b .git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# temporary force to pick up configure.ac changes
|
# temporary force to pick up configure.ac changes
|
||||||
@@ -92,7 +98,18 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
|||||||
%{_datadir}/weston/*.png
|
%{_datadir}/weston/*.png
|
||||||
%{_datadir}/weston/wayland.svg
|
%{_datadir}/weston/wayland.svg
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_includedir}/weston/compositor.h
|
||||||
|
%{_includedir}/weston/config-parser.h
|
||||||
|
%{_includedir}/weston/matrix.h
|
||||||
|
%{_includedir}/weston/version.h
|
||||||
|
%{_libdir}/pkgconfig/weston.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 27 2013 Richard Hughes <richard@hughsie.com> 1.0.6-1
|
||||||
|
- weston 1.0.6
|
||||||
|
|
||||||
* Thu Feb 21 2013 Adam Jackson <ajax@redhat.com> 1.0.5-1
|
* Thu Feb 21 2013 Adam Jackson <ajax@redhat.com> 1.0.5-1
|
||||||
- weston 1.0.5+ (actually tip of 1.0 branch)
|
- weston 1.0.5+ (actually tip of 1.0 branch)
|
||||||
|
|
||||||
@@ -114,7 +131,7 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
|||||||
* Thu Oct 18 2012 Adam Jackson <ajax@redhat.com> 0.99.0-1
|
* Thu Oct 18 2012 Adam Jackson <ajax@redhat.com> 0.99.0-1
|
||||||
- weston 0.99.0
|
- weston 0.99.0
|
||||||
|
|
||||||
* Tue Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.95.0-3
|
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.95.0-3
|
||||||
- add libXcursor-devel as BR
|
- add libXcursor-devel as BR
|
||||||
|
|
||||||
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.95.0-2
|
* Mon Sep 17 2012 Thorsten Leemhuis <fedora@leemhuis.info> 0.95.0-2
|
||||||
|
|||||||
Reference in New Issue
Block a user