rpms/ifm/FC-3 ifm.spec,1.1,1.2

Christopher Grau (cgrau) fedora-extras-commits at redhat.com
Mon Aug 7 00:21:32 UTC 2006


Author: cgrau

Update of /cvs/extras/rpms/ifm/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/FC-3

Modified Files:
	ifm.spec 
Log Message:
- Fixed file permission issue (bug #200828).



Index: ifm.spec
===================================================================
RCS file: /cvs/extras/rpms/ifm/FC-3/ifm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifm.spec	4 Oct 2005 21:17:50 -0000	1.1
+++ ifm.spec	7 Aug 2006 00:21:32 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ifm
 Version:        5.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Interactive Fiction Mapper
 
 Group:          Amusements/Games
@@ -25,8 +25,8 @@
 %prep
 %setup -q
 %patch1 -p1
-cp -p %{SOURCE1} doc/.
-cp -p %{SOURCE2} doc/.
+install -pm 0644 %{SOURCE1} doc/.
+install -pm 0644 %{SOURCE2} doc/.
 sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \
        -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \
        doc/ifm.1
@@ -62,6 +62,9 @@
 
 
 %changelog
+* Sun Aug  6 2006 Chris Grau <chris at chrisgrau.com> 5.1-3
+- Fixed file permission issue (bug #200828).
+
 * Mon Sep 26 2005 Chris Grau <chris at chrisgrau.com> 5.1-2
 - Added tk as a BR for the wish requirement in configure.
 - Fixed paths in man page to point to proper documentation.




More information about the scm-commits mailing list