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>
* * aditional_rpmspec/xprobe2-0.3.spec: Fixed parameter to avoid FHS

View File

@ -2,11 +2,11 @@
#
%define name wmic
%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}
Version: %{version}
Release: 0
License: Other License(s), see package
License: GPL2
Group: System/Management
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -15,7 +15,7 @@ AutoReq: 1
Provides: %{name}-%{version}
%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
rm -rf $RPM_BUILD_ROOT

View File

@ -1,14 +1,14 @@
Name: xprobe2
Version: 0.3
Release: 1
Summary: Tool to detect OS remotely by TCP/IP fingerprinting.
Release: 2
Summary: Tool to detect OS remotely by TCP/IP fingerprinting
License: GPLv2
Group: Network/Security
URL: http://xprobe.sourceforge.net/
Group: Network/Security
URL: http://xprobe.sourceforge.net/
Packager: Sancho Lerena <slerena@gmail.com>
Source: http://dl.sf.net/xprobe/xprobe2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}
Provides: xprobe2
Provides: %{name}-%{version}
Requires: libpcap
BuildRequires: gcc-c++ libpcap-devel
@ -50,15 +50,24 @@ ln -s /usr/local/bin/xprobe2 /usr/bin
%postun
%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 /usr/share/man/man1/xprobe2.1.gz
/usr/local/bin/xprobe2
/usr/local/etc/xprobe2
/usr/local/etc/xprobe2/xprobe2.conf
/usr/local/etc
%defattr(755,root,root)
/usr/local/bin/xprobe2
%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
- First RPM Spec for SUSE Systems, based on CentOS Spec from Dag Wieers