SPECS: crossmingw32-fontconfig.spec - proper shared + static build

czarny czarny at pld-linux.org
Sun Feb 25 16:08:25 CET 2007


Author: czarny                       Date: Sun Feb 25 15:08:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper shared + static build

---- Files affected:
SPECS:
   crossmingw32-fontconfig.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-fontconfig.spec
diff -u SPECS/crossmingw32-fontconfig.spec:1.1 SPECS/crossmingw32-fontconfig.spec:1.2
--- SPECS/crossmingw32-fontconfig.spec:1.1	Tue Feb 20 20:14:43 2007
+++ SPECS/crossmingw32-fontconfig.spec	Sun Feb 25 16:08:20 2007
@@ -61,7 +61,7 @@
 
 %prep
 %setup -q -n %{_realname}-%{version}
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
 %if %{with bytecode}
 %patch2 -p1
@@ -76,13 +76,13 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	AR="%{target}-ar" \
-	RANLIB="%{target}-ranlib" \
 	--target=%{target} \
-	--host=%{target_platform} \
-	--with-arch=%{target_platform} \
+	--host=%{target} \
+	--with-arch=%{target} \
 	--disable-docs
 
+#%{__sed} -i -e 's/^deplibs_check_method=.*/deplibs_check_method="pass_all"/' libtool
+
 %{__make}
 
 %install
@@ -113,9 +113,11 @@
 #%{_sysconfdir}/fonts/conf.avail/README
 #%dir %{_sysconfdir}/fonts/conf.d
 #%config(noreplace,missingok) %verify(not link md5 mtime size) %{_sysconfdir}/fonts/conf.d/*.conf
-%attr(755,root,root) %{_libdir}/lib*.la
-%attr(755,root,root) %{_libdir}/lib*.a
-%{_includedir}/fontconfig
+%{_libdir}/lib*.la
+%{_libdir}/lib*.a
+%{_bindir}/*.dll
+%dir %{_includedir}/fontconfig
+%{_includedir}/fontconfig/*.h
 %{_pkgconfigdir}/fontconfig.pc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -125,6 +127,9 @@
 
 
 $Log$
+Revision 1.2  2007/02/25 15:08:20  czarny
+- proper shared + static build
+
 Revision 1.1  2007/02/20 19:14:43  czarny
 - new based of fontconfig.spec
 
================================================================

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



More information about the pld-cvs-commit mailing list