package init
This commit is contained in:
parent
4048db3f9a
commit
553fb97386
46
fmpp.spec
46
fmpp.spec
@ -1,19 +1,19 @@
|
||||
%global fmpp_version 0.9.14
|
||||
Name: fmpp
|
||||
Version: 0.9.14
|
||||
Release: 1
|
||||
Summary: FreeMarker-based text file PreProcessor
|
||||
License: BSD
|
||||
URL: http://fmpp.sourceforge.net
|
||||
Source0: http://prdownloads.sourceforge.net/fmpp/fmpp_%{version}.tar.gz
|
||||
Patch0: fmpp-0.9.14-build.xml.patch
|
||||
Patch1: fmpp-0.9.14-excise-imageinfo.patch
|
||||
BuildRequires: javapackages-local ant
|
||||
BuildRequires: mvn(oro:oro) mvn(org.freemarker:freemarker) mvn(org.beanshell:bsh)
|
||||
BuildRequires: mvn(xml-resolver:xml-resolver) mvn(xml-apis:xml-apis)
|
||||
Requires: mvn(oro:oro) mvn(org.freemarker:freemarker) mvn(org.beanshell:bsh)
|
||||
Requires: mvn(xml-resolver:xml-resolver) mvn(xml-apis:xml-apis)
|
||||
BuildArch: noarch
|
||||
Name: fmpp
|
||||
Version: 0.9.14
|
||||
Release: 1
|
||||
Summary: FreeMarker-based text file PreProcessor
|
||||
License: BSD
|
||||
URL: http://fmpp.sourceforge.net
|
||||
Source0: http://prdownloads.sourceforge.net/fmpp/fmpp_%{version}.tar.gz
|
||||
Patch0: fmpp-0.9.14-build.xml.patch
|
||||
Patch1: fmpp-0.9.14-excise-imageinfo.patch
|
||||
BuildRequires: javapackages-local ant
|
||||
BuildRequires: mvn(oro:oro) mvn(org.freemarker:freemarker) mvn(org.beanshell:bsh)
|
||||
BuildRequires: mvn(xml-resolver:xml-resolver) mvn(xml-apis:xml-apis)
|
||||
Requires: mvn(oro:oro) mvn(org.freemarker:freemarker) mvn(org.beanshell:bsh)
|
||||
Requires: mvn(xml-resolver:xml-resolver) mvn(xml-apis:xml-apis)
|
||||
BuildArch: noarch
|
||||
%description
|
||||
FMPP is a general-purpose text file preprocessor tool that uses
|
||||
FreeMarker templates. It is particularly designed for HTML
|
||||
@ -23,10 +23,12 @@ be used to generate source code or whatever text files. FMPP is
|
||||
extendable with Java classes to pull data from any data sources
|
||||
(database, etc.) and embed the data into the generated files.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
BuildArch: noarch
|
||||
%description javadoc
|
||||
%package help
|
||||
Summary: Javadoc for %{name}
|
||||
BuildArch: noarch
|
||||
Provides: %{name}-javadoc = %{version}-%{release}
|
||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||
%description help
|
||||
Javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
@ -64,9 +66,9 @@ ant test
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt README.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%files help -f .mfiles-javadoc
|
||||
%doc LICENSE.txt README.txt
|
||||
|
||||
%changelog
|
||||
* Wed Aug 19 2020 yanan li <liyanan032@huawei.com> - 0.9.14-1
|
||||
- Package init
|
||||
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 0.9.14-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user