rpms/transfig/F-9 transfig-3.2.5-bitmap.patch, NONE, 1.1 transfig.spec, 1.29, 1.30

Ralf Corsépius corsepiu at fedoraproject.org
Sat Dec 20 04:04:58 UTC 2008


Author: corsepiu

Update of /cvs/pkgs/rpms/transfig/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16162

Modified Files:
	transfig.spec 
Added Files:
	transfig-3.2.5-bitmap.patch 
Log Message:
* Sat Dec 20 2008 Ralf Corsépius <corsepiu at fedoraproject.org> - 1:3.2.5-5
- Add transfig-3.2.5-bitmap.patch, tweak permission on sources (BZ #209865).


transfig-3.2.5-bitmap.patch:

--- NEW FILE transfig-3.2.5-bitmap.patch ---
diff -Naur transfig.3.2.5-modularX/fig2dev/Imakefile transfig.3.2.5/fig2dev/Imakefile
--- transfig.3.2.5-modularX/fig2dev/Imakefile	2008-11-26 10:02:04.000000000 +0100
+++ transfig.3.2.5/fig2dev/Imakefile	2008-11-26 10:02:55.000000000 +0100
@@ -229,7 +229,7 @@
 	else (set -x; $(MKDIRHIER) $(DESTDIR)$(XFIGLIBDIR)/bitmaps ); fi ; \
 	echo Copying bitmap files for tk to $(DESTDIR)$(XFIGLIBDIR)/bitmaps ; \
 	for f in * ; do \
-	      $(INSTALL) -c $$f $(DESTDIR)$(XFIGLIBDIR)/bitmaps ; \
+	      $(INSTALL) -c $(INSTDATFLAGS) $$f $(DESTDIR)$(XFIGLIBDIR)/bitmaps ; \
 	done) ; 
 
 install.all::


Index: transfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transfig/F-9/transfig.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- transfig.spec	10 Sep 2008 13:58:56 -0000	1.29
+++ transfig.spec	20 Dec 2008 04:04:27 -0000	1.30
@@ -1,13 +1,14 @@
 Summary: A utility for converting FIG files (made by xfig) to other formats.
 Name: transfig
 Version: 3.2.5
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: MIT
 Group: Applications/Multimedia
 Source: ftp://www-epb.lbl.gov/xfig/%{name}.%{version}.tar.gz
 
 Patch5: transfig-3.2.5-modularX.patch
+Patch6: transfig-3.2.5-bitmap.patch
 
 Requires:	ghostscript
 
@@ -32,6 +33,9 @@
 %setup -q -n %{name}.%{version}
 
 %patch5 -p1 -b .modularX
+%patch6 -p1 -b .bitmap
+# fix source permissions
+find -type f -exec chmod -x {} \;
 
 %build
 xmkmf
@@ -53,7 +57,7 @@
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc CHANGES NOTES README LATEX.AND.XFIG
 %{_bindir}/transfig
 %{_bindir}/fig2dev
@@ -65,6 +69,9 @@
 %{_datadir}/fig2dev
 
 %changelog
+* Sat Dec 20 2008 Ralf Corsépius <corsepiu at fedoraproject.org> - 1:3.2.5-5
+- Add transfig-3.2.5-bitmap.patch, tweak permission on sources (BZ #209865).
+
 * Wed Sep 10 2008 Stepan Kasal <skasal at redhat.com> - 1:3.2.5-4
 - remove transfig.3.2.4-pstex.patch, which reintroduced #164140
   at the update to 3.2.5




More information about the fedora-extras-commits mailing list