Blame README

rpm-build 07bc2b
General Information
rpm-build 07bc2b
===================
rpm-build 07bc2b
rpm-build 07bc2b
This is libgudev, a library providing GObject bindings for libudev. It
rpm-build 07bc2b
used to be part of udev, then merged into systemd. It's now a project
rpm-build 07bc2b
on its own.
rpm-build 07bc2b
rpm-build 07bc2b
The official download locations are:
rpm-build 07bc2b
  http://download.gnome.org/sources/libgudev
rpm-build 07bc2b
rpm-build 07bc2b
The official web site is:
rpm-build 07bc2b
  http://wiki.gnome.org/Projects/libgudev
rpm-build 07bc2b
rpm-build 07bc2b
Installation
rpm-build 07bc2b
============
rpm-build 07bc2b
rpm-build 07bc2b
  % tar xJf libgudev-<version>.tar.xz       # unpack the sources
rpm-build 07bc2b
  % cd libgudev-<version>                   # change to the toplevel directory
rpm-build 07bc2b
  % ./configure                             # run the `configure' script
rpm-build 07bc2b
  % make                                    # build libgudev
rpm-build 07bc2b
rpm-build 07bc2b
  [ Become root if necessary ]
rpm-build 07bc2b
  % make install                            # install libgudev
rpm-build 07bc2b
rpm-build 07bc2b
libgudev requires:
rpm-build 07bc2b
  >=libudev-199
rpm-build 07bc2b
  >=glib2-2.22.0
rpm-build 07bc2b
  pkg-config
rpm-build 07bc2b
rpm-build 07bc2b
How to report bugs
rpm-build 07bc2b
==================
rpm-build 07bc2b
rpm-build 07bc2b
Bugs should be reported to the GNOME bug tracking system.
rpm-build 07bc2b
(http://bugzilla.gnome.org, product libgudev.) You will need
rpm-build 07bc2b
to create an account for yourself.
rpm-build 07bc2b
rpm-build 07bc2b
Patches
rpm-build 07bc2b
=======
rpm-build 07bc2b
rpm-build 07bc2b
Patches should also be submitted to bugzilla.gnome.org. If the
rpm-build 07bc2b
patch fixes an existing bug, add the patch as an attachment
rpm-build 07bc2b
to that bug report.
rpm-build 07bc2b
rpm-build 07bc2b
Otherwise, enter a new bug report that describes the patch,
rpm-build 07bc2b
and attach the patch to that bug report.
rpm-build 07bc2b
rpm-build 07bc2b
Patches should be in unified diff form. (The -up option to GNU diff.)