diff --git a/.apiguardian.metadata b/.apiguardian.metadata
index 8b1f592..19f0ee6 100644
--- a/.apiguardian.metadata
+++ b/.apiguardian.metadata
@@ -1 +1 @@
-42ae47636b2368e9b98c28aa37b2077f1e9e0e05 SOURCES/r1.0.0.tar.gz
+05a77f3d63c0e08546b907fde3df532598462ac5 SOURCES/apiguardian-1.1.0.tar.gz
diff --git a/.gitignore b/.gitignore
index 8684b92..cba6100 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/r1.0.0.tar.gz
+SOURCES/apiguardian-1.1.0.tar.gz
diff --git a/SOURCES/apiguardian-api-1.0.0.pom b/SOURCES/apiguardian-api-1.0.0.pom
deleted file mode 100644
index 7f49470..0000000
--- a/SOURCES/apiguardian-api-1.0.0.pom
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
- 4.0.0
- org.apiguardian
- apiguardian-api
- 1.0.0
- org.apiguardian:apiguardian-api
- @API Guardian
- https://github.com/apiguardian-team/apiguardian
-
-
- The Apache License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0.txt
-
-
-
-
- apiguardian
- @API Guardian Team
- team@apiguardian.org
-
-
-
- scm:git:git://github.com/apiguardian-team/apiguardian.git
- scm:git:git://github.com/apiguardian-team/apiguardian.git
- https://github.com/apiguardian-team/apiguardian
-
-
diff --git a/SOURCES/apiguardian-api-1.1.0.pom b/SOURCES/apiguardian-api-1.1.0.pom
new file mode 100644
index 0000000..df2c9fb
--- /dev/null
+++ b/SOURCES/apiguardian-api-1.1.0.pom
@@ -0,0 +1,29 @@
+
+
+ 4.0.0
+ org.apiguardian
+ apiguardian-api
+ 1.1.0
+ org.apiguardian:apiguardian-api
+ @API Guardian
+ https://github.com/apiguardian-team/apiguardian
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+ apiguardian
+ @API Guardian Team
+ team@apiguardian.org
+
+
+
+ scm:git:git://github.com/apiguardian-team/apiguardian.git
+ scm:git:git://github.com/apiguardian-team/apiguardian.git
+ https://github.com/apiguardian-team/apiguardian
+
+
diff --git a/SPECS/apiguardian.spec b/SPECS/apiguardian.spec
index 78358cc..af56142 100644
--- a/SPECS/apiguardian.spec
+++ b/SPECS/apiguardian.spec
@@ -1,15 +1,15 @@
Name: apiguardian
-Version: 1.0.0
-Release: 3%{?dist}
Summary: API Guardian Java annotation
+Version: 1.1.0
+Release: 3%{?dist}
License: ASL 2.0
-URL: https://github.com/apiguardian-team/apiguardian
-BuildArch: noarch
-
-Source0: https://github.com/apiguardian-team/apiguardian/archive/r%{version}.tar.gz
+URL: https://github.com/apiguardian-team/apiguardian
+Source0: https://github.com/apiguardian-team/apiguardian/archive/r%{version}/%{name}-%{version}.tar.gz
Source100: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/%{version}/apiguardian-api-%{version}.pom
+BuildArch: noarch
+
BuildRequires: maven-local
%description
@@ -19,16 +19,19 @@ methods, constructors, and fields within a framework or application in
order to publish their API status and level of stability and to
indicate how they are intended to be used by consumers of the API.
-%package javadoc
+
+%package javadoc
Summary: Javadoc for %{name}
-%description javadoc
+%description javadoc
API documentation for %{name}.
+
%prep
-%setup -q -n apiguardian-r%{version}
-find -name \*.jar -delete
-cp -p %{SOURCE100} pom.xml
+%setup -q -n %{name}-r%{version}
+find -name "*.jar" -print -delete
+
+cp -pav %{SOURCE100} pom.xml
# Inject OSGi manifest required by Eclipse
%pom_xpath_inject pom:project "
@@ -64,16 +67,31 @@ cp -p %{SOURCE100} pom.xml
%build
%mvn_build
+
%install
%mvn_install
+
%files -f .mfiles
%license LICENSE
%files javadoc -f .mfiles-javadoc
%license LICENSE
+
%changelog
+* Tue Jan 28 2020 Fedora Release Engineering - 1.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Wed Jul 24 2019 Fedora Release Engineering - 1.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Thu Jun 27 2019 Fabio Valentini - 1.1.0-1
+- Update to version 1.1.0.
+
+* Thu Jan 31 2019 Fedora Release Engineering - 1.0.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Thu Jul 12 2018 Fedora Release Engineering - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
@@ -82,3 +100,4 @@ cp -p %{SOURCE100} pom.xml
* Thu Sep 14 2017 Mikolaj Izdebski - 1.0.0-1
- Initial packaging
+