47 lines
1.1 KiB
RPMSpec
47 lines
1.1 KiB
RPMSpec
%global apiversion 2.1
|
|
%global minversion 0
|
|
%global _summary Java Persistence %{apiversion} API
|
|
|
|
Name: hibernate-jpa-2.1-api
|
|
Summary: %{_summary}
|
|
Version: 1.0.0
|
|
Release: 7
|
|
License: EPL and BSD
|
|
URL: http://www.hibernate.org/
|
|
|
|
Source0: https://github.com/hibernate/hibernate-jpa-api/archive/%{?apiversion}%{?minversion}.Final.tar.gz
|
|
Source1: http://repo1.maven.org/maven2/org/hibernate/javax/persistence/%{name}/%{version}.Final/%{name}-%{version}.Final.pom
|
|
|
|
|
|
BuildRequires: maven-local maven-plugin-bundle
|
|
|
|
Provides: %{name}-javadoc = %{version}-%{release}
|
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
%{_summary}
|
|
|
|
%prep
|
|
%setup -q -n hibernate-jpa-api-2.10.Final
|
|
find . -name "*.jar" -delete
|
|
cp -p %{SOURCE1} pom.xml
|
|
sed -i 's/\r//' src/main/javadoc/jdstyle.css
|
|
%mvn_file :%{name} %{name}
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles -f .mfiles-javadoc
|
|
%doc README.md
|
|
%license license.txt
|
|
|
|
%changelog
|
|
* Fri Dec 13 2019 dingyiming<dingyiming3@huawei.com> - 1.0.0-7
|
|
- Package init
|
|
|