Browse Source

update to 0.6.5-1

* add support for perl archive which have Build.PL
* update method of CheckPkgType
* add wget and gettext to Requires

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7467 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 11 years ago
parent
commit
2cbd0e0713
1 changed files with 9 additions and 2 deletions
  1. 9 2
      v/vine-rpm-helper/vine-rpm-helper-vl.spec

+ 9 - 2
v/vine-rpm-helper/vine-rpm-helper-vl.spec

@@ -1,6 +1,6 @@
 # Basic Information
 Name:		vine-rpm-helper
-Version:	0.6.4
+Version:	0.6.5
 Release:	1%{?_dist_release}
 License:	GPLv3
 Group:		Development/Tools
@@ -22,6 +22,8 @@ Requires:	gzip
 Requires:	tar
 Requires:	unzip
 Requires:	xz
+Requires:	wget
+Requires:	gettext
 
 %description
 Vine-rpm-helper support to make RPM packages for Vine Linux.
@@ -53,12 +55,17 @@ rm ${RPM_BUILD_ROOT}/usr/bin/mkrpmfiles
 %doc COPYING ChangeLog NEWS README
 #{_bindir}/mkrpmfiles
 %{_bindir}/mkrpmspec
-%{_datadir}/vine-rpm-helper/licences-md5sum.dat
+%{_datadir}/vine-rpm-helper
 %{_mandir}/ja/man1/*
 %{_mandir}/man1/*
 %{_prefix}/lib/vine-rpm-helper/
 
 %changelog
+* Fri Feb 15 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.5-1
+- add support for perl archive which have Build.PL
+- update method of CheckPkgType
+- add wget and gettext to Requires
+
 * Wed Aug 15 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.6.4-1
 - add prefix python where package type is Python.