rpms/openvas-libnasl/devel import.log, NONE, 1.1 openvas-libnasl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Huzaifa Sidhpurwala huzaifas at fedoraproject.org
Tue Dec 22 03:55:32 UTC 2009


Author: huzaifas

Update of /cvs/pkgs/rpms/openvas-libnasl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31732/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log openvas-libnasl.spec 
Log Message:



--- NEW FILE import.log ---
openvas-libnasl-2_0_2-3_fc12:HEAD:openvas-libnasl-2.0.2-3.fc12.src.rpm:1261439696


--- NEW FILE openvas-libnasl.spec ---
Summary: OpenVAS Libraries module for support of the NASL scripting language
Name:    openvas-libnasl
Version: 2.0.2
Release: 3%{?dist}
URL:     http://www.openvas.org
Source0: http://wald.intevation.org/frs/download.php/619/%{name}-%{version}.tar.gz
License: GPLv2
Group:   System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: openvas-libraries-devel
BuildRequires: gpgme-devel
BuildRequires: glib2-devel
BuildRequires: libgcrypt-devel
BuildRequires: bison
BuildRequires: gnutls-devel
BuildRequires: libpcap-devel


%package devel
Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description
This is the libraries module for the Open Vulnerability Assessment System
(OpenVAS) containing support for the NASL scripting language.


%description devel
Development libraries and headers for use with %{name}.


%prep
%setup -q
iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.utf8 && \
touch -r ChangeLog ChangeLog.utf8 && \
mv -f ChangeLog.utf8 ChangeLog


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog CHANGES COPYING README
%{_bindir}/openvas-nasl
%{_libdir}/libopenvasnasl.so.*
%{_mandir}/man1/openvas-*.1.*


%files devel
%defattr(-,root,root,-)
%{_bindir}/openvas-libnasl-config
%{_includedir}/openvas/nasl.h
%{_libdir}/libopenvasnasl.so


%changelog
* Fri Dec 18 2009 Huzaifa Sidhpurwalla <huzaifas at redhat.com> 2.0.2-3
- Put the correct tarball
- Bump version

* Thu Nov 26 2009 Huzaifa Sidhpurwala <huzaifas at redhat.com>  2.0.2-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openvas-libnasl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Dec 2009 17:57:52 -0000	1.1
+++ .cvsignore	22 Dec 2009 03:55:32 -0000	1.2
@@ -0,0 +1 @@
+openvas-libnasl-2.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openvas-libnasl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Dec 2009 17:57:52 -0000	1.1
+++ sources	22 Dec 2009 03:55:32 -0000	1.2
@@ -0,0 +1 @@
+c6d4e9099b860a0dceda6c10eacc26f4  openvas-libnasl-2.0.2.tar.gz




More information about the fedora-extras-commits mailing list