From: Viktor M. <mih...@us...> - 2005-07-28 12:25:40
|
Update of /cvsroot/sblim/wbemcli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4507 Modified Files: configure.ac sblim-wbemcli.spec.in Log Message: Editorial changes in RPM spec file. Index: sblim-wbemcli.spec.in =================================================================== RCS file: /cvsroot/sblim/wbemcli/sblim-wbemcli.spec.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- sblim-wbemcli.spec.in 13 Jul 2005 14:51:43 -0000 1.2 +++ sblim-wbemcli.spec.in 28 Jul 2005 12:25:23 -0000 1.3 @@ -9,16 +9,17 @@ Version: @PACKAGE_VERSION@ Release: 0 Group: Systems Management/Base -License: Common Public Licence 1.0 -Packager: Viktor Mihajlovski <mih...@de...> -Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/buildroot +URL: http://www.sblim.org +License: CPL +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} BuildRequires: curl-devel >= 7.9.3 Requires: curl >= 7.9.3 +Source0: http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 + %Description WBEM Command Line Interface is a standalone, command line WBEM client. It is -especially suited for basic systems management tasks as it can be used in +specially suited for basic systems management tasks as it can be used in scripts. %prep @@ -38,3 +39,8 @@ %defattr(-,root,root) %{_bindir}/wbem* %{_mandir}/man1/* + +%changelog +%changelog +* Thu Jul 28 2005 Viktor Mihajlovski <mih...@de...> %{version}-%{release} + - Updates for rpmlint complaints Index: configure.ac =================================================================== RCS file: /cvsroot/sblim/wbemcli/configure.ac,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- configure.ac 13 Jul 2005 14:51:43 -0000 1.11 +++ configure.ac 28 Jul 2005 12:25:23 -0000 1.12 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(SBLIM WBEMCLI, 1.4.10b, sbl...@li...,sblim-wbemcli) +AC_INIT(SBLIM WBEMCLI, 1.4.11, sbl...@li...,sblim-wbemcli) AC_CONFIG_SRCDIR([CimXml.cpp]) AC_CANONICAL_HOST |