]> git.pld-linux.org Git - packages/perl-Alien-wxWidgets.git/commitdiff
- pl, URL
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Nov 2006 19:51:27 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Alien-wxWidgets.spec -> 1.3

perl-Alien-wxWidgets.spec

index 08253df91a2479594bc96c6f43bf30f8ff916be5..5f43cf7260c409c5b685ebce2ea56f4a2437925f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-%bcond_with unicode
+%bcond_with    unicode # use Unicode version of wxGTK2
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Alien
@@ -16,26 +16,28 @@ License:    GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Alien/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 98de414f8d378170ede6cf96a0e2f73e
-Patch0:     %{name}-nobuild.patch
-BuildRequires: perl-devel >= 1:5.8.0
+Patch0:                %{name}-nobuild.patch
+URL:           http://search.cpan.org/dist/Alien-wxWidgets/
 BuildRequires:  perl-Module-Build >= 0.2611-1
 BuildRequires:  perl-Module-Pluggable >= 3.1-4
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires:  wxGTK2-%{?with_unicode:unicode-}devel >= 2.6.3
 BuildRequires:  wxGTK2-%{?with_unicode:unicode-}gl-devel >= 2.6.3
-
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Alien::wxWidgets allows wxPerl to easily find information about your wxWidgets installation.
-It can store this information for multiple wxWidgets versions or configurations
-(debug, Unicode, etc.). It can also build and install a private copy of wxWidgets
-as part of the build process.
+Alien::wxWidgets allows wxPerl to easily find information about your
+wxWidgets installation. It can store this information for multiple
+wxWidgets versions or configurations (debug, Unicode, etc.). It can
+also build and install a private copy of wxWidgets as part of the
+build process.
 
 %description -l pl
-Alien::wxWidgets pozwala wxPerlowi ³atwo uzyskaæ informacje na temat instalacji wxWidgets.
-Mo¿e przechowywaæ informacje o wielu wersjach lub konfiguracjach (debug, Unicode, itp.).
-Mo¿e tak¿e zbudowaæ i zainstalowaæ prywatn± kopiê wxWidgets jako czê¶æ procesu budowania.
+Alien::wxWidgets pozwala wxPerlowi ³atwo uzyskaæ informacje na temat
+instalacji wxWidgets. Mo¿e przechowywaæ informacje o wielu wersjach
+lub konfiguracjach (debug, Unicode, itp.). Mo¿e tak¿e zbudowaæ i
+zainstalowaæ prywatn± kopiê wxWidgets jako czê¶æ procesu budowania.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -45,10 +47,10 @@ Mo
 WX_CONFIG=wx-gtk2-%{?with_unicode:unicode}%{!?with_unicode:ansi}-config
 export WX_CONFIG
 %{__perl} Makefile.PL \
-    INSTALLDIRS=vendor
+       INSTALLDIRS=vendor
     
 %{__make} \
-    OPTIMIZE="%{rpmcflags}"
+       OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
 
This page took 0.046362 seconds and 4 git commands to generate.