rpms/autotrace/F-11 autotrace-aclocal18.patch, NONE, 1.1 import.log, NONE, 1.1 autotrace.spec, 1.23, 1.24

Peter Lemenkov peter at fedoraproject.org
Mon Jul 27 14:28:06 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/autotrace/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32071/F-11

Modified Files:
	autotrace.spec 
Added Files:
	autotrace-aclocal18.patch import.log 
Log Message:
fixed rhbz# 477980

autotrace-aclocal18.patch:
 autotrace.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE autotrace-aclocal18.patch ---
--- autotrace.m4~	2002-10-10 23:44:12.000000000 +0300
+++ autotrace.m4	2005-05-22 22:17:06.000000000 +0300
@@ -4,7 +4,7 @@
 dnl AM_PATH_AUTOTRACE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl Test to see if libautotrace is installed, and define AUTOTRACE_CFLAGS, LIBS
 dnl
-AC_DEFUN(AM_PATH_AUTOTRACE,
+AC_DEFUN([AM_PATH_AUTOTRACE],
 [dnl
 dnl Get the cflags and libraries from the autotrace-config script
 dnl

 	  	 


--- NEW FILE import.log ---
autotrace-0_31_1-23_fc11:F-11:autotrace-0.31.1-23.fc11.src.rpm:1248704713


Index: autotrace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/autotrace/F-11/autotrace.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- autotrace.spec	13 Mar 2009 10:56:14 -0000	1.23
+++ autotrace.spec	27 Jul 2009 14:28:06 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           autotrace
 Version:        0.31.1
-Release:        21%{?dist}
+Release:        23%{?dist}
 
 Summary:        Utility for converting bitmaps to vector graphics
 
@@ -21,6 +21,7 @@ BuildRequires:  freetype-devel
 BuildConflicts: pstoedit-devel
 
 Patch0:         autotrace-0.31.1-GetOnePixel.patch
+Patch1:		autotrace-aclocal18.patch
 
 %description
 AutoTrace is a program similar to CorelTrace or Adobe Streamline for
@@ -46,6 +47,7 @@ This package contains header files and s
 %prep
 %setup -q
 %patch0 -p1 -b .GetOnePixel
+%patch1 -p0 -b .aclocal18
 
 %build
 %configure
@@ -54,9 +56,10 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
 
 
 %clean
@@ -80,7 +83,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc HACKING
 %{_bindir}/autotrace-config
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/autotrace/
@@ -88,6 +90,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 27 2009 Peter Lemenkov <lemenkov at gmail.com> - 0.31.1-23
+- Removed static libraries from -devel
+- Changed %%makeinstall to "make install DESTDIR=blablabla"
+- Fixed rhbz# 477980
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.31.1-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Fri Mar 13 2009 Hans de Goede <hdegoede at redhat.com> - 0.31.1-21
 - Rebuild for new ImageMagick
 




More information about the scm-commits mailing list