]> git.pld-linux.org Git - packages/autotrace.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'. PLD_1_0_freez
authorcvs2git <feedback@pld-linux.org>
Thu, 25 Oct 2001 21:47:46 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-10-25 21:47:46 UTC Jakub Bogusz <qboosh@pld-linux.org> '- up to 0.27a, renamed AutoTrace.spec to autotrace.spec, updated URLs'
Delete:
    autotrace.spec

autotrace.spec [deleted file]

diff --git a/autotrace.spec b/autotrace.spec
deleted file mode 100644 (file)
index a370db6..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-Summary:       AutoTrace - convert bitmap to vector graphics
-Summary(pl):   AutoTrace - konwersja grafiki rastrowej do wektorowej
-Name:          autotrace
-Version:       0.27a
-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: autoconf
-BuildRequires: automake
-BuildRequires: libpng-devel >= 1.0.6
-BuildRequires: ming-devel
-BuildRequires: ImageMagick-devel >= 5.2.1
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-AutoTrace is a utility that converts bitmap to vector graphics.
-It can import p[nbgp]m, bmp, tga, png (and many more through
-ImageMagick) files and write to emf, eps, ai, er, fig, svg, sk and swf
-files.
-
-%description -l pl
-AutoTrace jest narzêdziem do konwersji grafiki rastrowej na wektorow±.
-Mo¿e wczytywaæ pliki p[nbgp]m, bmp, tga, png (i wiele innych przez
-ImageMagick, a zapisywaæ w formacie emf, eps, ai, er, fig, svg, sk
-oraz swf.
-
-%package devel
-Summary:       AutoTrace library development files
-Summary(pl):   Pliki dla programistów u¿ywaj±cych biblioteki AutoTrace
-Group:         Development/Libraries
-Requires:      %{name} = %{version}
-
-%description devel
-AutoTrace library header files.
-
-%description devel -l pl
-Pliki nag³ówkowe do biblioteki AutoTrace.
-
-%package static
-Summary:       AutoTrace static library
-Summary(pl):   Biblioteka statyczna AutoTrace
-Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
-
-%description static
-AutoTrace static library.
-
-%description static -l pl
-Biblioteka statyczna AutoTrace.
-
-%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-
-%build
-libtoolize --copy --force
-aclocal
-autoconf
-automake -a -c
-%configure \
-       --enable-shared
-
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf AUTHORS NEWS README THANKS
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
-
-%files
-%defattr(644,root,root,755)
-%doc *.gz
-%attr(755,root,root) %{_bindir}/autotrace
-%attr(755,root,root) %{_libdir}/*.so.*.*
-
-%files devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
-%attr(755,root,root) %{_libdir}/*.la
-%attr(755,root,root) %{_bindir}/autotrace-config
-%{_includedir}/autotrace
-%{_aclocaldir}/autotrace.m4
-
-%files static
-%defattr(644,root,root,755)
This page took 0.071345 seconds and 4 git commands to generate.