diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-December/020913.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-December/020913.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-December/020913.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-December/020913.html b/zarb-ml/mageia-dev/2012-December/020913.html new file mode 100644 index 000000000..51007f86c --- /dev/null +++ b/zarb-ml/mageia-dev/2012-December/020913.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Spaces in doc filenames + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Spaces%20in%20doc%20filenames&In-Reply-To=%3CCA%2BCX%2Bbj6%3DXwCZQpWPUV-8nBqEqALS%3DJSn%2BUMSs%3DaA9Zg1PtXhg%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="020937.html"> + <LINK REL="Next" HREF="020914.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Spaces in doc filenames</H1> + <B>Pascal Terjan</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Spaces%20in%20doc%20filenames&In-Reply-To=%3CCA%2BCX%2Bbj6%3DXwCZQpWPUV-8nBqEqALS%3DJSn%2BUMSs%3DaA9Zg1PtXhg%40mail.gmail.com%3E" + TITLE="[Mageia-dev] Spaces in doc filenames">pterjan at gmail.com + </A><BR> + <I>Tue Dec 25 18:29:55 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="020937.html">[Mageia-dev] Live DVD beta 1 report +</A></li> + <LI>Next message: <A HREF="020914.html">[Mageia-dev] Spaces in doc filenames +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20913">[ date ]</a> + <a href="thread.html#20913">[ thread ]</a> + <a href="subject.html#20913">[ subject ]</a> + <a href="author.html#20913">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>It seems that with new rpm %doc with spaces in filenames can no longer +be protected with \ + +For example: + +%doc Please\ read\ me.txt Comfortaa\ FONTLOG.txt OFL\ -\ Font\ License.txt + +Before: + ++ cp -pr 'Please read me.txt' 'Comfortaa FONTLOG.txt' 'OFL - Font +License.txt' /home/pterjan/co/cauldron/aajohan-comfortaa-fonts/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts + +After: + ++ cp -pr 'Please +/home/pterjan/rpmbuild/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts' +cp: missing destination file operand after 'Please +/home/pterjan/rpmbuild/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts' +Try 'cp --help' for more information. + +Using %doc "Please read me.txt" "Comfortaa FONTLOG.txt" "OFL - Font +License.txt" was not enough + ++ cp -pr Please read me.txt +/home/pterjan/co/cauldron/aajohan-comfortaa-fonts/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts +cp: cannot stat 'Please': No such file or directory +cp: cannot stat 'read': No such file or directory +cp: cannot stat 'me.txt': No such file or directory + +This worked: + +%doc "Please\ read\ me.txt" "Comfortaa\ FONTLOG.txt" "OFL\ -\ Font\ License.txt" + ++ /usr/bin/mkdir -p +/home/pterjan/co/cauldron/aajohan-comfortaa-fonts/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts ++ cp -pr 'Please read me.txt' +/home/pterjan/co/cauldron/aajohan-comfortaa-fonts/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts ++ cp -pr 'Comfortaa FONTLOG.txt' +/home/pterjan/co/cauldron/aajohan-comfortaa-fonts/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts ++ cp -pr 'OFL - Font License.txt' +/home/pterjan/co/cauldron/aajohan-comfortaa-fonts/BUILDROOT/aajohan-comfortaa-fonts-1.004-1.mga3.x86_64/usr/share/doc/aajohan-comfortaa-fonts +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="020937.html">[Mageia-dev] Live DVD beta 1 report +</A></li> + <LI>Next message: <A HREF="020914.html">[Mageia-dev] Spaces in doc filenames +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#20913">[ date ]</a> + <a href="thread.html#20913">[ thread ]</a> + <a href="subject.html#20913">[ subject ]</a> + <a href="author.html#20913">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |