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