]> git.pld-linux.org Git - packages/potrace.git/commitdiff
- initial PLD release
authorMariusz Witkowski <maryush@gmail.com>
Tue, 12 Aug 2003 11:19:46 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    potrace.spec -> 1.1

potrace.spec [new file with mode: 0644]

diff --git a/potrace.spec b/potrace.spec
new file mode 100644 (file)
index 0000000..a1172e6
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       Potrace is a utility for tracing a bitmap
+Summary(pl):   Potrace jest narzêdziem s³u¿acym do "trasowania" bitmap
+Name:          potrace
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Applications/Utilities
+Source0:       http://potrace.sourceforge.net/download/%{name}-%{version}.tar.gz
+# Source0-md5: a56ef0209eaf1fecbfd8def988ae12e8
+URL:           http://potrace.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Potrace is a utility for tracing a bitmap, which means, transforming a
+bitmap into a smooth, scalable image. The input is a portable bitmap
+(PBM), and the default output is an encapsulated PostScript file
+(EPS).
+
+%description -l pl
+Potrace jest narzêdziem s³u¿±cym do konwertowania obrazów bitowych w
+wektorowe. Wej¶ciem dla programu jest przeno¶na bitmapa (PBM), a
+standardowym wyj¶ciem jest plik encapsulated PostScript (EPS).
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README doc/potrace.pdf
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.046673 seconds and 4 git commands to generate.