SPECS: jpeg-mmx.spec - some descs
qboosh
qboosh at pld-linux.org
Tue Oct 11 14:28:49 CEST 2005
Author: qboosh Date: Tue Oct 11 12:28:49 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- some descs
---- Files affected:
SPECS:
jpeg-mmx.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/jpeg-mmx.spec
diff -u SPECS/jpeg-mmx.spec:1.14 SPECS/jpeg-mmx.spec:1.15
--- SPECS/jpeg-mmx.spec:1.14 Mon Oct 10 11:19:18 2005
+++ SPECS/jpeg-mmx.spec Tue Oct 11 14:28:40 2005
@@ -1,10 +1,9 @@
# $Revision$, $Date$
# TODO
-# - cleanups, desc, summary, source (?)
-# - -devel, -progs sub packages?
+# - -progs subpackage?
# - shared library?
-Summary: jpeg mmx
-Summary(pl): jpeg mmx
+Summary: libjpeg library with MMX support
+Summary(pl): Biblioteka libjpeg z obsługą MMX
Name: jpeg-mmx
Version: 1.1.6
Release: 0.2
@@ -13,6 +12,7 @@
Source0: http://dl.sourceforge.net/mjpeg/%{name}-0.1.6.tar.gz
# Source0-md5: 9156c429bd8c4dea65c877c50ed89e15
Patch0: %{name}-DESTDIR.patch
+# XXX: replace it with real x86_64 port or drop
#Patch1: %{name}-x8664.patch
URL: http://mjpeg.sourceforge.net/
BuildRequires: nasm
@@ -20,8 +20,12 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
+jpeg-mmx is a modified version of IJG libjpeg library that can use
+MMX extension of x86 processors (if available).
%description -l pl
+jpeg-mmx to zmodyfikowana wersja biblioteki IJG libjpeg potrafiąca
+używać rozszerzenia MMX procesorów x86 (jeśli jest dostępne).
%prep
%setup -q -n %{name}
@@ -45,9 +49,9 @@
%files
%defattr(644,root,root,755)
%doc README usage.doc wizard.doc change.log libjpeg.doc example.c structure.doc filelist.doc coderules.doc
-%{_includedir}/*
%attr(755,root,root) %{_bindir}/*
-%{_libdir}/*
+%{_libdir}/libjpeg-mmx.a
+%{_includedir}/*.h
%{_mandir}/man1/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -56,6 +60,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2005/10/11 12:28:40 qboosh
+- some descs
+
Revision 1.14 2005/10/10 09:19:18 qboosh
- this version won't work on x86_64, uses 32-bit addresses and stack operations
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/jpeg-mmx.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list