From Fedora Project Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Add / to end of directories

Can someone please add a trailing slash to %dir content so that it's more clear we're talking about directories? For example

 %dir %{_libdir}/foo-2/fu
 %dir %{_libdir}/foo-2/bar
 %{_libdir}/foo-2/fu/*.so
 %{_libdir}/foo-2/bar/config*

would read better as

 %dir %{_libdir}/foo-2/fu/
 %dir %{_libdir}/foo-2/bar/
 %{_libdir}/foo-2/fu/*.so
 %{_libdir}/foo-2/bar/config*

--Axilleas (talk) 14:49, 12 March 2014 (UTC)