123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514 |
- Summary: A graphical interface for configuring the X Window System display
- Summary(ja): X ウィンドウシステムのディスプレイを設定するためのグラフィカルインタフェース
- Name: system-config-display
- Version: 1.1.3
- Release: 5%{?_dist_release}
- URL: http://fedoraproject.org/wiki/SystemConfig/Tools
- License: GPL
- ExclusiveOS: Linux
- Group: System Environment/Base
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildArch: noarch
- Source0: http://fedorahosted.org/releases/s/y/%{name}/%{name}-%{version}.tar.bz2
- Patch10: system-config-display-1.1.3-check-DISPLAY.patch
- ExcludeArch: s390 s390x
- BuildRequires: desktop-file-utils
- BuildRequires: intltool, gettext
- Requires: pygtk2 >= 1.99.11
- Requires: pygtk2-libglade
- Requires: python
- Requires: usermode >= 1.98
- Requires: usermode-gtk
- Requires: hwdata
- Requires: dbus-python
- Requires: pyxf86config >= 0.3.16
- Requires: rhpl >= 0.170-1
- Requires: rhpxl >= 0.34-1
- Requires: xorg-x11-server-Xorg
- Requires: metacity
- Requires: gtk2 >= 2.6
- Requires: hicolor-icon-theme
- %description
- system-config-display is a graphical application for configuring an
- X Window System X server display.
- %prep
- %setup -q
- %patch10 -p1
- for i in src/* ;do
- perl -pi -e 's|python2|python|g' $i
- done
- %build
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- make INSTROOT=$RPM_BUILD_ROOT install
- desktop-file-install --vendor "" --delete-original \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications \
- --remove-category Application \
- --remove-category SystemSetup \
- --add-category Settings \
- $RPM_BUILD_ROOT%{_datadir}/applications/system-config-display.desktop
- chmod a-x $RPM_BUILD_ROOT%{_datadir}/system-config-display/pixmaps/*
- %find_lang %name
- %clean
- rm -rf $RPM_BUILD_ROOT
- %postun
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x /usr/bin/gtk-update-icon-cache -a -e %{_datadir}/icons/hicolor ]; then
- gtk-update-icon-cache -q %{_datadir}/icons/hicolor
- fi
- %post
- touch --no-create %{_datadir}/icons/hicolor
- if [ -x /usr/bin/gtk-update-icon-cache -a -e %{_datadir}/icons/hicolor ]; then
- gtk-update-icon-cache -q %{_datadir}/icons/hicolor
- fi
- %files -f %{name}.lang
- %defattr(-,root,root)
- %{_bindir}/system-config-display
- %{_datadir}/system-config-display
- %{_datadir}/applications/*
- %attr(0644,root,root) %config /etc/security/console.apps/system-config-display
- %attr(0644,root,root) %config /etc/pam.d/system-config-display
- %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-display.png
- %changelog
- * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-5
- - rebuild with python-2.7.2
- * Sun May 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-4
- - change Requires: xorg-x11-server-Xorg instead of /usr/bin/Xorg
- * Sat Apr 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-3
- - rebuild for Vine 6
- * Mon Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-2
- - add Patch10 to run on no-X environment. (<BTS:760>)
- * Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-1
- - new upstream release
- - remove obsolete patches
- * Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.51-2
- - require usermode >= 1.98
- * Tue Aug 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.51-1
- - initial build for Vine Linux
- * Sun Apr 06 2008 Adam Jackson <ajax@redhat.com> 1.0.51-9
- - scd-1.0.51-backtick.patch: Fix unicode hilarity. (#441060)
- * Thu Mar 27 2008 Bill Nottingham <notting@redhat.com> 1.0.51-8
- - don't use rhpxl.mouse any more
- * Mon Feb 25 2008 Adam Jackson <ajax@redhat.com> 1.0.51-7
- - scd-1.0.51-unkudzify.patch: Replace kudzu dependency with dbus dependency.
- - Fix the chmod fix from -6 to, you know, work.
- * Tue Feb 12 2008 Adam Jackson <ajax@redhat.com> 1.0.51-6
- - Clear executable bit from the icons. (#429875)
- * Tue Jan 22 2008 Adam Jackson <ajax@redhat.com> 1.0.51-5
- - scd-1.0.51-config-util.patch: Update for new usermode. (#428397)
- * Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.51-4
- - Un-Require: redhat-artwork, we don't actually require it. (#314001)
- * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 1.0.51-3
- - Remove ppc64 from ExcludeArch.
- * Wed Jun 27 2007 Matthias Clasen <mclasen@redhat.com> 1.0.51-2
- - Fix up categories in desktop file
- * Wed Apr 11 2007 Adam Jackson <ajax@redhat.com> 1.0.51-1
- - Load the mouse and keyboard configs from the config file, so as not to
- clobber them. (#145316)
- * Wed Mar 28 2007 Jeremy Katz <katzj@redhat.com> - 1.0.50-1
- - start X server with a black background; we don't need xsri anymore
- * Thu Mar 22 2007 Adam Jackson <ajax@redhat.com> 1.0.49-1
- - Package review cleanups.
- * Mon Jan 29 2007 Adam Jackson <ajax@redhat.com>
- - Copy instead of rename when doing backup of xorg.conf, in case the user has
- it as a symlink. (#181965)
- * Fri Dec 15 2006 Adam Jackson <ajax@redhat.com> 1.0.48-2
- - Rebuild for translations.
- * Fri Dec 8 2006 Adam Jackson <ajax@redhat.com>
- - Add dist tag to Release.
- * Thu Dec 7 2006 Adam Jackson <ajax@redhat.com> 1.0.48-1
- - Import old driver list code from rhpxl. (#218241)
- * Wed Dec 6 2006 Adam Jackson <ajax@redhat.com> 1.0.47-1
- - Fail gracefully on machines with no video.
- * Tue Nov 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.46-1
- - Fix mnemonic for the color depth combo on the last tab (#216391)
- * Wed Sep 13 2006 Adam Jackson <ajackson@redhat.com> 1.0.45-1
- - Refresh the mode state before first paint, to give rhpxl a chance to ask
- RANDR for the current mode.
- * Mon Aug 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.44-1
- - Unpack properly when given a refresh rate instead of a refresh range.
- * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.43-1
- - Drop 8bpp support.
- - Simplify monitor selection view.
- - Fix initial window sizing to be large enough for all fields.
- * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 1.0.42-1
- - Align lists correctly in RTL locales. (#202754)
- * Thu Aug 3 2006 Bill Nottingham <notting@redhat.com> 1.0.41-1
- - adjust to new rhpxl (<clumens@redhat.com>)
- - work with newer, sparser, config files
- - when dealing with autoprobed monitors, pull current resolution from randr
- * Wed Jul 26 2006 Chris Lumens <clumens@redhat.com> 1.0.38-1
- - Fix CHARSET in te and kn translations (#200203).
- - Add gettext to buildrequires.
- * Thu Mar 09 2006 Chris Lumens <clumens@redhat.com> 1.0.37-2
- - Add back spec file parts that got lost on last rebuild.
- * Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 1.0.37-1
- - Initialize monitor name label to something other than unknown if we
- really know what it is.
- * Fri Mar 03 2006 Martin Stransky <stransky@redhat.com> 1.0.36-3
- - added pam fix (#170625)
- - fix prereq (#182861, #182862)
- * Wed Feb 22 2006 Chris Lumens <clumens@redhat.com> 1.0.36-2
- - Add rhpxl to requires
- * Fri Jan 27 2006 Paul Nasrat <pnasrat@redhat.com> - 1.0.36-1
- - Rebuild for translations
- - Fix reconfig mode
- * Thu Jan 12 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.35-1
- - Rebuild
- * Tue Jan 10 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.34-1
- - Some s/rhpl/rhpxl/ type changes
- * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> - 1.0.33-1
- - minor changes needed for modular X
- * Wed Sep 21 2005 Bill Nottingham <notting@redhat.com> 1.0.32-1
- - Fix up some leftover code that still needed migration (#168932)
- * Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 1.0.31-1
- - Adapt to new kudzu video driver probing, and new rhpl
- * Mon Jun 27 2005 Soren Sandmann <sandmann@redhat.com> 1.0.30-1
- - Add ppc64 to ExcludeArchs
- * Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 1.0.29-1
- - put scriptlets from distcvs in this specfile
- * Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 1.0.28-1
- - fix typo in cleanup leading to traceback (#157423)
- * Thu Apr 28 2005 Soren Sandmann <sandmann@redhat.com> 1.0.26-1
- - Clean up deprecation warnings (#153937)
- * Tue Jan 04 2005 Paul Nasrat <pnasrat@redhat.com> 1.0.25-1
- - Only merge hardware_state if defined (#143944)
- - Only print card if verbose (#143271)
- * Mon Nov 15 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.24-1
- - Dual Head patch for testing thanks to Marc Andre Morissette (#136916)
- * Tue Oct 19 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.23-1
- - Firstboot - re-read config so both kbd and display changes persist (#135361)
- * Thu Oct 14 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.22-1
- - Depth callback patch from twaugh (#128650)
- * Fri Oct 01 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.21-1
- - fix mouse traceback
- * Tue Sep 07 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.20-1
- - Refactor some stuff into rhpl
- - Don't override driver changes unless in reconfig (#127779)
-
- * Tue Sep 07 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.19-1
- - Translatable desktop
- - Layout changes for firstboot screen
- * Thu Aug 19 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.18-2
- - Ensure selection string translatable
- * Thu Aug 19 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.18-1
- - Monitor selection for first boot
- * Fri Jun 25 2004 Brent Fox <bfox@redhat.com> - 1.0.17-1
- - initialize self.probed_path in videocardDialog.py (bug #113695)
- * Wed Jun 23 2004 Brent Fox <bfox@redhat.com> - 1.0.16-1
- - reduce size of monitor-off.png and monitor-on.png to fit in 640x480 (bug #122142)
- * Mon Jun 14 2004 Brent Fox <bfox@redhat.com> - 1.0.15-2
- - set the text domain for xconf.py and xConfigDialog.py (bug #123494)
- * Wed Jun 2 2004 Alex Larsson <alexl@redhat.com> 1.0.15-1
- - fix --reconfig and catch some exceptions for readonly root
- * Tue May 25 2004 Brent Fox <bfox@redhat.com> 1.0.14-2
- - add BuildRequires for desktop-file-utils (bug# 124181)
- * Fri Apr 30 2004 Brent Fox <bfox@redhat.com> 1.0.14-1
- - do not write out extra XF86Config file during firstboot (bug #121729)
- * Tue Apr 20 2004 Brent Fox <bfox@redhat.com> 1.0.13-3
- - Do not write out XkbRules line to config file, as it is unnecessary to hard
- code the rules file, which has a built in default which should always
- work. (#120858)
- * Wed Apr 14 2004 Brent Fox <bfox@redhat.com> 1.0.13-2
- - update requires for new pyxf86config
- * Tue Apr 13 2004 Brent Fox <bfox@redhat.com> 1.0.13-1
- - make changes for XFree86 -> Xorg conversion
- * Thu Apr 8 2004 Brent Fox <bfox@redhat.com> 1.0.12-2
- - fix icon path (bug #120174)
- * Tue Mar 23 2004 Brent Fox <bfox@redhat.com> 1.0.12-1
- - filter out duplicate monitor entries (bug #118976)
- * Wed Mar 17 2004 Mike A. Harris <mharris@redhat.com> 1.0.11-1
- - Change Requires: XFree86 to Requires: /usr/X11R6/bin/XFree86, which is
- what it appears from the sources is being called. That will need to change
- when the server gets renamed, so it should be implemented IMHO in a way
- that is not hard coded. This should suffice for now however.
- - Changed package description to remove "XFree86" name and replace it with
- generic "X Window System X server" term.
- - Added the "via", and "voodoo" drivers that were missing to internal driver
- list in videocardDialog.py. The list is still missing stuff though, but
- those sprung to mind.
- - Added force-tag target to Makefile with tag -cF
- - Added tag target without -F to Makefile
- - Removed -F from archive target as that can potentially blow away an already
- tagged and released version from the repository if someone accidentally
- does a "make archive" without updating the spec file Version: field like
- I just about did. ;o)
- * Mon Mar 1 2004 Brent Fox <bfox@redhat.com> 1.0.10-1
- - sanity check the monitor selection (bug #112314)
- * Mon Mar 1 2004 Brent Fox <bfox@redhat.com> 1.0.9-3
- - remove Requires on system-config-mouse
- * Fri Feb 27 2004 Brent Fox <bfox@redhat.com> 1.0.9-2
- - another stab at the dual-head code
- * Thu Feb 26 2004 Brent Fox <bfox@redhat.com> 1.0.9-1
- - write out "Screen" entry for dual-head cards
- * Tue Feb 24 2004 Brent Fox <bfox@redhat.com> 1.0.8-1
- - start up metacity to make the windows look nice (bug #108206)
- * Thu Feb 19 2004 Brent Fox <bfox@redhat.com> 1.0.7-1
- - don't import rhpl.mouse in xconf.py
- * Tue Feb 17 2004 Brent Fox <bfox@redhat.com> 1.0.6-1
- - write XF86Config to the correct path (bug #115501)
- * Fri Jan 30 2004 Brent Fox <bfox@redhat.com> 1.0.5-1
- - correct naming in the spec file description
- * Thu Dec 4 2003 Brent Fox <bfox@redhat.com> 1.0.4-1
- - add code to apply changes made in the firstboot display screen
- * Tue Dec 2 2003 Brent Fox <bfox@redhat.com> 1.0.3-1
- - add code to pull display notebook page into firstboot
- * Thu Nov 20 2003 Brent Fox <bfox@redhat.com> 1.0.2-1
- - fix path problem
- * Wed Nov 19 2003 Brent Fox <bfox@redhat.com> 1.0.1-1
- - rename from redhat-config-xfree86 to system-config-display
- - add Obsoletes for redhat-config-xfree86
- - make changes for Python2
- * Thu Oct 23 2003 Brent Fox <bfox@redhat.com> 0.9.15-1
- - work around cards with no driver entries (bug #106501)
- * Thu Oct 23 2003 Brent Fox <bfox@redhat.com> 0.9.14-1
- - check length of list before removing items (bug #107790)
- * Thu Oct 16 2003 Brent Fox <bfox@redhat.com> 0.9.13-1
- - allow dualhead to be disabled (bug #107261)
- * Wed Oct 15 2003 Brent Fox <bfox@redhat.com> 0.9.12-1
- - fix bug #106884 for real this time
- * Tue Oct 14 2003 Brent Fox <bfox@redhat.com> 0.9.11-1
- - package lightrays.png inside redhat-config-xfree86
- * Mon Oct 13 2003 Brent Fox <bfox@redhat.com> 0.9.10-1
- - make sure current is initialized (bug #106884)
- * Mon Oct 6 2003 Brent Fox <bfox@redhat.com> 0.9.9-3
- - add a Requires for XFree86 (bug #105992)
- * Mon Oct 6 2003 Brent Fox <bfox@redhat.com> 0.9.9-2
- - finish up the dual-head code
- - catch case of having no layout options
- * Thu Oct 2 2003 Brent Fox <bfox@redhat.com> 0.9.9-1
- - first stab at multihead code
- - commit some additional monitor icons
- * Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 0.9.8-1
- - tag on every build
- * Thu Jun 5 2003 Brent Fox <bfox@redhat.com> 0.9.7-1
- - see if we have the name for an unprobed monitor
- * Tue Jun 3 2003 Brent Fox <bfox@redhat.com> 0.9.6-1
- - only offer the resolutions that we know to be reasonable for the selected monitor (bug #88269)
- * Fri May 30 2003 Brent Fox <bfox@redhat.com> 0.9.5-1
- - big UI changes
- - make room in the UI for multihead stuff
- * Wed May 28 2003 Brent Fox <bfox@redhat.com> 0.7.6-1
- - add an ExcludeArch for s390 and s390x (bug #91811)
- * Fri May 23 2003 Brent Fox <bfox@redhat.com> 0.7.5-1
- - turn on horizontal scrolling in videocard window
- - initialize dpi measurement option menu correctly (bug #90190)
- * Wed May 21 2003 Michael Fulbright <msf@redhat.com> 0.7.4-1
- - converted to use new way of representing Generic monitors in MonitorsDB
- * Tue Feb 4 2003 Brent Fox <bfox@redhat.com> 0.7.3-2
- - paint the background with lightrays.png
- * Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 0.7.3-1
- - bump and build
- * Tue Jan 21 2003 Brent Fox <bfox@redhat.com> 0.7.2-3
- - add closing parenthesis (bug #80398)
- * Mon Jan 20 2003 Brent Fox <bfox@redhat.com> 0.7.2-2
- - iterate through available video cards until one works
- - clean up the output
- * Fri Jan 17 2003 Brent Fox <bfox@redhat.com> 0.7.1-6
- - make monitor dialog a little larger and allow horz. scrolling (bug #82112)
- * Tue Jan 14 2003 Brent Fox <bfox@redhat.com> 0.7.1-5
- - fixed desktop file icon
- * Thu Jan 9 2003 Jeremy Katz <katzj@redhat.com> 0.7.1-4
- - import rhpl.monitor
- * Mon Jan 6 2003 Brent Fox <bfox@redhat.com> 0.7.1-3
- - try to read the XMOUSETYPE from /etc/sysconfig/mouse (bug #74992)
- * Sun Jan 5 2003 Brent Fox <bfox@redhat.com> 0.7.1-2
- - fix the dialog centering code
- - connect the resolution menu to update_ui so the screenshot gets refreshed
- * Sun Jan 5 2003 Brent Fox <bfox@redhat.com> 0.7.1-1
- - change radio buttons to OptionMenus
- * Fri Jan 3 2003 Brent Fox <bfox@redhat.com> 0.7.0-6
- - default to us keyboard if /etc/sysconfig/keyboard contains a keyboard unknown to rhpl (bug #80993)
- * Sun Dec 22 2002 Brent Fox <bfox@redhat.com> 0.7.0-5
- - change xconfig.comment to reflect that redhat-config-xfree86 made the change
- * Fri Dec 20 2002 Brent Fox <bfox@redhat.com> 0.7.0-4
- - call mouse.read() if probing didn't return a valid DEVICE info (bug #80115)
- - import string in videocardDialog.py
- - pass hardware_state into VideocardDialog
- * Thu Dec 19 2002 Brent Fox <bfox@redhat.com> 0.7.0-2
- - made some ui cleanups that keeps the dialog from resizing while changing resolutions
- - removed all the autoconf stuff and replaced it with simpler Makefile and spec file
- - rebuild for completeness
- * Fri Dec 13 2002 Brent Fox <bfox@redhat.com> 0.7.0-1
- - pulled the classes out into their own files to make it more understandable
- * Tue Nov 12 2002 Michael Fulbright <msf@redhat.com> 0.6.9-1
- - migrated to new rhpl based backend
- * Tue Nov 5 2002 Alexander Larsson <alexl@redhat.com>
- - Fixed some small bugs
- * Thu Sep 5 2002 Alexander Larsson <alexl@redhat.com>
- - Require pygtk2-libglade
- * Fri Aug 30 2002 Jeremy Katz <katzj@redhat.com> 0.6.6-1
- - create /etc/X11/X symlink (#73108)
- * Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 0.6.5-1
- - Fix DRI state changes. (#72255)
- * Tue Aug 27 2002 Alexander Larsson <alexl@redhat.com> 0.6.4-1
- - Fix XF86Option typo (#72243)
- * Mon Aug 26 2002 Alexander Larsson <alexl@redhat.com> 0.6.3-1
- - Fixes bug #72456
- * Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 0.6.2-1
- - Fixed part of Bug #72275, the rest is in Gtk+.
- * Wed Aug 21 2002 Preston Brown <pbrown@redhat.com> 0.6.1-1
- - fixed starting tool when XF86Config is corrupt (#71461)
- * Fri Aug 9 2002 Alexander Larsson <alexl@redhat.com> 0.6.0-1
- - Add 640x480 to list of resolutions
- - Kluge around treeview horizontal scroll bug in videocard dialog
- - set textdomain everywhere it is needed to make i18n work
- - Try --reconfig if starting an xserver with the current config file doesn't work.
- - Tell gdm to restart server on logout after we write the config file.
- * Tue Aug 6 2002 Preston Brown <pbrown@redhat.com> 0.5.2-1
- - output to XF86Config (not XF86Config-4) when using --reconfig
- * Fri Jul 19 2002 Alexander Larsson <alexl@redhat.com>
- - Obsolete Xconfigurator
- * Wed Jun 26 2002 Alexander Larsson <alexl@redhat.com> 0.3.1-1
- - Updated to use configure
- * Mon Jun 17 2002 Alexander Larsson <alexl@redhat.com>
- - Bumped version to 0.3.0
- * Thu May 30 2002 Alex Larsson <alexl@redhat.com>
- - Bumped to 0.2.2
- * Tue May 28 2002 Alex Larsson <alexl@redhat.com>
- - Update to version 0.2.0
- * Thu Apr 11 2002 Alex Larsson <alexl@redhat.com> 0.1.0-1
- - Initial release
- * Tue Apr 9 2002 Alex Larsson <alexl@redhat.com>
- - Initial specfile
|