]> git.pld-linux.org Git - packages/autotrace.git/blobdiff - autotrace.spec
- release 13 (by relup.sh)
[packages/autotrace.git] / autotrace.spec
index 8bff2c3300378685bf0253a75d640d0d29b9f6bb..d4c68fac85c45ae11edd00c81042247d86811d09 100644 (file)
@@ -2,15 +2,17 @@ Summary:      AutoTrace - convert bitmap to vector graphics
 Summary(pl.UTF-8):     AutoTrace - konwerter grafiki rastrowej do wektorowej
 Name:          autotrace
 Version:       0.31.1
-Release:       7
-License:       GPL
-Group:         Applications
-Source0:       http://dl.sourceforge.net/autotrace/%{name}-%{version}.tar.gz
+Release:       13
+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
@@ -66,14 +68,16 @@ Biblioteka statyczna AutoTrace.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure \
-       --enable-shared
+%configure
 
 %{__make}
 
@@ -93,18 +97,19 @@ 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}/lib*.so.*.*.*
-%{_mandir}/man1/*
+%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) %{_bindir}/autotrace-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libautotrace.so
+%{_libdir}/libautotrace.la
 %{_includedir}/autotrace
 %{_aclocaldir}/autotrace.m4
-%{_pkgconfigdir}/*
+%{_pkgconfigdir}/autotrace.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libautotrace.a
This page took 0.06084 seconds and 4 git commands to generate.