File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You should have received a copy of the GNU Lesser General Public License along
1919with this program. If not, see http://www.gnu.org/licenses/.
2020-->
2121<!DOCTYPE softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
22- <softpkg id =" DCE:c8cfe2e0-16d3-11e5-9808-3417ebc4aab5" name =" rh.SourceVITA49" type =" 2.0.0" version =" 3.0.0 " >
22+ <softpkg id =" DCE:c8cfe2e0-16d3-11e5-9808-3417ebc4aab5" name =" rh.SourceVITA49" type =" 2.0.0" version =" 3.0.1 " >
2323 <title ></title >
2424 <author >
2525 <name ></name >
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ if [ "$1" = "rpm" ]; then
2424 if [ -e rh.SourceVITA49.spec ]; then
2525 mydir=` dirname $0 `
2626 tmpdir=` mktemp -d`
27- cp -r ${mydir} ${tmpdir} /rh.SourceVITA49-3.0.0
28- tar czf ${tmpdir} /rh.SourceVITA49-3.0.0 .tar.gz --exclude=" .svn" -C ${tmpdir} rh.SourceVITA49-3.0.0
29- rpmbuild -ta ${tmpdir} /rh.SourceVITA49-3.0.0 .tar.gz
27+ cp -r ${mydir} ${tmpdir} /rh.SourceVITA49-3.0.1
28+ tar czf ${tmpdir} /rh.SourceVITA49-3.0.1 .tar.gz --exclude=" .svn" -C ${tmpdir} rh.SourceVITA49-3.0.1
29+ rpmbuild -ta ${tmpdir} /rh.SourceVITA49-3.0.1 .tar.gz
3030 rm -rf $tmpdir
3131 else
3232 echo " Missing RPM spec file in" ` pwd`
Original file line number Diff line number Diff line change 1717# You should have received a copy of the GNU Lesser General Public License
1818# along with this program. If not, see http://www.gnu.org/licenses/.
1919#
20- AC_INIT ( rh.SourceVITA49 , 3.0.0 )
20+ AC_INIT ( rh.SourceVITA49 , 3.0.1 )
2121AM_INIT_AUTOMAKE ( [ nostdinc foreign] )
2222AC_CONFIG_MACRO_DIR ( [ m4] )
2323
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Prefix: %{_prefix}
3030%define _infodir %{_prefix }/info
3131
3232Name: rh.SourceVITA49
33- Version: 3.0.0
33+ Version: 3.0.1
3434Release: 1%{?dist }
3535Summary: Component %{name }
3636
You can’t perform that action at this time.
0 commit comments