]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- updated to 1.4.7, updated link patch, added perl- package
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Jan 2005 17:47:50 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenIPMI.spec -> 1.14

OpenIPMI.spec

index a0cfeb89bc5d8663b64565ddbcedec69a23a6dc1..c7057bc710cf2befae0bcc36880539423b56cc42 100644 (file)
@@ -1,18 +1,22 @@
 Summary:       IPMI abstraction layer
 Summary(pl):   Warstwa abstrakcji IPMI
 Name:          OpenIPMI
-Version:       1.4.1
+Version:       1.4.7
 Release:       1
 License:       LGPL (library), GPL (ipmicmd)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
-# Source0-md5: abbeb2cbb325505a065b4464b51eee81
+# Source0-md5: 288dfcc7d1de18783e9066bb82204c54
 Patch0:                %{name}-link.patch
 URL:           http://openipmi.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: glib2-devel >= 2.0
 BuildRequires: libtool >= 1:1.4.2-9
 BuildRequires: ncurses-devel
+BuildRequires: net-snmp-devel
+BuildRequires: perl-devel
+BuildRequires: pkgconfig
 BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,6 +55,18 @@ Static OpenIPMI Toolkit libraries.
 %description static -l pl
 Statyczne biblioteki OpenIPMI.
 
+%package -n perl-%{name}
+Summary:       Perl interface to OpenIPMI
+Summary(pl):   Perlowy interfejs do OpenIPMI
+Group:         Development/Languages/Perl
+Requires:      %{name} = %{version}-%{release}
+
+%description -n perl-%{name}
+Perl interface to OpenIPMI.
+
+%description -n perl-%{name} -l pl
+Perlowy interfejs do OpenIPMI.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -80,9 +96,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog FAQ README* TODO
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_infodir}/%{name}*
-%{_mandir}/man?/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{_mandir}/man[178]/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -94,3 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+
+%files -n perl-%{name}
+%defattr(644,root,root,755)
+%{perl_vendorarch}/OpenIPMI.pm
+%dir %{perl_vendorarch}/auto/OpenIPMI
+%attr(755,root,root) %{perl_vendorarch}/auto/OpenIPMI/OpenIPMI.so
This page took 0.033572 seconds and 4 git commands to generate.