8
0
Stephan Kulow
2015-02-07 09:49:05 +00:00
committed by Git OBS Bridge
parent c687b2885a
commit 106b8de58c

View File

@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-Parser/
Source: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
Patch0: XML-Parser-2.40.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -55,6 +56,7 @@ the _Expat_ object, not the Parser object.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0
find . -type f -print0 | xargs -0 chmod 644
%build