Author: qboosh Date: Fri Jan 7 16:45:59 2011 GMT Module: packages Tag: HEAD ---- Log message: - brought from the back by X.org - updated to 1.1.1
---- Files affected: packages/xorg-proto-evieext: xorg-proto-evieext.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: packages/xorg-proto-evieext/xorg-proto-evieext.spec diff -u /dev/null packages/xorg-proto-evieext/xorg-proto-evieext.spec:1.20 --- /dev/null Fri Jan 7 17:45:59 2011 +++ packages/xorg-proto-evieext/xorg-proto-evieext.spec Fri Jan 7 17:45:54 2011 @@ -0,0 +1,147 @@ +# $Revision$, $Date$ +Summary: EvIE extension headers +Summary(pl.UTF-8): Pliki nagłówkowe rozszerzenia EvIE +Name: xorg-proto-evieext +Version: 1.1.1 +Release: 1 +License: MIT +Group: X11/Development/Libraries +Source0: http://xorg.freedesktop.org/releases/individual/proto/evieext-%{version}.tar.bz2 +# Source0-md5: 98bd86a13686f65f0873070fdee6efc7 +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.60 +BuildRequires: automake +BuildRequires: xorg-util-util-macros >= 1.3 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Extended Visual Information Extension (XEVIE) defines a protocol for a +client to determine information about core X visuals beyond what the +core protocol provides. + +%description -l pl.UTF-8 +Rozszerzenie XEVIE (Extended Visual Information Extension) definiuje +protokół pozwalający klientowi poznać informacje o poszczególnych +ekranach X ukrytych za protokołem. + +%package devel +Summary: EvIE extension headers +Summary(pl.UTF-8): Pliki nagłówkowe rozszerzenia EvIE +Group: X11/Development/Libraries +Requires: xorg-proto-xproto-devel + +%description devel +Extended Visual Information Extension (XEVIE) defines a protocol for a +client to determine information about core X visuals beyond what the +core protocol provides. + +%description devel -l pl.UTF-8 +Rozszerzenie XEVIE (Extended Visual Information Extension) definiuje +protokół pozwalający klientowi poznać informacje o poszczególnych +ekranach X ukrytych za protokołem. + +%prep +%setup -q -n evieext-%{version} + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + pkgconfigdir=%{_pkgconfigdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files devel +%defattr(644,root,root,755) +%doc COPYING ChangeLog README +%{_includedir}/X11/extensions/Xeviestr.h +%{_includedir}/X11/extensions/evieproto.h +%{_pkgconfigdir}/evieproto.pc + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.20 2011/01/07 16:45:54 qboosh +- brought from the back by X.org +- updated to 1.1.1 + +Revision 1.18 2009/09/28 23:09:44 qboosh +- util-macros version +- more verbose files +- EvIE is an extension + +Revision 1.17 2009/09/04 10:02:00 arekm +- up to 1.1.0 + +Revision 1.16 2008/07/27 22:18:12 arekm +- release 2 + +Revision 1.15 2007-02-12 22:09:24 glen +- tabs in preamble + +Revision 1.14 2007/02/12 01:06:40 baggins +- converted to UTF-8 + +Revision 1.13 2006/05/14 17:11:09 arekm +- no more X11R7.0 in setup + +Revision 1.12 2006/05/08 17:07:57 arekm +- update md5sum for individual files. + +Revision 1.11 2006/05/08 17:00:03 arekm +- switch to individual files + +Revision 1.10 2006/02/03 20:26:25 pluto +- release 1. + +Revision 1.9 2005/12/22 12:57:50 qboosh +- sources from X11R7.0 release + +Revision 1.8 2005/12/19 15:39:59 qboosh +- 1.0.2 (X11R7.0-RC4) + +Revision 1.7 2005/10/22 17:59:03 qboosh +- pkgconfig epoch + +Revision 1.6 2005/10/20 12:46:07 qboosh +- BR: autoconf >= 2.57 + +Revision 1.5 2005/10/20 11:26:11 qboosh +- 1.0.1 (X11R7.0-RC1) + +Revision 1.4 2005/08/27 19:32:50 wiget +- kill /usr/X11R6 + +Revision 1.3 2005/08/27 17:42:48 wiget +- s/pkg-config/pkgconfig/ in BR: + +Revision 1.2 2005/08/27 16:12:43 qboosh +- cleanups + +Revision 1.1 2005/08/15 12:17:57 arekm +- new try +- all xorg files prefixed with xorg-kind_of_package where kind of package can be seen at http://xorg.freedesktop.org/X11R7.0-RC0/ + +Revision 1.1 2005/08/14 22:46:41 arekm +- modular xorg specs + +* Fri Aug 12 2005 08:57:47 Tomasz Trojanowski <[email protected]> +- fixed summaries and descriptions +- defined %%{_prefix} +- release 0.02 + +* Fri Aug 5 2005 11:59:36 Tomasz Trojanowski <[email protected]> +- initial release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-proto-evieext/xorg-proto-evieext.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
