rpms/libyaml/F-9 libyaml.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John Eckersberg jeckersb at fedoraproject.org
Tue Mar 3 01:09:03 UTC 2009


Author: jeckersb

Update of /cvs/pkgs/rpms/libyaml/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25252

Modified Files:
	.cvsignore sources 
Added Files:
	libyaml.spec 
Log Message:
initial checkin


--- NEW FILE libyaml.spec ---
Name:           libyaml
Version:        0.1.2
Release:        2%{?dist}
Summary:        YAML 1.1 parser and emitter written in C

Group:          Development/Libraries
License:        MIT
URL:            http://pyyaml.org/
Source0:        http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
YAML is a data serialization format designed for human readability and
interaction with scripting languages.  LibYAML is a YAML parser and
emitter written in C.


%package devel
Summary:        Development libraries and headers for developing LibYAML applications
Group:          Development/Libraries
Requires:       libyaml = %{version}-%{release}


%description devel
Development libraries and headers for developing LibYAML applications.


%prep
%setup -q -n yaml-%{version}


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} INSTALL="install -p" install
rm -f %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_libdir}/%{name}*.so.*


%files devel
%defattr(-,root,root,-)
%doc doc/html
%{_libdir}/%{name}*.so
%{_libdir}/*a
%{_includedir}/yaml.h


%changelog
* Thu Feb 26 2009 John Eckersberg <jeckersb at redhat.com> - 0.1.2-2
- Remove README and LICENSE from docs on -devel package
- Remove -static package and merge contents into the -devel package

* Wed Feb 25 2009 John Eckersberg <jeckersb at redhat.com> - 0.1.2-1
- Initial packaging for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libyaml/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Mar 2009 00:31:15 -0000	1.1
+++ .cvsignore	3 Mar 2009 01:08:33 -0000	1.2
@@ -0,0 +1 @@
+yaml-0.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libyaml/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Mar 2009 00:31:15 -0000	1.1
+++ sources	3 Mar 2009 01:08:33 -0000	1.2
@@ -0,0 +1 @@
+f6c9b5c2b0f6919abd79f5fd059b01dc  yaml-0.1.2.tar.gz




More information about the fedora-extras-commits mailing list