]> git.pld-linux.org Git - packages/php-pear-File_DICOM.git/commitdiff
- pl description, cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Jun 2003 16:26:12 +0000 (16:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-File_DICOM.spec -> 1.2

php-pear-File_DICOM.spec

index a339ff53ad7c40a8e66dbd91095b7c67433e5951..83c4a9bb9799c2395a5bedc7b21086602034229d 100644 (file)
@@ -1,12 +1,10 @@
-# ToDo:
-# - pl description
 %include       /usr/lib/rpm/macros.php
 %define         _class          File
 %define         _subclass       DICOM
 %define                _status         alpha
 %define                _pearname       %{_class}_%{_subclass}
 Summary:       %{_pearname} - Package for reading and modifying DICOM files
-Summary(pl):   %{_pearname} - manipulacje na plikach DICOM
+Summary(pl):   %{_pearname} - odczyt i modyfikowanie plików DICOM
 Name:          php-pear-%{_pearname}
 Version:       0.1
 Release:       1
@@ -27,10 +25,24 @@ is a standard for creating, storing and transfering digital images
 (X-rays, tomography) and related information used in medicine. This
 package in particular does not support the exchange/transfer of DICOM
 data, nor any network related functionality. More information on the
-DICOM standard can be found at: http://medical.nema.org/
+DICOM standard can be found at: http://medical.nema.org/.
 
 This class has in PEAR status: %{_status}.
 
+%description -l pl
+File_DICOM pozwala na czytanie i modyfikowanie plików DICOM.
+
+DICOM to skrót od Digital Imaging and COmmunications in Medicine
+(cyfrowe obrazy i komunikacja w medycynie) i jest standardem do
+tworzenia, przechowywania i przesy³ania cyfrowych obrazów
+(prze¶wietleñ, tomografii) oraz powi±zanych informacji u¿ywanych w
+medycynie. Ten pakiet akurat nie obs³uguje wymiany/przesy³ania danych
+DICOM, ani ¿adnej funkcjonalno¶ci zwi±zanej z sieci±. Wiêcej
+informacji o standardzie DICOM mo¿na znale¼æ pod
+http://medical.nema.org/.
+
+Ta klasa ma w PEAR status: %{_status}.
+
 %prep
 %setup -q -c
 
@@ -41,11 +53,11 @@ install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/{,%{_subclass}}
 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
 install %{_pearname}-%{version}/%{_subclass}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %{php_pear_dir}/%{_class}/*.php
+%dir %{php_pear_dir}/%{_class}/%{_subclass}
 %{php_pear_dir}/%{_class}/%{_subclass}/*.php
This page took 0.12591 seconds and 4 git commands to generate.