[svn] r5380 - trunk/rpms/antiword
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Wed May 9 14:38:14 CEST 2007
Author: dries
Date: 2007-05-09 14:38:13 +0200 (Wed, 09 May 2007)
New Revision: 5380
Modified:
trunk/rpms/antiword/antiword.spec
Log:
change executable permissions of /usr/bin/antiword
Modified: trunk/rpms/antiword/antiword.spec
===================================================================
--- trunk/rpms/antiword/antiword.spec 2007-05-09 11:59:54 UTC (rev 5379)
+++ trunk/rpms/antiword/antiword.spec 2007-05-09 12:38:13 UTC (rev 5380)
@@ -5,7 +5,7 @@
Summary: Converts MS-Word documents to ASCII and Postscript
Name: antiword
Version: 0.37
-Release: 1.2
+Release: 2
License: GPL
Group: Applications/Publishing
URL: http://www.winfield.demon.nl/
@@ -29,6 +29,7 @@
%install
%{__rm} -rf %{buildroot}
%makeinstall LOCAL_INSTALL_DIR=%{buildroot}%{_bindir} LOCAL_RESOURCES_DIR=%{buildroot}%{_datadir}/antiword
+%{__chmod} a+rx %{buildroot}%{_bindir}/*antiword
%clean
%{__rm} -rf %{buildroot}
@@ -41,8 +42,8 @@
%{_datadir}/antiword/
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.37-1.2
-- Rebuild for Fedora Core 5.
+* Wed May 09 2007 Dries Verachtert <dries at ulyssis.org> - 0.37-2
+- Change permissions of antiword, thanks to Tim Wegener and Michael Mansour.
* Tue Nov 29 2005 Dries Verachtert <dries at ulyssis.org> - 0.37-1
- Updated to release 0.37.
More information about the svn-commits
mailing list