2013-06-10 14:50:08 +00:00
|
|
|
Name: replacer
|
2015-03-17 18:03:43 +00:00
|
|
|
Version: 1.6
|
2019-02-02 11:19:49 +00:00
|
|
|
Release: 8%{?dist}
|
2013-06-10 14:50:08 +00:00
|
|
|
Summary: Replacer Maven Mojo
|
|
|
|
License: MIT
|
2015-03-17 18:03:43 +00:00
|
|
|
URL: https://github.com/beiliubei/maven-replacer-plugin
|
|
|
|
# http://code.google.com/p/maven-replacer-plugin/
|
|
|
|
Source0: https://github.com/beiliubei/maven-replacer-plugin/archive/%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
2013-07-03 20:33:57 +00:00
|
|
|
BuildRequires: mvn(commons-io:commons-io)
|
|
|
|
BuildRequires: mvn(commons-lang:commons-lang)
|
2015-03-17 18:03:43 +00:00
|
|
|
BuildRequires: mvn(junit:junit)
|
2013-07-03 20:33:57 +00:00
|
|
|
BuildRequires: mvn(org.apache.ant:ant)
|
2013-06-10 14:50:08 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
2015-03-17 18:03:43 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
2013-07-03 20:33:57 +00:00
|
|
|
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
|
|
|
BuildRequires: mvn(org.mockito:mockito-all)
|
2015-03-17 18:03:43 +00:00
|
|
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
|
|
|
BuildRequires: mvn(xerces:xercesImpl)
|
2014-06-08 16:25:43 +00:00
|
|
|
BuildRequires: mvn(xml-apis:xml-apis)
|
2013-06-10 14:50:08 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Maven plugin to replace tokens in a given file with a value.
|
|
|
|
|
|
|
|
This plugin is also used to automatically generating PackageVersion.java
|
|
|
|
in the FasterXML.com project.
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package contains javadoc for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2015-03-17 18:03:43 +00:00
|
|
|
%setup -q -n maven-replacer-plugin-%{version}
|
2013-06-10 14:50:08 +00:00
|
|
|
|
|
|
|
%pom_remove_plugin :dashboard-maven-plugin
|
2015-03-17 18:03:43 +00:00
|
|
|
%pom_remove_plugin :maven-assembly-plugin
|
2014-06-08 16:25:43 +00:00
|
|
|
# NoClassDefFoundError: org/w3c/dom/ElementTraversal
|
|
|
|
%pom_add_dep xml-apis:xml-apis::test
|
2013-06-10 14:50:08 +00:00
|
|
|
|
2014-07-03 13:12:54 +00:00
|
|
|
sed -i.hamcrest '/startsWith/d' src/test/java/com/google/code/maven_replacer_plugin/file/FileUtilsTest.java
|
|
|
|
|
2013-07-03 20:33:57 +00:00
|
|
|
%mvn_file :%{name} %{name}
|
|
|
|
%mvn_alias :%{name} com.google.code.maven-replacer-plugin:maven-replacer-plugin
|
2013-06-10 14:50:08 +00:00
|
|
|
|
2013-07-03 20:33:57 +00:00
|
|
|
%build
|
2013-06-10 14:50:08 +00:00
|
|
|
|
2013-07-03 20:33:57 +00:00
|
|
|
%mvn_build
|
2013-06-10 14:50:08 +00:00
|
|
|
|
2013-07-03 20:33:57 +00:00
|
|
|
%install
|
|
|
|
%mvn_install
|
2013-06-10 14:50:08 +00:00
|
|
|
|
2013-07-03 20:33:57 +00:00
|
|
|
%files -f .mfiles
|
2015-03-17 18:03:43 +00:00
|
|
|
%doc README.md
|
|
|
|
%license LICENSE
|
2013-06-10 14:50:08 +00:00
|
|
|
|
2013-07-03 20:33:57 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
2015-03-17 18:03:43 +00:00
|
|
|
%license LICENSE
|
2013-06-10 14:50:08 +00:00
|
|
|
|
|
|
|
%changelog
|
2019-02-02 11:19:49 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 03:32:48 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 13:02:00 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 13:06:02 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 11:41:14 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 22:07:44 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 22:18:13 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-17 18:03:43 +00:00
|
|
|
* Tue Mar 17 2015 gil cattaneo <puntogil@libero.it> 1.6-1
|
|
|
|
- update to 1.6
|
|
|
|
- fix Url tag and Source0 tag
|
|
|
|
|
2015-02-11 19:48:53 +00:00
|
|
|
* Wed Feb 11 2015 gil cattaneo <puntogil@libero.it> 1.5.3-2
|
|
|
|
- introduce license macro
|
|
|
|
|
2014-07-03 13:12:54 +00:00
|
|
|
* Thu Jul 03 2014 gil cattaneo <puntogil@libero.it> 1.5.3-1
|
|
|
|
- update to 1.5.3
|
|
|
|
|
2014-06-08 02:21:38 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-28 14:23:19 +00:00
|
|
|
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.5.2-4
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2013-08-04 12:30:15 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-03 20:33:57 +00:00
|
|
|
* Wed Jul 03 2013 gil cattaneo <puntogil@libero.it> 1.5.2-2
|
|
|
|
- switch to XMvn
|
|
|
|
- minor changes to adapt to current guideline
|
|
|
|
|
2013-06-10 14:50:08 +00:00
|
|
|
* Sun May 26 2013 gil cattaneo <puntogil@libero.it> 1.5.2-1
|
2014-03-28 14:23:19 +00:00
|
|
|
- initial rpm
|