]> git.pld-linux.org Git - packages/perl-User.git/commitdiff
- new AC-branch AC-STABLE auto/ac/perl-User-1_6-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 3 Jan 2005 13:35:38 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-User.spec -> 1.1

perl-User.spec [new file with mode: 0644]

diff --git a/perl-User.spec b/perl-User.spec
new file mode 100644 (file)
index 0000000..8af8a96
--- /dev/null
@@ -0,0 +1,52 @@
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    User
+Summary:       User - API for locating user information regardless of OS
+Summary(pl):   User - API do znajdowania informacji o u¿ytkowniku niezaleznie od systemu operacyjnego
+Name:          perl-User
+Version:       1.6
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
+# Source0-md5: 9783bb690ee2cf45610da132caffee01
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module is allows applications to retrieve per-user
+characteristics.
+
+%description -l pl
+Ten modu³ pozwala aplikacjom na pozyskanie informacji o u¿ytkowniku.
+
+%prep
+%setup -q -n %{pdir}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/User.pm
+%{_mandir}/man3/*
This page took 0.080465 seconds and 4 git commands to generate.