]> git.pld-linux.org Git - packages/perl-GTop.git/blobdiff - perl-GTop.spec
perl 5.38.0 rebuild
[packages/perl-GTop.git] / perl-GTop.spec
index 74e08bfa591f2270dfa4f1e136e879f5fe07d83f..5dfebab71ee1cf477bc5824bfb5594815100ab96 100644 (file)
@@ -1,53 +1,58 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    GTop
+%bcond_with    tests   # perform "make test" (requires /proc access)
+#
+%define                pdir    GTop
 Summary:       GTop - Perl interface to libgtop
-Summary(pl):   GTOP - perlowy interfejs do libgtop
+Summary(pl.UTF-8):     GTop - interfejs perlowy do libgtop
 Name:          perl-GTop
-Version:       0.10
-Release:       5
-License:       GPL/Artistic
+Version:       0.16
+Release:       18
+# 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: 1920b8105003c46031000ae16e859a41
-BuildRequires: libgtop-devel
-BuildRequires: perl-devel >= 5.6
+Source0:       http://www.cpan.org/modules/by-module/GTop/%{pdir}-%{version}.tar.gz
+# Source0-md5: c3b1f36c3c9e1031f783027fe1c098d0
+Patch0:                %{name}-error_h.patch
+URL:           http://search.cpan.org/dist/GTop/
+BuildRequires: libgtop-devel >= 2.0
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: pkgconfig
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This package is a Perl interface to libgtop:
-http://home-of-linux.org/gnome/libgtop/
+<http://home-of-linux.org/gnome/libgtop/>.
 
 See also: Stas Bekman's Apache::VMonitor
-http://www.cpan.org/modules/by-module/Apache/
+<http://www.cpan.org/modules/by-module/Apache/>.
 
-%description -l pl
+%description -l pl.UTF-8
 Ten pakiet jest perlowym interfejsem do libgtop:
-http://home-of-linux.org/gnome/libgtop/
+<http://home-of-linux.org/gnome/libgtop/>.
 
-Warto zobaczyæ tak¿e Apache::VMonitor Stasa Bekmana:
-http://www.cpan.org/modules/by-module/Apache/
+Warto zobaczyć także Apache::VMonitor Stasa Bekmana:
+<http://www.cpan.org/modules/by-module/Apache/>.
 
 %prep
 %setup -q -n %{pdir}-%{version}
+%patch0 -p1
 
 %build
-  GTOP_LIB="-lgtop-2.0 -lgtop_sysdeps-2.0 -lgtop_common-2.0" \
-  GTOP_INCLUDE="/usr/include/libgtop-2.0" \
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor 
-
-%{__make} OPTIMIZE="%{rpmcflags}"
+       INSTALLDIRS=vendor
+%{__make} \
+       CC="%{__cc}" \
+       OPTIMIZE="%{rpmcflags}"
 
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,11 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %{perl_vendorarch}/*.pm
-%{perl_vendorarch}/GTop
 %dir %{perl_vendorarch}/auto/GTop
-%attr(755,root,root) %{perl_vendorarch}/auto/GTop/*.so
-%{perl_vendorarch}/auto/GTop/*.bs
-%dir %{perl_vendorarch}/auto/GTop/Server
-%attr(755,root,root) %{perl_vendorarch}/auto/GTop/Server/*.so
-%{perl_vendorarch}/auto/GTop/Server/*.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/GTop/GTop.so
+%{perl_vendorarch}/config.pl
 %{_mandir}/man3/*
This page took 0.1099 seconds and 4 git commands to generate.