Minor fixes

- Improve overly-generic package summary
- README is already UTF-8 encoded in version 0.34 so don't try converting it
  from ISO-8859-1
This commit is contained in:
Paul Howarth 2011-03-16 14:04:03 +00:00
parent 838e9cf5ef
commit ed98ee90ee
2 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
YAML-LibYAML-0.33.tar.gz
/YAML-LibYAML-0.34.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-YAML-LibYAML
Version: 0.34
Release: 3%{?dist}
Summary: YAML::LibYAML Perl module
Release: 4%{?dist}
Summary: Perl YAML Serialization using XS and libyaml
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/YAML-LibYAML/
@ -22,9 +22,6 @@ bound to Ruby.
%prep
%setup -q -n YAML-LibYAML-%{version}
iconv -f iso8859-1 -t utf-8 < README > README.1
mv README.1 README
%build
%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
@ -54,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Mar 16 2011 Paul Howarth <paul@city-fan.org> - 0.34-4
- Improve overly-generic package summary
- README is already UTF-8 encoded in version 0.34 so don't try converting it
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.34-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
@ -61,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
- Rebuilt for gcc bug 634757
* Fri Sep 23 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.34-1
- udpate
- update
* Thu Jun 3 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.33-1
- update