Tweak CRLF line ending related details

f41
Joonas Sarajärvi 12 years ago
parent 60b09e2ac1
commit 27a95d6221

@ -63,12 +63,16 @@ a programming manual for the %{name}-devel package.
# A couple of files had CRLF line-ends in them. # A couple of files had CRLF line-ends in them.
# Check with rpmlint after updating the package that we are not # Check with rpmlint after updating the package that we are not
# forgetting to convert line endings in some files. # forgetting to convert line endings in some files.
sed -i 's/\r//' copying.txt #
sed -i 's/\r//' readme.txt # This release of glm seems to have shipped with no CRLF file
sed -i 's/\r//' doc/api/doxygen.css # endings at all, so these are commented out.
sed -i 's/\r//' doc/api/dynsections.js # sed -i 's/\r//' copying.txt
sed -i 's/\r//' doc/api/jquery.js # sed -i 's/\r//' readme.txt
sed -i 's/\r//' doc/api/tabs.css # sed -i 's/\r//' doc/api/doxygen.css
# sed -i 's/\r//' doc/api/dynsections.js
# sed -i 's/\r//' doc/api/jquery.js
# sed -i 's/\r//' doc/api/tabs.css
# sed -i 's/\r//' CMakeLists.txt
%ifnarch %{ix86} x86_64 %ifnarch %{ix86} x86_64
%patch0 -p1 -b .secondary %patch0 -p1 -b .secondary

Loading…
Cancel
Save