rpms/openvas-libraries/devel openvas-libraries.spec, NONE, 1.1 sources, 1.1, 1.2

Huzaifa Sidhpurwala huzaifas at fedoraproject.org
Wed Nov 26 06:04:01 UTC 2008


Author: huzaifas

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

Modified Files:
	sources 
Added Files:
	openvas-libraries.spec 
Log Message:
Initial Import


--- NEW FILE openvas-libraries.spec ---
Summary: Support libraries for Open Vulnerability Assessment (OpenVAS) Server
Name:    openvas-libraries
Version: 1.0.2
Release: 2%{?dist}
Source0: http://wald.intevation.org/frs/download.php/467/%{name}-%{version}.tar.gz
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.openvas.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gnutls-devel
BuildRequires: libpcap-devel


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

%description
openvas-libraries is the base library for the OpenVAS network
security scanner.

%description devel
Development libraries and headers for use with openvas-libraries.


%prep
%setup -b 0 -q

%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 INSTALL_README TODO libopenvas/COPYING 
%{_libdir}/libopenvas.so.*
%{_libdir}/libopenvas_hg.so.*
#/usr/lib/libopenvas.so.1.0.1
#/usr/lib/libopenvas_hg.so.1
#/usr/lib/libopenvas_hg.so.1.0.1

%files devel
%defattr(-,root,root,-)
%{_libdir}/libopenvas.so
%{_libdir}/libopenvas_hg.so
%{_includedir}/openvas/
%{_bindir}/libopenvas-config
%{_mandir}/man1/libopenvas-config.1.gz

%changelog
* Mon Oct 13 2008 Huzaifa Sidhpurwala <huzaifas at redhat.com> 1.0-2-2
- More changes to the spec

* Wed Sep 9 2008 Huzaifa Sidhpurwala <huzaifas at redhat.com> 1.0.2-1
- Built on newer upstream version
- Minor spec changes

* Wed Sep 9 2008 Huzaifa Sidhpurwala <huzaifas at redhat.com> 1.0.1-1
- Inital Fedora version

* Tue Apr 15 2008 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
  Initial SUSE 10.2 spec file, tested for i586


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openvas-libraries/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2008 20:50:10 -0000	1.1
+++ sources	26 Nov 2008 06:03:31 -0000	1.2
@@ -0,0 +1 @@
+9113c17581ffec1b1c490896b63422f1  openvas-libraries-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list