SPECS: jbig2dec.spec - pl, some cleanups

qboosh qboosh at pld-linux.org
Thu Jul 21 20:30:03 CEST 2005


Author: qboosh                       Date: Thu Jul 21 18:30:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, some cleanups

---- Files affected:
SPECS:
   jbig2dec.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/jbig2dec.spec
diff -u SPECS/jbig2dec.spec:1.1 SPECS/jbig2dec.spec:1.2
--- SPECS/jbig2dec.spec:1.1	Tue Jul 19 22:06:01 2005
+++ SPECS/jbig2dec.spec	Thu Jul 21 20:29:58 2005
@@ -1,47 +1,86 @@
 # $Revision$, $Date$
-#
 Summary:	Decoder implementation of the JBIG2 image compression format
+Summary(pl):	Implementacja dekodera formatu kompresji obrazu JBIG2
 Name:		jbig2dec
 Version:	0.8
 Release:	0.1
 License:	GPL with clause allowing linking to AFPL Ghostscript
 Group:		Applications
-#Icon:		-
-Source0:	http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/jbig2dec/%{name}-%{version}.tar.gz
 # Source0-md5:	cb8f01ae18987f2cebf6854cdd44c7d0
-#Patch0:		%{name}-what.patch
-URL:		http://jbig2dec.sourceforge.net
+URL:		http://jbig2dec.sourceforge.net/
 BuildRequires:	automake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-jbig2dec is a decoder implementation of the JBIG2 image compression format. JBIG2 is designed for lossy or lossless encoding of 'bilevel' (1-bit monochrome) images at moderately high resolution, and in particular scanned paper documents. In this domain it is very efficient, offering compression ratios on the order of 100:1.
-This is a decoder only implementation, and currently is in the alpha stage, meaning it doesn't completely work yet. However, we are maintaining parity with available encoders, so it is useful for real work.
-The specificication has been published as ISO IEC 14492 and ITU T.88. These documents completely describe the format and they'll be required if you want to understand the code and contribute. We prefer the ISO version, but haven't discovered significant differences between the two.
-JBIG2 also includes the CCITT T.4 and T.6 (group 3 and group 4) fax encodings, which are documented separately. Their specifications and T.88 can be obtained from the ITU. The ISO version of JBIG2 can be obtained through the ISO website.
+jbig2dec is a decoder implementation of the JBIG2 image compression
+format. JBIG2 is designed for lossy or lossless encoding of 'bilevel'
+(1-bit monochrome) images at moderately high resolution, and in
+particular scanned paper documents. In this domain it is very
+efficient, offering compression ratios on the order of 100:1.
+
+This is a decoder only implementation, and currently is in the alpha
+stage, meaning it doesn't completely work yet. However, we are
+maintaining parity with available encoders, so it is useful for real
+work.
+
+The specificication has been published as ISO IEC 14492 and ITU T.88.
+These documents completely describe the format and they'll be required
+if you want to understand the code and contribute. We prefer the ISO
+version, but haven't discovered significant differences between the
+two.
+
+JBIG2 also includes the CCITT T.4 and T.6 (group 3 and group 4) fax
+encodings, which are documented separately. Their specifications and
+T.88 can be obtained from the ITU. The ISO version of JBIG2 can be
+obtained through the ISO website.
+
+%description -l pl
+jbig2dec to implementacja dekodera formatu kompresji obrazu JBIG2.
+JBIG2 został zaprojektowany dla stratnego i bezstratnego kodowania
+dwupoziomowych (monochromatycznych, 1-bitowych) obrazów o dość dużej
+rozdzielczości, w szczególności skanowanych dokumentów papierowych. W
+tej dziedzinie jest bardzo wydajny, oferując współczynniki kompresji
+rzędu 100:1.
+
+Jest to implementacja wyłącznie dekodera, aktualnie w stanie alpha, co
+oznacza, że jeszcze nie do końca działa. Jednak autorzy utrzymują ją w
+parze z dostępnymi koderami, więc jest użyteczna w praktycznych
+zastosowaniach.
+
+Specyfikacja została opublikowana jako ISO IEC 14492 oraz ITU T.88. Te
+dokumenty całkowicie opisują format i są wymagane do zrozumienia oraz
+rozwijania kodu. Autorzy jbig2dec preferują wersję ISO, ale nie
+odkryli znaczących różnic między nimi.
+
+JBIG2 obejmuje także kodowania faksowe CCITT T.4 i T.6 (grupa 3 i
+grupa 4), które są udokumentowane oddzielnie. Ich specyfikacje oraz
+T.88 można zdobyć z ITU. Wersję ISO JBIG2 można zdobyć ze strony WWW
+ISO.
 
 %package devel
 Summary:	Development files for jbig2dec library
-Summary(pl):	Nagłówki dla biblioteki jbig2dec
-Group:		Development
+Summary(pl):	Pliki nagłówkowe dla biblioteki jbig2dec
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Development files for jbig2dec library.
 
 %description devel -l pl
-Nagłówki dla biblioteki jbig2dec.
-
+Pliki nagłówkowe dla biblioteki jbig2dec.
 
 %package static
 Summary:	Static version of jbig2dec library
-Summary(pl):	Statyczna wersjaa biblioteki jbig2dec
-Group:		Libraries
+Summary(pl):	Statyczna wersja biblioteki jbig2dec
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static version of jbig2dec library.
 
 %description static -l pl
-Statyczna wersjaa biblioteki jbig2dec.
+Statyczna wersja biblioteki jbig2dec.
 
 %prep
 %setup -q
@@ -58,8 +97,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -67,8 +104,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -76,73 +113,15 @@
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 
-#%files subpackage
-#%defattr(644,root,root,755)
-#%doc extras/*.gz
-#%{_datadir}/%{name}-ext
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/07/21 18:29:58  qboosh
+- pl, some cleanups
+
 Revision 1.1  2005/07/19 20:06:01  djurban
 - NFY, needs patching Makefile.a to generate a shared library i have no time to do this now
   ghostscript will inkt to its internal jbig2dec until someone completes this
-
-Revision 1.45  2005/03/18 17:00:25  glen
-- disable less commonly used fields
-
-Revision 1.44  2005/03/09 10:40:36  havner
-- wrr
-
-Revision 1.43  2005/03/09 10:39:30  havner
-- libtoolize
-
-Revision 1.42  2005/02/24 09:37:15  paszczus
-- ExclusiveArch
-
-Revision 1.41  2005/02/23 20:22:31  qboosh
-- typo
-
-Revision 1.40  2005/02/14 13:18:53  qboosh
-- sorted verify() flags
-
-Revision 1.39  2005/02/14 08:24:31  paszczus
-- little cleanup
-
-Revision 1.38  2005/02/14 00:10:21  glen
-- BuildArch
-- more common Epoch and Release for new packages ;)
-
-Revision 1.37  2005/02/03 14:42:39  glen
-- ... if _sysconfdir is not /etc
-
-Revision 1.36  2005/02/03 14:41:54  glen
-- _sysconfdir/* needs also _sysconfdir
-
-Revision 1.35  2005/02/03 14:26:45  glen
-- add initscript and config to files
-
-Revision 1.34  2005/02/02 20:41:44  pzurowski
-- vendor and group swapped
-
-Revision 1.33  2005/01/28 18:50:31  glen
-- add sample configuration to files
-
-Revision 1.32  2005/01/21 23:39:01  jm
-- added GPL v2
-
-Revision 1.31  2005/01/05 14:12:17  glen
-- add bcond samples
-
-Revision 1.30  2004/12/16 13:01:38  paszczus
-- reverted
-
-Revision 1.29  2004/12/16 09:30:31  paszczus
-- s/{__make}/{makeinstall}
-
-Revision 1.28  2004/07/01 23:41:04  deejay1
-- proper ac/am comments; cut off changelog
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/jbig2dec.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list