]> git.pld-linux.org Git - packages/autotrace.git/blobdiff - autotrace.spec
- temp rel
[packages/autotrace.git] / autotrace.spec
index 78459a028a9258a2bca300a7daa7b7526266400a..c7ce390b4598cef828aa967b3d8d188c4aede06d 100644 (file)
@@ -1,21 +1,26 @@
 Summary:       AutoTrace - convert bitmap to vector graphics
-Summary(pl):   AutoTrace - konwersja grafiki rastrowej do wektorowej
+Summary(pl.UTF-8):     AutoTrace - konwerter grafiki rastrowej do wektorowej
 Name:          autotrace
-Version:       0.27a
-Release:       1
-License:       GPL
-Group:         Applications
-Group(de):     Applikationen
-Group(pl):     Aplikacje
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/autotrace/%{name}-%{version}.tar.gz
-Patch0:                %{name}-shared.patch
-Patch1:                %{name}-magick.patch
+Version:       0.31.1
+Release:       14.1
+License:       GPL v2+
+Group:         Applications/Graphics
+Source0:       http://downloads.sourceforge.net/autotrace/%{name}-%{version}.tar.gz
+# Source0-md5: 54eabbb38d2076ded6d271e1ee4d0783
+Patch0:                %{name}-link.patch
+Patch1:                %{name}-aclocal.patch
+Patch2:                %{name}-am18.patch
+Patch3:                %{name}-magick6.patch
+Patch4:                %{name}-am.patch
+Patch5:                %{name}-libpng.patch
 URL:           http://autotrace.sourceforge.net/
+BuildRequires: ImageMagick-devel >= 1:6.2.4.0
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: libpng-devel >= 1.0.6
 BuildRequires: ming-devel
-BuildRequires: ImageMagick-devel >= 5.2.1
+BuildRequires: pstoedit-devel >= 3.33-4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,70 +28,64 @@ 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
+%description -l pl.UTF-8
+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
+Summary(pl.UTF-8):     Pliki dla programistów używających biblioteki AutoTrace
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
+Requires:      ImageMagick-devel >= 1:6.2.4.0
+Requires:      libpng-devel >= 1.0.6
+Requires:      ming-devel
+Requires:      pstoedit-devel >= 3.33-4
 
 %description devel
 AutoTrace library header files.
 
-%description devel -l pl
-Pliki nag³ówkowe do biblioteki AutoTrace.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe do biblioteki AutoTrace.
 
 %package static
 Summary:       AutoTrace static library
-Summary(pl):   Biblioteka statyczna AutoTrace
+Summary(pl.UTF-8):     Biblioteka statyczna AutoTrace
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(es):     Desarrollo/Bibliotecas
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Group(pt_BR):  Desenvolvimento/Bibliotecas
-Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
-Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 AutoTrace static library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteka statyczna AutoTrace.
 
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
-libtoolize --copy --force
-aclocal
-autoconf
-automake -a -c
-%configure \
-       --enable-shared
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS NEWS README THANKS
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -96,17 +95,21 @@ 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.*.*
+%attr(755,root,root) %{_libdir}/libautotrace.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libautotrace.so.3
+%{_mandir}/man1/autotrace.1*
 
 %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
+%attr(755,root,root) %{_libdir}/libautotrace.so
+%{_libdir}/libautotrace.la
 %{_includedir}/autotrace
 %{_aclocaldir}/autotrace.m4
+%{_pkgconfigdir}/autotrace.pc
 
 %files static
 %defattr(644,root,root,755)
+%{_libdir}/libautotrace.a
This page took 0.097229 seconds and 4 git commands to generate.