]> git.pld-linux.org Git - packages/perl-ExtUtils-CChecker.git/blobdiff - perl-ExtUtils-CChecker.spec
- pl
[packages/perl-ExtUtils-CChecker.git] / perl-ExtUtils-CChecker.spec
index a6de23d41b9ce7d01f17231b0cf1cfcc7fea4875..751f499b1f5d59080713b651fb9bab5289f75693 100644 (file)
@@ -6,14 +6,14 @@
 %define        pdir    ExtUtils
 %define        pnam    CChecker
 Summary:       ExtUtils::CChecker - configure-time utilities for using C headers, libraries, or OS features
-#Summary(pl.UTF-8):
+Summary(pl.UTF-8):     ExtUtils::CChecker - sprawdzanie nagłówków C, bibliotek i cech OS w czasie konfiguracji
 Name:          perl-ExtUtils-CChecker
 Version:       0.06
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/ExtUtils-CChecker-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-authors/id/P/PE/PEVANS/ExtUtils-CChecker-%{version}.tar.gz
 # Source0-md5: 18d0a1a50afd5a8185c03cbed9098e4e
 URL:           http://search.cpan.org/dist/ExtUtils-CChecker/
 BuildRequires: perl-Module-Build
@@ -40,8 +40,18 @@ It may also be necessary to search for the correct library to link
 against, or for the right include directories to find header files in.
 This class also provides assistance here.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+Często moduły Perla obudowują funkcjonalność istniejących nagłówków C,
+bibliotek i innych właściwości systemu operacyjnego. Wtedy w pliku
+Build.PL lub Makefile.PL przydaje się sprawdzić istnienie wymaganych
+elementów przed próbą właściwego zbudowania modułu.
+
+Obiekty w tej klasie udostępniają rozszerzenie modułu
+ExtUtils::CBuilder upraszczające tworzenie pliku .c, kompilację,
+linkowanie i uruchamianie w celu sprawdzenia istnienia pewnej cechy.
+
+Moduł może być przydatny także w celu znalezienia właściwej biblioteki
+lub katalogu z plikami nagłówkowymi do użycia.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -66,4 +76,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %{perl_vendorlib}/ExtUtils/CChecker.pm
-%{_mandir}/man3/*.3pm*
+%{_mandir}/man3/ExtUtils::CChecker.3pm*
This page took 0.321781 seconds and 4 git commands to generate.