]> git.pld-linux.org Git - packages/autotrace.git/blobdiff - autotrace.spec
- rel. 4
[packages/autotrace.git] / autotrace.spec
index 867d2e15ea56fdb38748ff3906cac437a8c8fab1..7d9346ea03f98a0edf80466db9f5fb27c510f048 100644 (file)
@@ -2,13 +2,15 @@ Summary:      AutoTrace - convert bitmap to vector graphics
 Summary(pl):   AutoTrace - konwerter grafiki rastrowej do wektorowej
 Name:          autotrace
 Version:       0.31.1
-Release:       1
+Release:       4
 License:       GPL
 Group:         Applications
 Source0:       http://dl.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
 URL:           http://autotrace.sourceforge.net/
 BuildRequires: ImageMagick-devel >= 5.2.1
 BuildRequires: autoconf
@@ -16,7 +18,7 @@ BuildRequires:        automake
 BuildRequires: libtool
 BuildRequires: libpng-devel >= 1.0.6
 BuildRequires: ming-devel
-BuildRequires: pstoedit >= 3.32
+BuildRequires: pstoedit-devel >= 3.33-4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,7 +36,11 @@ oraz swf.
 Summary:       AutoTrace library development files
 Summary(pl):   Pliki dla programistów u¿ywaj±cych biblioteki AutoTrace
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
+Requires:      ImageMagick-devel >= 5.2.1
+Requires:      libpng-devel >= 1.0.6
+Requires:      ming-devel
+Requires:      pstoedit-devel >= 3.33-4
 
 %description devel
 AutoTrace library header files.
@@ -46,7 +52,7 @@ Pliki nag
 Summary:       AutoTrace static library
 Summary(pl):   Biblioteka statyczna AutoTrace
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 AutoTrace static library.
@@ -58,6 +64,8 @@ Biblioteka statyczna AutoTrace.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -85,14 +93,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README THANKS
 %attr(755,root,root) %{_bindir}/autotrace
-%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
 %attr(755,root,root) %{_bindir}/autotrace-config
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
 %{_includedir}/autotrace
 %{_aclocaldir}/autotrace.m4
 %{_pkgconfigdir}/*
This page took 0.03349 seconds and 4 git commands to generate.