New upstream release 0.1.4
This commit is contained in:
parent
d29d2e4d4b
commit
1bab305abf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
yaml-0.1.3.tar.gz
|
||||
/yaml-0.1.4.tar.gz
|
||||
|
||||
10
libyaml.spec
10
libyaml.spec
@ -3,8 +3,8 @@
|
||||
#====================================================================#
|
||||
|
||||
Name: libyaml
|
||||
Version: 0.1.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: YAML 1.1 parser and emitter written in C
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -23,7 +23,7 @@ emitter written in C.
|
||||
%package devel
|
||||
Summary: Development files for LibYAML applications
|
||||
Group: Development/Libraries
|
||||
Requires: libyaml = %{version}-%{release}
|
||||
Requires: libyaml = %{version}-%{release}, pkgconfig
|
||||
|
||||
|
||||
%description devel
|
||||
@ -70,10 +70,14 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%doc doc/html
|
||||
%{_libdir}/%{name}*.so
|
||||
%{_libdir}/pkgconfig/yaml-0.1.pc
|
||||
%{_includedir}/yaml.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 23 2011 John Eckersberg <jeckersb@redhat.com> - 0.1.4-1
|
||||
- New upstream release 0.1.4
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user