rpms/aterm/FC-4 aterm.spec,1.10,1.11

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Jun 18 08:52:15 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/aterm/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15291/FC-4

Modified Files:
	aterm.spec 
Log Message:
- fix #192433 



Index: aterm.spec
===================================================================
RCS file: /cvs/extras/rpms/aterm/FC-4/aterm.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- aterm.spec	28 Feb 2006 22:22:06 -0000	1.10
+++ aterm.spec	18 Jun 2006 08:52:15 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           aterm
 Version:        1.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        Afterstep XVT, VT102 emulator for the X Window system
 Group:          User Interface/X
@@ -38,7 +38,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall mandir=$RPM_BUILD_ROOT/%{_mandir}/man1
+%makeinstall mandir=$RPM_BUILD_ROOT/%{_mandir}/man1 \
+INSTALL_PROGRAM="/usr/bin/install -c -m 755"
 
 desktop-file-install \
   --vendor=fedora \
@@ -61,6 +62,10 @@
 
 
 %changelog
+* Sun Jun 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.0.0-3
+- fix #192433
+
 * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.0.0-2
 - fix #177302 (term should really be rxvt with new termcap)




More information about the fedora-extras-commits mailing list