rpms/hntool/F-12 hntool.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Filipe Rosset filiperosset at fedoraproject.org
Fri Apr 30 18:15:29 UTC 2010


Author: filiperosset

Update of /cvs/pkgs/rpms/hntool/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24777/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	hntool.spec import.log 
Log Message:
Update to upstream version 0.1.1




--- NEW FILE hntool.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:		hntool
Version:	0.1.1
Release:	1%{?dist}
Summary:	Open source hardening tool for Unix

Group:		Applications/System
License:	GPLv2
URL:		http://code.google.com/p/hntool/
Source0:	http://hntool.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch
BuildRequires:	python-setuptools python-devel

%description
HnTool is an open source (GPLv2) hardening tool for Unix. It scans your system
for vulnerabilities or problems in configuration files.

%prep
%setup -q -n %{name}-%{version}

#fix shebang on rpmlint
sed -i -e '1d' HnTool/core.py

%build
%{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --prefix /usr/ --root $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE NEWS README TODO
%{python_sitelib}/*
%{_bindir}/hntool
%{_mandir}/man1/hntool*

%changelog
* Wed Apr 28 2010 Filipe Rosset <rosset.filipe at gmail.com> - 0.1.1-1
- Update to upstream 0.1.1

* Sat Apr 24 2010 Filipe Rosset <rosset.filipe at gmail.com> - 0.1-2
- Fix SPEC issues

* Wed Apr 14 2010 Filipe Rosset <rosset.filipe at gmail.com> - 0.1-1
- Initial RPM release


--- NEW FILE import.log ---
hntool-0_1_1-1_fc13:F-12:hntool-0.1.1-1.fc13.src.rpm:1272650751


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hntool/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Apr 2010 17:49:27 -0000	1.1
+++ .cvsignore	30 Apr 2010 18:15:28 -0000	1.2
@@ -0,0 +1 @@
+hntool-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hntool/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Apr 2010 17:49:27 -0000	1.1
+++ sources	30 Apr 2010 18:15:29 -0000	1.2
@@ -0,0 +1 @@
+ddfe7bc298d28f7ca4072638fed7df5c  hntool-0.1.1.tar.gz



More information about the scm-commits mailing list