Ticket #197: parrot.spec.patch

File parrot.spec.patch, 1.7 KB (added by gerd, 13 years ago)
  • parrot.spec

    old new  
    1111BuildRequires:  ncurses-devel 
    1212BuildRequires:  gmp-devel 
    1313BuildRequires:  gdbm-devel 
    14 BuildRequires:  /usr/bin/perldoc 
    1514BuildRequires:  bc 
    1615BuildRequires:  m4 
    1716BuildRequires:  libicu-devel 
     
    2827Requires:       %{name} = %{version}-%{release} 
    2928Requires:       %{_libdir}/pkgconfig 
    3029 
     30%package doc 
     31Summary:        Parrot Virtual Machine languages 
     32License:        Artistic 2.0 
     33Group:          Development/Libraries 
     34BuildRequires:  /usr/bin/perldoc 
     35 
    3136%description 
    3237Parrot is a virtual machine designed to efficiently compile and execute 
    3338bytecode for dynamic languages. Parrot is the target for Rakudo Perl 6, 
     
    3944%description devel 
    4045Parrot Virtual Machine development headers and libraries. 
    4146 
     47%description doc 
     48Documentation in text-, POD-, and HTML-format (in the docs/html-subdirectory) 
     49and also examples about the Parrot Virtual Machine 
     50 
    4251%prep 
    4352%setup -q 
    4453 
     
    6776make 
    6877make languages 
    6978make perl6 
     79make html 
    7080 
    7181%install 
    7282rm -rf $RPM_BUILD_ROOT 
     
    107117 
    108118%files 
    109119%defattr(-,root,root,-) 
    110 %doc ChangeLog CREDITS NEWS PBC_COMPAT PLATFORMS README 
    111 %doc RESPONSIBLE_PARTIES TODO 
    112 %doc docs examples 
    113120%exclude %{_bindir}/parrot_config 
    114121%exclude %{_bindir}/perl6 
    115122%{_bindir}/* 
     
    131138%{_libdir}/libparrot.a 
    132139%{_libdir}/pkgconfig/* 
    133140 
    134 %changelog 
    135 * Tue Dec 16 2008 Whiteknight <wknight8111@gmail.com> 0.8.2 
    136 - updated to 0.8.2 
     141%files doc 
     142%defattr(-,root,root,-) 
     143%doc ChangeLog CREDITS NEWS PBC_COMPAT PLATFORMS README 
     144%doc RESPONSIBLE_PARTIES TODO 
     145%doc docs examples 
    137146 
     147%changelog 
    138148* Tue Nov 18 2008 chromatic <chromatic@parrot.org> 0.8.1 
    139149- updated to 0.8.1 
    140150