|
430 | 430 | %doc %{_docdir}/%{name}-%{version}/version-info |
431 | 431 | %doc %{_docdir}/%{name}-%{version}/sccs-info |
432 | 432 | %doc %{_docdir}/%{name}-%{version}/configure-info |
433 | | -%doc debian/copyright |
| 433 | +%doc LICENSE |
| 434 | +%doc NOTICE |
434 | 435 |
|
435 | 436 | %files client-ui |
436 | 437 | %defattr(0644,root,root,0755) |
437 | 438 | %{_datadir}/%{name}/management/webapps/client/* |
| 439 | +%doc LICENSE |
| 440 | +%doc NOTICE |
438 | 441 |
|
439 | 442 | %files server |
440 | 443 | %defattr(0644,root,root,0755) |
|
452 | 455 | %{_javadir}/%{name}-plugin-elb.jar |
453 | 456 | %{_javadir}/%{name}-plugin-nicira-nvp.jar |
454 | 457 | %config(noreplace) %{_sysconfdir}/%{name}/server/* |
| 458 | +%doc LICENSE |
| 459 | +%doc NOTICE |
455 | 460 |
|
456 | 461 | %files scripts |
457 | 462 | %defattr(-,root,root,-) |
458 | 463 | %{_libdir}/%{name}/common/scripts/* |
459 | 464 | # maintain the following list in sync with files scripts |
460 | 465 | %{_libdir}/%{name}/common/vms/systemvm.zip |
461 | 466 | %{_libdir}/%{name}/common/vms/systemvm.iso |
462 | | - |
| 467 | +%doc LICENSE |
| 468 | +%doc NOTICE |
463 | 469 |
|
464 | 470 | %files deps |
465 | 471 | %defattr(0644,root,root,0755) |
|
490 | 496 | %{_javadir}/jstl-1.2.jar |
491 | 497 | %{_javadir}/javax.persistence-2.0.0.jar |
492 | 498 | %{_javadir}/bcprov-jdk16-1.45.jar |
| 499 | +%doc LICENSE |
| 500 | +%doc NOTICE |
| 501 | + |
493 | 502 | %files core |
494 | 503 | %defattr(0644,root,root,0755) |
495 | 504 | %{_javadir}/%{name}-core.jar |
| 505 | +%doc LICENSE |
| 506 | +%doc NOTICE |
496 | 507 |
|
497 | 508 | %files python |
498 | 509 | %defattr(0644,root,root,0755) |
499 | 510 | %{_prefix}/lib*/python*/site-packages/%{name}* |
500 | 511 | %attr(0755,root,root) %{_bindir}/cloud-external-ipallocator.py |
501 | 512 | %attr(0755,root,root) %{_initrddir}/cloud-ipallocator |
502 | 513 | %dir %attr(0770,root,root) %{_localstatedir}/log/%{name}/ipallocator |
| 514 | +%doc LICENSE |
| 515 | +%doc NOTICE |
503 | 516 |
|
504 | 517 | %files setup |
505 | 518 | %attr(0755,root,root) %{_bindir}/%{name}-setup-databases |
|
513 | 526 | %{_datadir}/%{name}/setup/db/*.sql |
514 | 527 | %{_datadir}/%{name}/setup/*.sh |
515 | 528 | %{_datadir}/%{name}/setup/server-setup.xml |
| 529 | +%doc LICENSE |
| 530 | +%doc NOTICE |
516 | 531 |
|
517 | 532 | %files client |
518 | 533 | %defattr(0644,root,root,0775) |
|
536 | 551 | %dir %attr(0770,root,%{name}) %{_localstatedir}/cache/%{name}/management/temp |
537 | 552 | %dir %attr(0770,root,%{name}) %{_localstatedir}/log/%{name}/management |
538 | 553 | %dir %attr(0770,root,%{name}) %{_localstatedir}/log/%{name}/agent |
| 554 | +%doc LICENSE |
| 555 | +%doc NOTICE |
539 | 556 |
|
540 | 557 | %files agent-libs |
541 | 558 | %defattr(0644,root,root,0755) |
542 | 559 | %{_javadir}/%{name}-agent.jar |
543 | 560 | %{_javadir}/%{name}-plugin-hypervisor-kvm.jar |
544 | 561 | %{_javadir}/libvirt-0.4.9.jar |
| 562 | +%doc LICENSE |
| 563 | +%doc NOTICE |
545 | 564 |
|
546 | 565 | %files agent |
547 | 566 | %defattr(0644,root,root,0755) |
|
552 | 571 | %attr(0755,root,root) %{_initrddir}/%{name}-agent |
553 | 572 | %attr(0755,root,root) %{_bindir}/%{name}-setup-agent |
554 | 573 | %dir %attr(0770,root,root) %{_localstatedir}/log/%{name}/agent |
| 574 | +%doc LICENSE |
| 575 | +%doc NOTICE |
555 | 576 |
|
556 | 577 | %files cli |
557 | 578 | %{_bindir}/%{name}-tool |
|
561 | 582 | %dir %{_prefix}/lib*/python*/site-packages/%{name}tool |
562 | 583 | %{_prefix}/lib*/python*/site-packages/%{name}tool/* |
563 | 584 | %{_prefix}/lib*/python*/site-packages/%{name}apis.py |
| 585 | +%doc LICENSE |
| 586 | +%doc NOTICE |
564 | 587 |
|
565 | 588 | %files baremetal-agent |
566 | 589 | %attr(0755,root,root) %{_bindir}/cloud-setup-baremetal |
| 590 | +%doc LICENSE |
| 591 | +%doc NOTICE |
567 | 592 |
|
568 | 593 | %files usage |
569 | 594 | %defattr(0644,root,root,0775) |
|
573 | 598 | %config(noreplace) %{_sysconfdir}/%{name}/usage/usage-components.xml |
574 | 599 | %config(noreplace) %{_sysconfdir}/%{name}/usage/log4j-%{name}_usage.xml |
575 | 600 | %config(noreplace) %attr(0640,root,%{name}) %{_sysconfdir}/%{name}/usage/db.properties |
| 601 | +%doc LICENSE |
| 602 | +%doc NOTICE |
576 | 603 |
|
577 | 604 | %files aws-api |
578 | 605 | %defattr(0644,cloud,cloud,0755) |
|
581 | 608 | %attr(0644,root,root) %{_datadir}/cloud/setup/bridge/db/* |
582 | 609 | %attr(0755,root,root) %{_bindir}/cloudstack-aws-api-register |
583 | 610 | %attr(0755,root,root) %{_bindir}/cloud-setup-bridge |
| 611 | +%doc LICENSE |
| 612 | +%doc NOTICE |
584 | 613 |
|
585 | 614 | %changelog |
586 | 615 | * Fri Sep 14 2012 Marcus Sorensen <shadowsor@gmail.com> 4.0.1 |
|
0 commit comments