]> git.pld-linux.org Git - packages/autotrace.git/commitdiff
- updated to 0.30 (bug fixes, more export formats) RA-1_0 STABLE autotrace-0_30-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jul 2002 11:17:07 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated shared patch, removed obsolete magick patch
- fixed empty -static package, updated files list, new %%doc

Changed files:
    autotrace-magick.patch -> 1.2
    autotrace-shared.patch -> 1.2
    autotrace.spec -> 1.10

autotrace-magick.patch [deleted file]
autotrace-shared.patch
autotrace.spec

diff --git a/autotrace-magick.patch b/autotrace-magick.patch
deleted file mode 100644 (file)
index fcd161b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- autotrace-0.27a/input-magick.c.orig        Tue Mar 20 12:01:05 2001
-+++ autotrace-0.27a/input-magick.c     Thu Oct 25 23:32:08 2001
-@@ -17,7 +17,7 @@
-   PixelPacket p;
-   PixelPacket *pixel=&p;
-   ExceptionInfo exception;
--  MagickIncarnate("");
-+  InitializeMagick("");
-   GetExceptionInfo(&exception);
-   image_info=CloneImageInfo((ImageInfo *) NULL);
-   (void) strcpy(image_info->filename,filename);
index 8ff4942609cf768431858ed10c96184297e88fc6..e4d7920b53a0fb87b6893e858e833037d9119697 100644 (file)
@@ -13,8 +13,8 @@
  output-emf.c output-emf.h \
  $(output_swf_src)
  
--libautotrace_a_SOURCES = version.c               \
-+libautotrace_la_SOURCES = version.c               \
+-libautotrace_a_SOURCES =\
++libautotrace_la_SOURCES =\
                  $(input_src) ${output_src}    \
                fit.c                           \
                bitmap.c                        \
index 2c7e5dce3ec082762e5bf1afaad2538c23515348..1b645760b803b087bee7dbe1b1a9362e463ff399 100644 (file)
@@ -1,20 +1,19 @@
 Summary:       AutoTrace - convert bitmap to vector graphics
-Summary(pl):   AutoTrace - konwersja grafiki rastrowej do wektorowej
+Summary(pl):   AutoTrace - konwerter grafiki rastrowej do wektorowej
 Name:          autotrace
-Version:       0.27a
+Version:       0.30
 Release:       1
 License:       GPL
 Group:         Applications
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/autotrace/%{name}-%{version}.tar.gz
 Patch0:                %{name}-shared.patch
-Patch1:                %{name}-magick.patch
 URL:           http://autotrace.sourceforge.net/
+BuildRequires: ImageMagick-devel >= 5.2.1
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: libpng-devel >= 1.0.6
 BuildRequires: ming-devel
-BuildRequires: ImageMagick-devel >= 5.2.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,7 +54,6 @@ Biblioteka statyczna AutoTrace.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -71,8 +69,6 @@ aclocal
 rm -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS NEWS README THANKS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -81,9 +77,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS NEWS README THANKS
 %attr(755,root,root) %{_bindir}/autotrace
 %attr(755,root,root) %{_libdir}/*.so.*.*
+%{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -92,6 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/autotrace-config
 %{_includedir}/autotrace
 %{_aclocaldir}/autotrace.m4
+%{_pkgconfigdir}/*
 
 %files static
 %defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.084165 seconds and 4 git commands to generate.