Update to 1.3
This commit is contained in:
parent
6a1fe69879
commit
5e4c6f89c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
commons-exec-1.0.1-src.tar.gz
|
commons-exec-1.0.1-src.tar.gz
|
||||||
/commons-exec-1.1-src.tar.gz
|
/commons-exec-1.1-src.tar.gz
|
||||||
/commons-exec-1.2-src.tar.gz
|
/commons-exec-1.2-src.tar.gz
|
||||||
|
/commons-exec-1.3-src.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-commons-exec
|
Name: apache-commons-exec
|
||||||
Version: 1.2
|
Version: 1.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java library to reliably execute external processes from within the JVM
|
Summary: Java library to reliably execute external processes from within the JVM
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -39,7 +39,7 @@ This package contains the API documentation for %{name}.
|
|||||||
%setup -q -n %{short_name}-%{version}-src
|
%setup -q -n %{short_name}-%{version}-src
|
||||||
|
|
||||||
# Fix wrong end-of-line encoding
|
# Fix wrong end-of-line encoding
|
||||||
for file in LICENSE.txt NOTICE.txt STATUS; do
|
for file in LICENSE.txt NOTICE.txt RELEASE-NOTES.txt STATUS; do
|
||||||
sed -i.orig "s/\r//" $file && \
|
sed -i.orig "s/\r//" $file && \
|
||||||
touch -r $file.orig $file && \
|
touch -r $file.orig $file && \
|
||||||
rm $file.orig
|
rm $file.orig
|
||||||
@ -61,7 +61,7 @@ chmod a+x src/test/scripts/*.sh
|
|||||||
|
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE.txt NOTICE.txt STATUS
|
%doc LICENSE.txt NOTICE.txt STATUS RELEASE-NOTES.txt
|
||||||
|
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
@ -69,6 +69,9 @@ chmod a+x src/test/scripts/*.sh
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 02 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.3-1
|
||||||
|
- Update to 1.3
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user