Author: shadzik                      Date: Thu Jun 29 21:58:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   jp2a.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/jp2a.spec
diff -u /dev/null SPECS/jp2a.spec:1.1
--- /dev/null   Thu Jun 29 23:58:13 2006
+++ SPECS/jp2a.spec     Thu Jun 29 23:58:08 2006
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:       jp2a
+Summary(pl):   jp2a
+Name:          jp2a
+Version:       0.9.8
+Release:       1
+License:       GPL v2
+Group:         Applications
+Source0:       http://dl.sourceforge.net/jp2a/%{name}-%{version}.tar.bz2
+# Source0-md5: 8067ab28dd5ade10be659866908d7b35
+URL:           http://jp2a.sourceforge.net/
+BuildRequires: libjpeg-devel
+BuildRequires: rpmbuild(macros) >= 1.228
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+jp2a is a small utility that converts JPG images to ASCII. It's
+written in C.
+
+%description -l pl
+jp2a jest małym narzędziem, które konwertuje pliki JPEG do ASCII.
+Napisany został w C.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make} \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
+
+%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 ChangeLog NEWS README
+%attr(755,root,roo) %{_bindir}/jp2a
+%{_mandir}/man1/%{name}*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/06/29 21:58:08  shadzik
+- new
+
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to