2009-12-18 Sancho lerena <slerena@gmail.com>

* extras/aditional_rpmspec/xprobe2-0.3.spec: Updated to make it
        compatible with SUSE build service.

        * extras/aditional_rpmspec/wmic-4.0.0tp4-SVN-build-UNKNOWN.spec: Final
        changes (updated web, license and description).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2222 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-12-18 18:27:18 +00:00
parent 6488a369b4
commit 1f1994cfff
3 changed files with 29 additions and 12 deletions

View File

@ -1,3 +1,11 @@
2009-12-18 Sancho lerena <slerena@gmail.com>
* extras/aditional_rpmspec/xprobe2-0.3.spec: Updated to make it
compatible with SUSE build service.
* extras/aditional_rpmspec/wmic-4.0.0tp4-SVN-build-UNKNOWN.spec: Final
changes (updated web, license and description).
2009-12-09 Sancho Lerena <slerena@gmail.com> 2009-12-09 Sancho Lerena <slerena@gmail.com>
* * aditional_rpmspec/xprobe2-0.3.spec: Fixed parameter to avoid FHS * * aditional_rpmspec/xprobe2-0.3.spec: Fixed parameter to avoid FHS

View File

@ -2,11 +2,11 @@
# #
%define name wmic %define name wmic
%define version 4.0.0SVN %define version 4.0.0SVN
Summary: Linux binary to do WMI querys Summary: Linux WMI client to do WMI querys using DCOM http://samba.org
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: 0 Release: 0
License: Other License(s), see package License: GPL2
Group: System/Management Group: System/Management
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -15,7 +15,7 @@ AutoReq: 1
Provides: %{name}-%{version} Provides: %{name}-%{version}
%description %description
Linux binary to do WMI querys Linux WMI client to do WMI querys. More information at SAMBA4 project at http://www.samba.org/
%prep %prep
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT

View File

@ -1,14 +1,14 @@
Name: xprobe2 Name: xprobe2
Version: 0.3 Version: 0.3
Release: 1 Release: 2
Summary: Tool to detect OS remotely by TCP/IP fingerprinting. Summary: Tool to detect OS remotely by TCP/IP fingerprinting
License: GPLv2 License: GPLv2
Group: Network/Security Group: Network/Security
URL: http://xprobe.sourceforge.net/ URL: http://xprobe.sourceforge.net/
Packager: Sancho Lerena <slerena@gmail.com> Packager: Sancho Lerena <slerena@gmail.com>
Source: http://dl.sf.net/xprobe/xprobe2-%{version}.tar.gz Source: http://dl.sf.net/xprobe/xprobe2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}
Provides: xprobe2 Provides: %{name}-%{version}
Requires: libpcap Requires: libpcap
BuildRequires: gcc-c++ libpcap-devel BuildRequires: gcc-c++ libpcap-devel
@ -50,15 +50,24 @@ ln -s /usr/local/bin/xprobe2 /usr/bin
%postun %postun
%files %files
%defattr(-,root,root,0755)
%defattr(755,root,root)
/usr/local/etc
/usr/local/etc/xprobe2
%defattr(644,root,root)
%doc AUTHORS CHANGELOG COPYING CREDITS README TODO docs/* %doc AUTHORS CHANGELOG COPYING CREDITS README TODO docs/*
%doc /usr/share/man/man1/xprobe2.1.gz %doc /usr/share/man/man1/xprobe2.1.gz
/usr/local/bin/xprobe2
/usr/local/etc/xprobe2
/usr/local/etc/xprobe2/xprobe2.conf /usr/local/etc/xprobe2/xprobe2.conf
/usr/local/etc
%defattr(755,root,root)
/usr/local/bin/xprobe2
%changelog %changelog
* Fri Dec 18 2009 Sancho Lerena <slerena@gmail.com> 3.2-2
- A lot of changes to be ready for all RPM plattforms available on build.opensuse.org
* Tue Dec 08 2009 Sancho Lerena <slerena@gmail.com> 3.2-1 * Tue Dec 08 2009 Sancho Lerena <slerena@gmail.com> 3.2-1
- First RPM Spec for SUSE Systems, based on CentOS Spec from Dag Wieers - First RPM Spec for SUSE Systems, based on CentOS Spec from Dag Wieers