]> git.pld-linux.org Git - packages/autotrace.git/blame - autotrace.spec
- converted to UTF-8
[packages/autotrace.git] / autotrace.spec
CommitLineData
d378c254 1Summary: AutoTrace - convert bitmap to vector graphics
e561cacb 2Summary(pl.UTF-8): AutoTrace - konwerter grafiki rastrowej do wektorowej
d378c254 3Name: autotrace
a728ae5d 4Version: 0.31.1
6d9936a1 5Release: 7
d378c254
JB
6License: GPL
7Group: Applications
affda7cf 8Source0: http://dl.sourceforge.net/autotrace/%{name}-%{version}.tar.gz
ecabc6fe 9# Source0-md5: 54eabbb38d2076ded6d271e1ee4d0783
a728ae5d
JB
10Patch0: %{name}-link.patch
11Patch1: %{name}-aclocal.patch
d2c6cea2 12Patch2: %{name}-am18.patch
bdf26f51 13Patch3: %{name}-magick6.patch
d378c254 14URL: http://autotrace.sourceforge.net/
d831dc94 15BuildRequires: ImageMagick-devel >= 1:6.2.4.0
d378c254
JB
16BuildRequires: autoconf
17BuildRequires: automake
b77396d7 18BuildRequires: libtool
d378c254
JB
19BuildRequires: libpng-devel >= 1.0.6
20BuildRequires: ming-devel
bdf26f51 21BuildRequires: pstoedit-devel >= 3.33-4
d378c254
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
df39088c
JB
25AutoTrace is a utility that converts bitmap to vector graphics. It can
26import p[nbgp]m, bmp, tga, png (and many more through ImageMagick)
27files and write to emf, eps, ai, er, fig, svg, sk and swf files.
d378c254 28
e561cacb
JR
29%description -l pl.UTF-8
30AutoTrace jest narzędziem do konwersji grafiki rastrowej na wektorową.
31Może wczytywać pliki p[nbgp]m, bmp, tga, png (i wiele innych przez
32ImageMagick, a zapisywać w formacie emf, eps, ai, er, fig, svg, sk
d378c254
JB
33oraz swf.
34
35%package devel
36Summary: AutoTrace library development files
e561cacb 37Summary(pl.UTF-8): Pliki dla programistów używających biblioteki AutoTrace
d378c254 38Group: Development/Libraries
bdf26f51 39Requires: %{name} = %{version}-%{release}
d831dc94 40Requires: ImageMagick-devel >= 1:6.2.4.0
d2c6cea2
JB
41Requires: libpng-devel >= 1.0.6
42Requires: ming-devel
bdf26f51 43Requires: pstoedit-devel >= 3.33-4
d378c254
JB
44
45%description devel
46AutoTrace library header files.
47
e561cacb
JR
48%description devel -l pl.UTF-8
49Pliki nagłówkowe do biblioteki AutoTrace.
d378c254
JB
50
51%package static
52Summary: AutoTrace static library
e561cacb 53Summary(pl.UTF-8): Biblioteka statyczna AutoTrace
d378c254 54Group: Development/Libraries
bdf26f51 55Requires: %{name}-devel = %{version}-%{release}
d378c254
JB
56
57%description static
58AutoTrace static library.
59
e561cacb 60%description static -l pl.UTF-8
d378c254
JB
61Biblioteka statyczna AutoTrace.
62
63%prep
64%setup -q
65%patch0 -p1
a728ae5d 66%patch1 -p1
d2c6cea2 67%patch2 -p1
bdf26f51 68%patch3 -p1
d378c254
JB
69
70%build
a89c608d 71%{__libtoolize}
2eb71034 72%{__aclocal}
0bc806ef 73%{__autoconf}
74%{__automake}
d378c254
JB
75%configure \
76 --enable-shared
77
78%{__make}
79
80%install
81rm -rf $RPM_BUILD_ROOT
2eb71034 82
a8b6228a
PG
83%{__make} install \
84 DESTDIR=$RPM_BUILD_ROOT
d378c254 85
d378c254
JB
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%post -p /sbin/ldconfig
90%postun -p /sbin/ldconfig
91
92%files
93%defattr(644,root,root,755)
5d51784a 94%doc AUTHORS NEWS README THANKS
d378c254 95%attr(755,root,root) %{_bindir}/autotrace
bdf26f51 96%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
5d51784a 97%{_mandir}/man1/*
d378c254
JB
98
99%files devel
100%defattr(644,root,root,755)
d378c254 101%attr(755,root,root) %{_bindir}/autotrace-config
bdf26f51
JB
102%attr(755,root,root) %{_libdir}/lib*.so
103%{_libdir}/lib*.la
d378c254
JB
104%{_includedir}/autotrace
105%{_aclocaldir}/autotrace.m4
5d51784a 106%{_pkgconfigdir}/*
d378c254
JB
107
108%files static
109%defattr(644,root,root,755)
5d51784a 110%{_libdir}/lib*.a
This page took 0.123801 seconds and 4 git commands to generate.