Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1587 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
dcdd14fab7
1 changed files with 5 additions and 3 deletions
  1. 5 3
      c/cabextract/cabextract-vl.spec

+ 5 - 3
c/cabextract/cabextract-vl.spec

@@ -2,7 +2,7 @@ Summary: A program to extract Microsoft Cabinet files
 Summary(ja): Microsoft キャビネットファイルを抽出するプログラム
 Name: cabextract
 Version: 1.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv3
 Group: Applications/Archiving
 Source: http://www.kyz.uklinux.net/downloads/%{name}-%{version}.tar.gz
@@ -41,12 +41,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %files
 %defattr(0644, root, root, 0755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(0755, root, root)
-%{_bindir}/cabextract
+%attr(0755, root, root) %{_bindir}/cabextract
 %{_mandir}/man1/cabextract.1*
 
 #--------------------------------------------------------------------
 %changelog
+* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3-3
+- fixed permission (see [VineLinux:1021])
+
 * Wed Aug 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3-2
 - recovered %build section
   - missing type make command...