packages: libmnl/libmnl.spec - adapterized

jajcus jajcus at pld-linux.org
Fri Apr 15 12:40:03 CEST 2011


Author: jajcus                       Date: Fri Apr 15 10:40:03 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- adapterized

---- Files affected:
packages/libmnl:
   libmnl.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/libmnl/libmnl.spec
diff -u packages/libmnl/libmnl.spec:1.1 packages/libmnl/libmnl.spec:1.2
--- packages/libmnl/libmnl.spec:1.1	Fri Apr 15 12:39:23 2011
+++ packages/libmnl/libmnl.spec	Fri Apr 15 12:39:58 2011
@@ -17,23 +17,25 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-libmnl is a minimalistic user-space library oriented to Netlink developers.
-There are a lot of common tasks in parsing, validating, constructing of
-both the Netlink header and TLVs that are repetitive and easy to get wrong.
-This library aims to provide simple helpers that allows you to re-use code
-and to avoid re-inventing the wheel. The main features of this library are:
-
-* Small: the shared library requires around 30KB for an x86-based computer.
-* Simple: this library avoids complexity and elaborated abstractions that
-tend to hide Netlink details.
-* Easy to use: the library simplifies the work for Netlink-wise developers.
-It provides functions to make socket handling, message building, validating,
-parsing and sequence tracking, easier.
-* Easy to re-use: you can use the library to build your own abstraction layer
-on top of this library.
-* Decoupling: the interdependency of the main bricks that compose the library
-is reduced, i.e. the library provides many helpers, but the programmer is not
-forced to use them.
+libmnl is a minimalistic user-space library oriented to Netlink
+developers. There are a lot of common tasks in parsing, validating,
+constructing of both the Netlink header and TLVs that are repetitive
+and easy to get wrong. This library aims to provide simple helpers
+that allows you to re-use code and to avoid re-inventing the wheel.
+The main features of this library are:
+
+- Small: the shared library requires around 30KB for an x86-based
+  computer.
+- Simple: this library avoids complexity and elaborated abstractions
+  that tend to hide Netlink details.
+- Easy to use: the library simplifies the work for Netlink-wise
+  developers. It provides functions to make socket handling, message
+  building, validating, parsing and sequence tracking, easier.
+- Easy to re-use: you can use the library to build your own
+  abstraction layer on top of this library.
+- Decoupling: the interdependency of the main bricks that compose the
+  library is reduced, i.e. the library provides many helpers, but the
+  programmer is not forced to use them.
 
 %package devel
 Summary:	Header files for libmnl library
@@ -49,7 +51,7 @@
 
 %package static
 Summary:	Static libmnl library
-Summary(pl.UTF-8):	Statyczna biblioteka libmnl 
+Summary(pl.UTF-8):	Statyczna biblioteka libmnl
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
@@ -127,6 +129,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/04/15 10:39:58  jajcus
+- adapterized
+
 Revision 1.1  2011/04/15 10:39:23  jajcus
 - new package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmnl/libmnl.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list