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:
parent
838e9cf5ef
commit
ed98ee90ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
YAML-LibYAML-0.33.tar.gz
|
||||
/YAML-LibYAML-0.34.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user