]> git.pld-linux.org Git - packages/perl-Authen-Smb.git/commitdiff
- release 3: rebuild agaunst perl 5.6 and use new rpm automation. perl-Authen-Smb-0_91-3
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Dec 2000 18:21:34 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Authen-Smb.spec -> 1.10

perl-Authen-Smb.spec

index d49c8e54f83bdbab3b1ad91c9e83ba1e712497ec..7f2f4faad3f97bf59f016f099dfd031b14c4dc2b 100644 (file)
@@ -3,13 +3,14 @@ Summary:      Authen-Smb perl module
 Summary(pl):   Modu³ perla Authen-Smb
 Name:          perl-Authen-Smb
 Version:       0.91
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages/Perl
+Group(de):     Entwicklung/Sprachen/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
 Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/Authen/Authen-Smb-%{version}.tar.gz
 BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.005_03-14
+BuildRequires: perl >= 5.6
 %requires_eq   perl
 Requires:      %{perl_sitearch}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,36 +26,22 @@ Authen-Smb jest modu
 
 %build
 perl Makefile.PL
-%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__make} OPTIMIZE="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-strip --strip-unneeded $RPM_BUILD_ROOT/%{perl_sitearch}/auto/Authen/Smb/*.so
 
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Authen/Smb
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
-  mv -f .packlist.new .packlist
-)
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-        Changes README
+gzip -9nf Changes README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {Changes,README}.gz
-
+%doc *.gz
 %{perl_sitearch}/Authen/Smb.pm
-
 %dir %{perl_sitearch}/auto/Authen/Smb
-%{perl_sitearch}/auto/Authen/Smb/.packlist
-%{perl_sitearch}/auto/Authen/Smb/Smb.bs
-%{perl_sitearch}/auto/Authen/Smb/autosplit.ix
 %attr(755,root,root) %{perl_sitearch}/auto/Authen/Smb/Smb.so
-
 %{_mandir}/man3/*
This page took 0.07673 seconds and 4 git commands to generate.