Fix the location of 'example' man pages in RPM build

This commit is contained in:
Bradlee Speice 2012-07-20 14:20:11 -04:00
parent 249c582a9e
commit fcb9090131

View File

@ -70,12 +70,13 @@ rm -rf $RPM_BUILD_ROOT
%files
/usr/lib64/*
/usr/share/man/*
/usr/share/man/man3/*
%files devel
/usr/include/*
%files examples
/usr/share/man/man1/*
/usr/bin/*
/etc/*