New upstream release, Correct source URL.
This commit is contained in:
parent
0bd011cee5
commit
7e69bdcc9e
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
xml-security-c-1.5.1.tar.gz
|
||||
/xml-security-c-1.6.0.tar.gz
|
||||
/xml-security-c-1.6.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b66046f074f5483e3b0081c5303e320c xml-security-c-1.6.0.tar.gz
|
||||
808316c80a7453b6d50a0bceb7ebe9bc xml-security-c-1.6.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Name: xml-security-c
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 1%{?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
|
||||
Source: http://www.apache.org/dist//santuario/c-library/xml-security-c-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xerces-c-devel xalan-c-devel openssl-devel
|
||||
|
|
@ -77,9 +77,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/xsec
|
||||
%{_libdir}/libxml-security-c.so
|
||||
|
||||
%doc CHANGELOG.txt LICENSE.txt NOTICE.txt INSTALL
|
||||
%doc CHANGELOG.txt LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jul 7 2011 Steve Traylen <steve.traylen@cern.ch> 1.6.1-1
|
||||
- New upstream release, Correct source URL.
|
||||
|
||||
* Wed Mar 16 2011 Antti Andreimann <Antti.Andreimann@mail.ee> 1.6.0-1
|
||||
- New upstream release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue