diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 14:52:39 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 14:52:47 +0900 |
commit | 6f69a8d1b2d2017bbb6d9b45ddef446ea8ef9c7d (patch) | |
tree | c64ba35319e34b2436cfdd91c20ad28ea3acdbd4 /libxslt.spec.in | |
parent | 81f04218dc7ffdbce19c6d8617d068c2699a3ef8 (diff) | |
download | libxslt-6f69a8d1b2d2017bbb6d9b45ddef446ea8ef9c7d.tar.gz libxslt-6f69a8d1b2d2017bbb6d9b45ddef446ea8ef9c7d.tar.bz2 libxslt-6f69a8d1b2d2017bbb6d9b45ddef446ea8ef9c7d.zip |
Imported Upstream version 1.1.31_rc2upstream/1.1.31_rc2
Change-Id: I548e28bbcc52546fcda0ac91a7f0042e8dce7dd6
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index d1a92078..d9ed76e4 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -1,10 +1,10 @@ Summary: Library providing the GNOME XSLT engine Name: libxslt Version: @VERSION@ -Release: 0rc1%{?dist}%{?extra_release} +Release: 0rc2%{?dist}%{?extra_release} License: MIT Group: Development/Libraries -Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}-rc1.tar.gz +Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}-rc2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://xmlsoft.org/XSLT/ Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@ |