.gear/rules | 2 + .../tags/71b07bea6ae3a93529c8e17ad7653ec58d91e4ba | 13 +++ .gear/tags/list | 1 + Makefile.am | 2 - xrandr.spec | 90 ++++++++++++++++++++ 5 files changed, 106 insertions(+), 2 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..f78a96e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @name@-@version@:. +diff: @name@-@version@:. . diff --git a/.gear/tags/71b07bea6ae3a93529c8e17ad7653ec58d91e4ba b/.gear/tags/71b07bea6ae3a93529c8e17ad7653ec58d91e4ba new file mode 100644 index 0000000..d0a33ec --- /dev/null +++ b/.gear/tags/71b07bea6ae3a93529c8e17ad7653ec58d91e4ba @@ -0,0 +1,13 @@ +object 5da0cb3533aa829588b2e6d715d511691fa1e45f +type commit +tag xrandr-1.3.2 +tagger Matthias Hopf 1252581535 +0200 + +xrandr 1.3.2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEABECAAYFAkqo4J8ACgkQxkMf1gBwtnWKHgCgk6loqLb/kWyNRw4fpAKlo0X1 +tdMAn3cFQRninJpO7knCEqJdjigfGZ2L +=LGgF +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..691623c --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +71b07bea6ae3a93529c8e17ad7653ec58d91e4ba xrandr-1.3.2 diff --git a/Makefile.am b/Makefile.am index bc22c6a..3a4db17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,6 @@ bin_PROGRAMS = xrandr -bin_SCRIPTS = xkeystone - xkeystone: keystone.5c (echo '#!/usr/bin/env nickle'; cat ${srcdir}/keystone.5c) > $@ chmod +x $@ diff --git a/xrandr.spec b/xrandr.spec new file mode 100644 index 0000000..b4d5d63 --- /dev/null +++ b/xrandr.spec @@ -0,0 +1,90 @@ +Name: xrandr +Version: 1.3.2 +Release: alt2 +Summary: primitive command line interface to RandR extension +License: MIT/X11 +Group: System/X11 +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: libXrandr-devel libXrender-devel xorg-util-macros + +%description +Xrandr is used to set the screen size, orientation and/or reflection. +The -s option is a small integer index used to specify which size the +screen should be set to. To find out what sizes are available, use the +-q option, which reports the sizes available, the current rotation, and +the possible rotations and reflections. The default size is the first +size specified in the list. The -o option is used to specify the ori- +entation of the screen, and can be one of "normal inverted left right 0 +1 2 3". + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure + +%make_build + +%install +%make DESTDIR=%buildroot install + +%files +%_bindir/* +%_man1dir/* + +%changelog +* Sun Sep 13 2009 Valery Inozemtsev 1.3.2-alt2 +- removed xkeystone (closes: #21549) + +* Fri Sep 11 2009 Valery Inozemtsev 1.3.2-alt1 +- 1.3.2 + +* Tue Aug 11 2009 Valery Inozemtsev 1.3.1-alt1 +- 1.3.1 + +* Thu Apr 02 2009 Valery Inozemtsev 1.3.0-alt1 +- 1.3.0 + +* Sun Feb 01 2009 Valery Inozemtsev 1.2.99.4-alt1 +- 1.2.99.4 + +* Tue Jan 13 2009 Valery Inozemtsev 1.2.99.3-alt1 +- 1.2.99.3 + +* Wed Aug 20 2008 Valery Inozemtsev 1.2.3-alt2 +- updated manpage + +* Sat Mar 08 2008 Valery Inozemtsev 1.2.3-alt1 +- 1.2.3 + +* Thu Jan 03 2008 Valery Inozemtsev 1.2.2-alt2 +- GIT snapshot 2007-12-15 (close #13854) + +* Sat Aug 11 2007 Valery Inozemtsev 1.2.2-alt1 +- 1.2.2 + +* Thu Apr 26 2007 Valery Inozemtsev 1.2.0-alt3 +- GIT snapshot 2007-04-25 (739f01957c8ebd3b7bcecfd7ad8174884561f7db) + +* Fri Apr 20 2007 Valery Inozemtsev 1.2.0-alt2 +- GIT snapshot 2007-04-06 (49aab1e0e4cb2226d5bcc8e4e6217309fd23ce52) + +* Tue Mar 13 2007 Valery Inozemtsev 1.2.0-alt1 +- 1.2.0 + +* Thu Apr 27 2006 Valery Inozemtsev 1.0.2-alt1 +- 1.0.2 + +* Tue Mar 21 2006 Valery Inozemtsev 1.0.1-alt2 +- CVS snapshot 2006-03-20 + +* Wed Dec 28 2005 Valery Inozemtsev 1.0.1-alt1 +- Xorg-7.0 +