wayland 0.95.0 (#843738)
This commit is contained in:
parent
e1c6e0e9f4
commit
976aec9296
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/wayland-20101221.tar.bz2
|
/wayland-20101221.tar.bz2
|
||||||
/wayland-0.85.0.tar.gz
|
/wayland-0.85.0.tar.gz
|
||||||
/wayland-20120424.tar.bz2
|
/wayland-20120424.tar.bz2
|
||||||
|
/wayland-0.95.0.tar.xz
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
7576de8e840e372bea8179aa9218c9d7 wayland-20120424.tar.bz2
|
7576de8e840e372bea8179aa9218c9d7 wayland-20120424.tar.bz2
|
||||||
|
23d6bcd500db9d1bb13e9b89722331dc wayland-0.95.0.tar.xz
|
||||||
|
38
wayland.spec
38
wayland.spec
@ -1,8 +1,8 @@
|
|||||||
%global gitdate 20120424
|
#global gitdate 20120424
|
||||||
|
|
||||||
Name: wayland
|
Name: wayland
|
||||||
Version: 0.89.0
|
Version: 0.95.0
|
||||||
Release: 2%{?gitdate:.%{gitdate}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -11,7 +11,7 @@ URL: http://%{name}.freedesktop.org/
|
|||||||
%if 0%{?gitdate}
|
%if 0%{?gitdate}
|
||||||
Source0: wayland-%{gitdate}.tar.bz2
|
Source0: wayland-%{gitdate}.tar.bz2
|
||||||
%else
|
%else
|
||||||
Source0: http://cgit.freedesktop.org/wayland/wayland/snapshot/%{name}-%{version}.tar.gz
|
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
|
|
||||||
@ -42,6 +42,12 @@ License: MIT
|
|||||||
%description -n libwayland-client
|
%description -n libwayland-client
|
||||||
Wayland client library
|
Wayland client library
|
||||||
|
|
||||||
|
%package -n libwayland-cursor
|
||||||
|
Summary: Wayland cursor library
|
||||||
|
License: MIT
|
||||||
|
%description -n libwayland-cursor
|
||||||
|
Wayland cursor library
|
||||||
|
|
||||||
%package -n libwayland-server
|
%package -n libwayland-server
|
||||||
Summary: Wayland server library
|
Summary: Wayland server library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -56,6 +62,14 @@ Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
|||||||
%description -n libwayland-client-devel
|
%description -n libwayland-client-devel
|
||||||
Headers and symlinks for developing wayland client applications.
|
Headers and symlinks for developing wayland client applications.
|
||||||
|
|
||||||
|
%package -n libwayland-cursor-devel
|
||||||
|
Summary: Headers and symlinks for developing wayland cursor applications
|
||||||
|
License: MIT
|
||||||
|
Requires: libwayland-cursor%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: wayland-devel%{?_isa} = %{version}-%{release}
|
||||||
|
%description -n libwayland-cursor-devel
|
||||||
|
Headers and symlinks for developing wayland cursor applications.
|
||||||
|
|
||||||
%package -n libwayland-server-devel
|
%package -n libwayland-server-devel
|
||||||
Summary: Headers and symlinks for developing wayland server applications
|
Summary: Headers and symlinks for developing wayland server applications
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -66,7 +80,6 @@ Headers and symlinks for developing wayland server applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||||
rm spec/.gitignore
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install
|
autoreconf -v --install
|
||||||
@ -92,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README TODO spec
|
%doc README TODO
|
||||||
%doc %{_datadir}/doc/wayland/*
|
%doc %{_datadir}/doc/wayland/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -108,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libwayland-client.so.0*
|
%{_libdir}/libwayland-client.so.0*
|
||||||
|
|
||||||
|
%files -n libwayland-cursor
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/libwayland-cursor.so.0*
|
||||||
|
|
||||||
%files -n libwayland-server
|
%files -n libwayland-server
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libwayland-server.so.0*
|
%{_libdir}/libwayland-server.so.0*
|
||||||
@ -118,6 +135,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libwayland-client.so
|
%{_libdir}/libwayland-client.so
|
||||||
%{_libdir}/pkgconfig/wayland-client.pc
|
%{_libdir}/pkgconfig/wayland-client.pc
|
||||||
|
|
||||||
|
%files -n libwayland-cursor-devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_includedir}/wayland-cursor*.h
|
||||||
|
%{_libdir}/libwayland-cursor.so
|
||||||
|
%{_libdir}/pkgconfig/wayland-cursor.pc
|
||||||
|
|
||||||
%files -n libwayland-server-devel
|
%files -n libwayland-server-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/wayland-server*.h
|
%{_includedir}/wayland-server*.h
|
||||||
@ -125,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/wayland-server.pc
|
%{_libdir}/pkgconfig/wayland-server.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 0.95.0-1
|
||||||
|
- wayland 0.95.0 (#843738)
|
||||||
|
|
||||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89.0-2.20120424
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89.0-2.20120424
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user