Author: qboosh                       Date: Tue May 22 13:11:36 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new, for use with Linux 3.3+

---- Files affected:
packages/nfacct:
   nfacct.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/nfacct/nfacct.spec
diff -u /dev/null packages/nfacct/nfacct.spec:1.1
--- /dev/null   Tue May 22 15:11:36 2012
+++ packages/nfacct/nfacct.spec Tue May 22 15:11:31 2012
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary:       Userspace netfilter accounting management utility
+Summary(pl.UTF-8):     Program przestrzeni użytkownika do zarządzania 
infrastrukturą rozliczania netfiltra
+Name:          nfacct
+Version:       1.0.0
+Release:       1
+License:       GPL v2+
+Group:         Applications/Networking
+Source0:       
http://www.netfilter.org/projects/nfacct/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 5f5cc14c4dfb57f478f1b0348a31034b
+URL:           http://www.netfilter.org/projects/nfacct/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1.6
+BuildRequires: libmnl-devel >= 1.0.0
+BuildRequires: libnetfilter_acct-devel >= 1.0.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
+Requires:      libmnl >= 1.0.0
+Requires:      libnetfilter_acct >= 1.0.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+nfacct is the command line tool to create/retrieve/delete accounting
+objects.
+
+%description -l pl.UTF-8
+nfacct to narzędzie linii poleceń do tworzenia/odczytu/usuwania
+obiektów rozliczających.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+       --disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+        DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/nfacct
+%{_mandir}/man8/nfacct.8*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/05/22 13:11:31  qboosh
+- new, for use with Linux 3.3+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to