rpms/opensaml/F-11 opensaml-rm-pl-ending.patch, NONE, 1.1 opensaml.spec, NONE, 1.1 sources, 1.1, 1.2

stevetraylen stevetraylen at fedoraproject.org
Fri Nov 6 08:57:57 UTC 2009


Author: stevetraylen

Update of /cvs/pkgs/rpms/opensaml/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15087/F-11

Modified Files:
	sources 
Added Files:
	opensaml-rm-pl-ending.patch opensaml.spec 
Log Message:
Populate branches.


opensaml-rm-pl-ending.patch:
 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE opensaml-rm-pl-ending.patch ---
diff -uNr opensaml-2.2.1.ORIG/configure.ac opensaml-2.2.1/configure.ac
--- opensaml-2.2.1.ORIG/configure.ac	2009-10-06 00:42:03.978216066 +0200
+++ opensaml-2.2.1/configure.ac	2009-10-06 00:42:57.651149846 +0200
@@ -254,12 +254,12 @@
         [AC_MSG_ERROR([unable to link with XMLTooling, or version was too old])])
 
 # Check for unit test support
-CXXTEST="/usr/bin/cxxtestgen.pl"
+CXXTEST="/usr/bin/cxxtestgen"
 CXXTESTFLAGS=""
 AC_ARG_WITH(cxxtest,
             AC_HELP_STRING([--with-cxxtest=PATH], [where cxxtest is installed]),
             [if test x_$with_cxxtest != x_/usr; then
-                CXXTEST="${with_cxxtest}/cxxtestgen.pl"
+                CXXTEST="${with_cxxtest}/cxxtestgen"
                 CXXTESTFLAGS="-I${with_cxxtest}"
             fi])
 if ! test -f "${CXXTEST}"; then


--- NEW FILE opensaml.spec ---
Name:           opensaml
Version:        2.2.1
Release:        2%{?dist}
Summary:        Security Assertion Markup Language

Group:          System Environment/Libraries
License:        ASL 2.0
URL:            http://www.opensaml.org/
Source0:        http://shibboleth.internet2.edu/downloads/opensaml/cpp/%{version}/opensaml-%{version}.tar.gz
Patch0:         %{name}-rm-pl-ending.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  log4cpp-devel
BuildRequires:  xerces-c-devel >= 2.8.0
BuildRequires:  xmltooling-devel
BuildRequires:  xml-security-c-devel >= 1.4.0
BuildRequires:  doxygen
BuildRequires:  cxxtest

Requires:       xml-common

# Needed since we are doing an autoreconf
# below.
BuildRequires:  automake
BuildRequires:  autoconf
BuildRequires:  libtool

%description
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.

%package devel
Summary: Security Assertion Markup Language Development
Group:          System Environment/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.

%{name}-devel provides header files for development.

%package doc
Summary: Security Assertion Markup Language Documentation
Group:          System Environment/Libraries
Requires: %{name} = %{version}-%{release}
%if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
BuildArch:      noarch
%endif

%description doc
OpenSAML is an open source implementation of the OASIS Security Assertion
Markup Language Specification. It contains a set of open source C++ classes
that support the SAML 1.0, 1.1, and 2.0 specifications.

%{name}-doc provides documentation.

%prep
%setup -q
%patch0 -p1
# Remove private zlib to be sure we don't use it.
rm -rf saml/zlib

%build
aclocal 
autoconf
autoheader
automake --add-missing --copy
libtoolize --copy --force

%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%check
make check

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%{_bindir}/samlsign
%{_bindir}/samltest
%{_libdir}/libsaml.so.*
%{_datadir}/xml/opensaml

%doc doc/README.txt doc/LICENSE.txt

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

%files doc
%defattr(-,root,root,-)
%doc doc/api/html


%changelog
* Fri Oct 16 2009 Steve Traylen  <steve.traylen at cern.ch>  - 2.2.1-2
- Change Source URL to explicit version rather than "latest"
- Add a BuildRequires of cxxtest.
- Add Requires xml-common  to ensure existence of /usr/share/xml
- Add more minimum versions for BuildRequires.
* Tue Oct 6 2009  Steve Traylen  <steve.traylen at cern.ch>  - 2.2.1-1
- First Build



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/opensaml/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Oct 2009 16:16:34 -0000	1.1
+++ sources	6 Nov 2009 08:57:57 -0000	1.2
@@ -0,0 +1 @@
+c0771abe0219729e9758ece6c444df5b  opensaml-2.2.1.tar.gz




More information about the fedora-extras-commits mailing list