Author: qboosh Date: Sat Oct 14 20:51:49 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - use individual dir - don't BR libX11-devel, xproto is sufficient - release 1
---- Files affected: SPECS: xorg-app-sessreg.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/xorg-app-sessreg.spec diff -u SPECS/xorg-app-sessreg.spec:1.4 SPECS/xorg-app-sessreg.spec:1.5 --- SPECS/xorg-app-sessreg.spec:1.4 Thu Jan 12 14:21:59 2006 +++ SPECS/xorg-app-sessreg.spec Sat Oct 14 22:51:44 2006 @@ -3,15 +3,16 @@ Summary(pl): Aplikacja sessreg Name: xorg-app-sessreg Version: 1.0.0 -Release: 0.1 +Release: 1 License: MIT Group: X11/Applications -Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/app/sessreg-%{version}.tar.bz2 +Source0: http://xorg.freedesktop.org/releases/individual/app/sessreg-%{version}.tar.bz2 # Source0-md5: 15c8032bbf5197e8fb5d071d9500a880 URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: sed >= 4.0 BuildRequires: xorg-proto-xproto-devel BuildRequires: xorg-util-util-macros >= 0.99.2 Obsoletes: X11-sessreg @@ -28,6 +29,9 @@ %prep %setup -q -n sessreg-%{version} +# xproto is sufficient +sed -i -e 's/ x11/ xproto/' configure.ac + %build %{__aclocal} %{__autoconf} @@ -58,6 +62,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2006/10/14 20:51:44 qboosh +- use individual dir +- don't BR libX11-devel, xproto is sufficient +- release 1 + Revision 1.4 2006/01/12 13:21:59 qboosh - 1.0.0 (X11R7.0 release) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-app-sessreg.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
