rpms/tuxpaint/devel tuxpaint.spec,1.10,1.11

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Sep 22 00:48:41 UTC 2006


Author: steve

Update of /cvs/extras/rpms/tuxpaint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9410

Modified Files:
	tuxpaint.spec 
Log Message:
Explicitly link libpng.


Index: tuxpaint.spec
===================================================================
RCS file: /cvs/extras/rpms/tuxpaint/devel/tuxpaint.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tuxpaint.spec	28 Aug 2006 18:47:57 -0000	1.10
+++ tuxpaint.spec	22 Sep 2006 00:48:40 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           tuxpaint
 Version:        0.9.15b
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Epoch:          1
 Summary:        Drawing program designed for young children
@@ -31,7 +31,9 @@
 sed -i -e '/\/gnome\/apps\/Graphics/d' Makefile
 
 %build
-make %{?_smp_mflags} PREFIX=/usr
+make %{?_smp_mflags} \
+    PREFIX=/usr \
+    ARCH_LINKS="$( libpng-config --libs )"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +71,9 @@
 %{_mandir}/*/man1/*
 
 %changelog
+* Thu Sep 21 2006 Steven Pritchard <steve at kspei.com> 1:0.9.15b-3
+- Explicitly link libpng.
+
 * Mon Aug 28 2006 Steven Pritchard <steve at kspei.com> 1:0.9.15b-2
 - Rebuild.
 - Update URL.




More information about the scm-commits mailing list