rpms/libnetfilter_log/F-7 libnetfilter_log.spec, NONE, 1.1 sources, 1.1, 1.2

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Tue Jun 19 18:41:54 UTC 2007


Author: stingray

Update of /cvs/extras/rpms/libnetfilter_log/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17164/F-7

Modified Files:
	sources 
Added Files:
	libnetfilter_log.spec 
Log Message:
libnetfilter_log-0.0.13-4


--- NEW FILE libnetfilter_log.spec ---
Name:           libnetfilter_log
Version:        0.0.13
Release:        4%{?dist}
Summary:        Netfilter logging userspace library
Group:          System Environment/Libraries
License:        GPL
URL:            http://netfilter.org
Source0:        http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libnfnetlink-devel, pkgconfig

%description
libnetfilter_log is a userspace library providing interface to packets that
have been logged by the kernel packet filter. It is is part of a system that
deprecates the old syslog/dmesg based packet logging.

libnetfilter_log has been previously known as libnfnetlink_log.

libnetfilter_log is used by ulogd2. 

%package        devel
Summary:        Netfilter logging userspace library
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}, pkgconfig

%description    devel
libnetfilter_log is a userspace library providing interface to packets that
have been logged by the kernel packet filter. It is is part of a system that
deprecates the old syslog/dmesg based packet logging.

libnetfilter_log has been previously known as libnfnetlink_log.

libnetfilter_log is used by ulogd2.

%prep
%setup -q

%build
%configure --disable-static --disable-rpath

# kill the rpaths
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

make %{?_smp_mflags}

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

%clean
rm -rf $RPM_BUILD_ROOT

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

%files
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/*.so.*


%files devel
%defattr(-,root,root,-)
%{_libdir}/*.so
%{_includedir}/%{name}/*.h
%{_libdir}/pkgconfig/%{name}.pc

%changelog
* Sun May 27 2007 Paul P Komkoff Jr <i at stingr.net> - 0.0.13-4
- try to rebuild.

* Sun May 27 2007 Paul P Komkoff Jr <i at stingr.net> - 0.0.13-3
- stupid CVS import script keeps tagging all imported rpms with incorrect tags.

* Mon Mar 19 2007 Paul P Komkoff Jr <i at stingr.net> - 0.0.13-2
- fix source url
- add pkgconfig to -devel Requires

* Sat Mar 17 2007 Paul P Komkoff Jr <i at stingr.net> - 0.0.13-1
- Preparing for submission to fedora extras


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libnetfilter_log/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 May 2007 03:59:34 -0000	1.1
+++ sources	19 Jun 2007 18:41:18 -0000	1.2
@@ -0,0 +1 @@
+168e4f46f6ad5549ddbaddf675e54552  libnetfilter_log-0.0.13.tar.bz2




More information about the fedora-extras-commits mailing list