rpms/yaml-cpp/F-12 import.log, NONE, 1.1 yaml-cpp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Guido Grazioli guidograzioli at fedoraproject.org
Mon Oct 19 16:22:16 UTC 2009


Author: guidograzioli

Update of /cvs/pkgs/rpms/yaml-cpp/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21965/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log yaml-cpp.spec 
Log Message:
* Sat Oct 17 2009 Guido Grazioli <guido.grazioli at gmail.com> - 0.2.2-2
- Remove duplicate file

* Wed Oct 14 2009 Guido Grazioli <guido.grazioli at gmail.com> - 0.2.2-1
- Initial packaging




--- NEW FILE import.log ---
yaml-cpp-0_2_2-2_fc11:F-12:yaml-cpp-0.2.2-2.fc11.src.rpm:1255969311


--- NEW FILE yaml-cpp.spec ---
Name:           yaml-cpp
Version:        0.2.2
Release:        2%{?dist}
Summary:        A YAML parser and emitter for C++
Group:          Development/Libraries
License:        MIT 
URL:            http://code.google.com/p/yaml-cpp/
Source0:        http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  cmake

%description
yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
License:        MIT
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q -c
# Fix eol 
sed -i 's/\r//' license.txt
# Fix cmake config 
sed -i 's/set(CMAKE_CXX_FLAGS "-O2 -Wall -pedantic -Wextra")/set(CMAKE_CXX_FLAGS "-Wall -pedantic -Wextra ${CMAKE_CXX_FLAGS}")/g' CMakeLists.txt


%build
# ask cmake to not strip binaries
%cmake . 
make VERBOSE=1 %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
find %{buildroot} -name '*.la' -exec rm -f {} ';'


%clean
rm -rf %{buildroot}


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc license.txt
%{_libdir}/*.so.*


%files devel
%defattr(-,root,root,-)
%{_includedir}/yaml-cpp/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Sat Oct 17 2009 Guido Grazioli <guido.grazioli at gmail.com> - 0.2.2-2
- Remove duplicate file

* Wed Oct 14 2009 Guido Grazioli <guido.grazioli at gmail.com> - 0.2.2-1
- Initial packaging 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yaml-cpp/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Oct 2009 16:02:17 -0000	1.1
+++ .cvsignore	19 Oct 2009 16:22:15 -0000	1.2
@@ -0,0 +1 @@
+yaml-cpp-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yaml-cpp/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Oct 2009 16:02:18 -0000	1.1
+++ sources	19 Oct 2009 16:22:15 -0000	1.2
@@ -0,0 +1 @@
+80863a39b967af3275aa3b88a8c7a12e  yaml-cpp-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list