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