Sync with autotrace-0.31.1-0.fdr.3 from Marius.
This commit is contained in:
parent
b04cfe95a4
commit
050a008367
@ -1,17 +1,20 @@
|
|||||||
Name: autotrace
|
Name: autotrace
|
||||||
Version: 0.31.1
|
Version: 0.31.1
|
||||||
Release: 0.fdr.1.1.90
|
Release: 3
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: A utility for converting bitmaps to vector graphics
|
Summary: A utility for converting bitmaps to vector graphics
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://autotrace.sourceforge.net/
|
URL: http://autotrace.sourceforge.net/
|
||||||
Source0: http://download.sourceforge.net/autotrace/autotrace-0.31.1.tar.gz
|
Source0: http://dl.sf.net/autotrace/autotrace-0.31.1.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: ImageMagick-devel
|
BuildRequires: ImageMagick-devel
|
||||||
BuildRequires: XFree86-devel
|
BuildRequires: XFree86-devel
|
||||||
BuildRequires: libpng-devel > 2:1.2
|
BuildRequires: libpng-devel > 2:1.2
|
||||||
|
BuildRequires: libexif-devel
|
||||||
|
#BuildRequires: pstoedit-devel
|
||||||
|
BuildConflicts: pstoedit-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AutoTrace is a program similar to CorelTrace or Adobe Streamline for
|
AutoTrace is a program similar to CorelTrace or Adobe Streamline for
|
||||||
@ -25,26 +28,35 @@ Postscript, SVG, xfig, SWF, and others.
|
|||||||
Summary: Header files and static libraries for autotrace
|
Summary: Header files and static libraries for autotrace
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
|
Requires: ImageMagick-devel
|
||||||
|
#Requires: pstoedit-devel
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains header files and static libraries for autotrace.
|
This package contains header files and static libraries for autotrace.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog FAQ NEWS README THANKS TODO
|
||||||
@ -62,7 +74,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/autotrace/
|
%{_includedir}/autotrace/
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 21 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.31.1-3
|
||||||
|
- Temporarily changed buildreq pstoedit-devel to buildconflicts.
|
||||||
|
|
||||||
|
* Thu Apr 22 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.31.1-0.fdr.2
|
||||||
|
- Added new BuildReq pstoedit-devel.
|
||||||
|
- Added missing BuildReq libexif-devel.
|
||||||
|
- Added missing -devel requires pkgconfig, ImageMagick-devel.
|
||||||
|
- Converted spec file to UTF-8.
|
||||||
|
|
||||||
* Mon Sep 29 2003 Marius L. Johndal <mariuslj at ifi.uio.no> 0:0.31.1-0.fdr.1
|
* Mon Sep 29 2003 Marius L. Johndal <mariuslj at ifi.uio.no> 0:0.31.1-0.fdr.1
|
||||||
- Initial RPM release.
|
- Initial RPM release.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user