search for: vendorlib

Displaying 1 result from an estimated 1 matches for "vendorlib".

2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
...delete it. +find $RPM_BUILD_ROOT/%{perl_archlib} -name .packlist -type f | xargs rm + + +%check +./Build test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) + +%doc TODO.txt +%doc META.yml +%doc ChangeLog +%doc COPYING COPYING.LIB + +# For noarch packages: vendorlib +%{perl_vendorlib}/* + +# Man pages +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* +%{_mandir}/man5/*.5* + +# Executables +%attr(0755,root,root) %{_bindir}/* + +%dir %{_localstatedir}/lib/virt-v2v + +%config(noreplace) %{_sysconfdir}/virt-v2v.conf +%config(noreplace) %{_localstatedir}/lib/virt-v2v/sof...