[cpp-opensaml COMMIT] /branches/REL_2/opensaml.spec.in

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 8 19:18:53 BST 2011


Author: scantor
Date: Mon Aug  8 19:18:52 2011
New Revision: 667

URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=667&view=rev
Log:
Bump lib package number.

Modified:
    branches/REL_2/opensaml.spec.in

Modified: branches/REL_2/opensaml.spec.in
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/opensaml.spec.in?rev=667&r1=666&r2=667&view=diff
==============================================================================
--- branches/REL_2/opensaml.spec.in (original)
+++ branches/REL_2/opensaml.spec.in Mon Aug  8 19:18:52 2011
@@ -48,13 +48,13 @@
 
 This package contains the utility programs.
 
-%package -n libsaml7
+%package -n libsaml8
 Summary:    OpenSAML SAML library
 Group:      Development/Libraries/C and C++
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME@ < %{version}-%{release}
 
-%description -n libsaml7
+%description -n libsaml8
 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.
@@ -64,7 +64,7 @@
 %package -n libsaml-devel
 Summary:	OpenSAML development Headers
 Group:		Development/Libraries/C and C++
-Requires:	libsaml7 = %{version}-%{release}
+Requires:	libsaml8 = %{version}-%{release}
 Provides:	@PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:	@PACKAGE_NAME at -devel < %{version}-%{release}
 %if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
@@ -114,18 +114,18 @@
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%post -n libsaml7 -p /sbin/ldconfig
+%post -n libsaml8 -p /sbin/ldconfig
 %endif
 
 %ifnos solaris2.8 solaris2.9 solaris2.10
-%postun -n libsaml7 -p /sbin/ldconfig
+%postun -n libsaml8 -p /sbin/ldconfig
 %endif
 
 %files -n @PACKAGE_NAME at -bin
 %defattr(-,root,root,-)
 %{_bindir}/samlsign
 
-%files -n libsaml7
+%files -n libsaml8
 %defattr(-,root,root,-)
 %{_libdir}/libsaml.so.*
 
@@ -142,6 +142,9 @@
 %doc %{pkgdocdir}
 
 %changelog
+* Mon Aug 8 2011 Scott Cantor  <cantor.2 at osu.edu>  - 2.5-1
+- Update lib package number.
+
 * Tue Oct 26 2010  Scott Cantor  <cantor.2 at osu.edu>  - 2.4-1
 - Update version
 - Add pkg-config support.



More information about the commits mailing list