diff --git a/xpp3.changes b/xpp3.changes index 05153a5..ec2d518 100644 --- a/xpp3.changes +++ b/xpp3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 5 13:51:18 UTC 2024 - Fridrich Strba + +- Fetch the tarball from internet archives in order to have at least + some trackability of the sources after the main domain disappeared + ------------------------------------------------------------------- Wed Feb 21 10:56:08 UTC 2024 - Gus Kenion diff --git a/xpp3.spec b/xpp3.spec index ea99ce1..947b508 100644 --- a/xpp3.spec +++ b/xpp3.spec @@ -22,10 +22,9 @@ Release: 0 Summary: XML Pull Parser License: Apache-1.1 Group: Development/Libraries/Java -URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html -# The http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/ does not exist any -# more. So we used our cached tarball -Source0: xpp3-%{version}_src.tgz +# The http://www.extreme.indiana.edu/ does not exist anymore +URL: https://web.archive.org/web/20201024082744/http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html +Source0: https://web.archive.org/web/20201024082744/http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{version}_src.tgz Source1: https://repo1.maven.org/maven2/xpp3/xpp3/%{version}/xpp3-%{version}.pom Source2: https://repo1.maven.org/maven2/xpp3/xpp3_min/%{version}/xpp3_min-%{version}.pom Source3: https://repo1.maven.org/maven2/xpp3/xpp3_xpath/%{version}/xpp3_xpath-%{version}.pom