aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-07-23 11:14:53 +0100
committerColin Guthrie <colin@mageia.org>2014-07-23 11:15:06 +0100
commitf4a067b541d1cd3339c69336484d180dfeeb58ae (patch)
tree98e01af50ecb14e9772363bf19d5f8a3a3234aaa /README
parentd051cc37107dabfab411f4a43dae6766455239d7 (diff)
downloadrpm-setup-f4a067b541d1cd3339c69336484d180dfeeb58ae.tar
rpm-setup-f4a067b541d1cd3339c69336484d180dfeeb58ae.tar.gz
rpm-setup-f4a067b541d1cd3339c69336484d180dfeeb58ae.tar.bz2
rpm-setup-f4a067b541d1cd3339c69336484d180dfeeb58ae.tar.xz
rpm-setup-f4a067b541d1cd3339c69336484d180dfeeb58ae.zip
Update README (and convert to Markdown)
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 0 insertions, 37 deletions
diff --git a/README b/README
deleted file mode 100644
index 531025c..0000000
--- a/README
+++ /dev/null
@@ -1,37 +0,0 @@
-rpm-mageia-setup
-$Id: README 22754 2007-02-22 13:03:02Z nanardon $
-
-This package contains configuration and script for the Mageia rpm.
-
-Some file come from .in, this allow to transform path for testing purpose.
-If your file or script contains path, you should make a .in files.
-
-* About macros:
-Only redefine macros in this package if the rpm one does not please to you.
-
-All macros having same body should go into macros.in.
-If the macros body change:
-- add a symbolic value into macros-perarch.in (@foo@)
-- add the value into make_macrosfiles.sh.in
-
-Example:
-%_libdir /use/%_lib => macros.in
-%_lib lib|lib64 => macros-perarch.in
-
-* Testing the monster
-
-o First and easy way:
-$ make test
-
-o Live tests:
-
-$ ./configure --with-rpmconfdir=$fakeroot --with-rpmlibdir=/usr/lib/rpm --with-rpmsysconfdir=/etc
-
-This will configure the package for an installation into fakeroot, using rpm files in /usr/lib/rpm.
-$ make
-$ make install
-
-Now we can say to rpm to use fake config:
-rpm --rcfile $fakeroot/mageia/rpmrc other command...
-
-Happy Hacking