packages: netcf/netcf.spec - cleaned up and unified

qboosh qboosh at pld-linux.org
Mon May 30 22:03:35 CEST 2011


Author: qboosh                       Date: Mon May 30 20:03:35 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- cleaned up and unified

---- Files affected:
packages/netcf:
   netcf.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/netcf/netcf.spec
diff -u packages/netcf/netcf.spec:1.3 packages/netcf/netcf.spec:1.4
--- packages/netcf/netcf.spec:1.3	Mon Mar 28 20:21:13 2011
+++ packages/netcf/netcf.spec	Mon May 30 22:03:26 2011
@@ -1,10 +1,10 @@
 # $Revision$, $Date$
-Summary:	netcf is a cross-platform network configuration library
-Summary(pl.UTF-8):	netcf to wieloplatformowa biblioteka do konfiguracji sieci
+Summary:	netcf - a cross-platform network configuration library
+Summary(pl.UTF-8):	netcf - wieloplatformowa biblioteka do konfiguracji sieci
 Name:		netcf
 Version:	0.1.7
 Release:	1
-License:	GPLv2
+License:	GPL v2
 Group:		Administration/System
 Source0:	https://fedorahosted.org/released/netcf/%{name}-%{version}.tar.gz
 # Source0-md5:	8e313b623c907eb035cf3948b71fecc2
@@ -17,19 +17,21 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+netcf is a cross-platform network configuration library.
 
 %description -l pl.UTF-8
+netcf to wieloplatformowa biblioteka do konfiguracji sieci.
 
 %package libs
-Summary:	Netcf libraries
-Summary(pl.UTF-8):	Biblioteki netcf
+Summary:	Netcf library
+Summary(pl.UTF-8):	Biblioteka netcf
 Group:		Libraries
 
 %description libs
-This package contains the netcf libraries.
+This package contains the netcf shared library.
 
 %description libs -l pl.UTF-8
-Ten pakiet zawiera biblioteki netcf.
+Ten pakiet zawiera bibliotekę współdzieloną netcf.
 
 %package devel
 Summary:	Netcf development files
@@ -46,43 +48,41 @@
 API netcf.
 
 %package static
-Summary:	The netcf static libraries
-Summary(pl.UTF-8):	Statyczne biblioteki netcf
+Summary:	The netcf static library
+Summary(pl.UTF-8):	Statyczna biblioteka netcf
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-This package contains the netcf static libraries.
+This package contains the netcf static library.
 
 %description static -l pl.UTF-8
-Ten pakiet zawiera statyczne biblioteki netcf.
+Ten pakiet zawiera statyczną bibliotekę netcf.
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-
 %configure 
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post	libs -p /sbin/ldconfig
 %postun	libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root)  %{_bindir}/ncftool
+%attr(755,root,root) %{_bindir}/ncftool
 %{_datadir}/netcf   
 
 %files libs
@@ -92,10 +92,10 @@
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libnetcf.so
 %{_libdir}/libnetcf.la
-%{_libdir}/libnetcf.so
-%{_pkgconfigdir}/netcf.pc
 %{_includedir}/netcf.h
+%{_pkgconfigdir}/netcf.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -107,6 +107,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2011/05/30 20:03:26  qboosh
+- cleaned up and unified
+
 Revision 1.3  2011/03/28 18:21:13  arekm
 - up to 0.1.7
 
@@ -115,4 +118,3 @@
 
 Revision 1.1  2010/07/19 16:20:00  alucard
 - initial commit
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/netcf/netcf.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list