rpms/xml-security-c/F-11 import.log, NONE, 1.1 xml-security-c.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Antti Andreimann anttix at fedoraproject.org
Mon Jun 1 19:26:44 UTC 2009


Author: anttix

Update of /cvs/pkgs/rpms/xml-security-c/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11795/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xml-security-c.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
xml-security-c-1_4_0-2_fc10:F-11:xml-security-c-1.4.0-2.src.rpm:1243884087


--- NEW FILE xml-security-c.spec ---
Name:           xml-security-c
Version:        1.4.0
Release:        2%{?dist}
Summary:        C++ Implementation of W3C security standards for XML

Group:          System Environment/Libraries
License:        ASL 2.0
URL:            http://santuario.apache.org/c/
Source:         http://santuario.apache.org/dist/c-library/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  xerces-c-devel xalan-c-devel openssl-devel
BuildRequires:	pkgconfig

%description
The xml-security-c library is a C++ implementation of the XML Digital Signature
specification. The library makes use of the Apache XML project's Xerces-C XML
Parser and Xalan-C XSLT processor. The latter is used for processing XPath and
XSLT transforms.


%package        devel
Summary:        Development files for xml-security-c
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:	xerces-c-devel xalan-c-devel openssl-devel
# There are a number of headers that can use NSS if HAVE_NSS is set to 1
# Current build does not set it (configure does not even check for NSS)
# so we do not include this dependency for now.
# Requires:	nss-devel

%description devel
This package provides development files for xml-security-c, a C++ library for
XML Digital Signatures.


%prep
%setup -q
# Remove bogus "-O2" from CXXFLAGS to avoid overriding RPM_OPT_FLAGS.
sed -i -e 's/-O2 -DNDEBUG/-DNDEBUG/g' configure

%build
%configure --disable-static
make %{?_smp_mflags}

%check
# Verify that what was compiled actually works.
./bin/xtest

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT CPPROG="cp -p"

# We do not ship .la files.
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

# Do not ship library test utilities. These are only needed for
# xml-security-c developers and they should have the whole source anyway.
rm -rf $RPM_BUILD_ROOT%{_bindir}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_libdir}/libxml-security-c.so.*


%files devel
%defattr(-,root,root,-)
%{_includedir}/xsec
%{_libdir}/libxml-security-c.so

# Upstream does not provide any docs (yet!)
# %doc CHANGELOG.txt

%changelog
* Tue Apr 28 2009 Antti Andreimann <Antti.Andreimann at mail.ee> - 1.4.0-2
- Execute sed magic against configure instead of configure.ac to 
  avoid calling autotools
- Removed build dependency on autotools.
- Do not ship test binaries (not needed for end-users)
- Added proper dependencies for devel sub-package
- Added CPPROG="cp -p" to preserve header file timestamps.

* Mon Mar 30 2009 Antti Andreimann <Antti.Andreimann at mail.ee> - 1.4.0-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xml-security-c/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Jun 2009 18:23:00 -0000	1.1
+++ .cvsignore	1 Jun 2009 19:26:14 -0000	1.2
@@ -0,0 +1 @@
+xml-security-c-1.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xml-security-c/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Jun 2009 18:23:00 -0000	1.1
+++ sources	1 Jun 2009 19:26:14 -0000	1.2
@@ -0,0 +1 @@
+dd9accf6727eb008dbf1dd674d5d4dcc  xml-security-c-1.4.0.tar.gz




More information about the fedora-extras-commits mailing list