Author: sparky                       Date: Sun Nov  5 02:36:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add fix_as-needed patch; do all required auto*

---- Files affected:
SPECS:
   svg2pdf.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/svg2pdf.spec
diff -u SPECS/svg2pdf.spec:1.2 SPECS/svg2pdf.spec:1.3
--- SPECS/svg2pdf.spec:1.2      Sun Nov  5 03:19:51 2006
+++ SPECS/svg2pdf.spec  Sun Nov  5 03:36:07 2006
@@ -8,14 +8,15 @@
 Group:         Applications/Graphics
 Source0:       http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
 # Source0-md5: 0059ba059ff89931cf37720fcd102d8f
+Patch0:                %{name}-fix-as_needed.patch
 URL:           http://cairographics.org/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libsvg-cairo-devel >= 0.1.6
 BuildRequires: pkgconfig
 Requires:      libsvg-cairo >= 0.1.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define filterout_ld -Wl,--as-needed --as-needed
-
 %description
 Utility to convert an SVG file to a PDF file (using cairo).
 
@@ -24,8 +25,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -50,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/05 02:36:07  sparky
+- add fix_as-needed patch; do all required auto*
+
 Revision 1.2  2006/11/05 02:19:51  japhy
 - Disable --as-needed linking
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/svg2pdf.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to