SPECS: ipset.spec - fixed -devel descs

qboosh qboosh at pld-linux.org
Tue Dec 13 21:10:49 CET 2005


Author: qboosh                       Date: Tue Dec 13 20:10:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed -devel descs

---- Files affected:
SPECS:
   ipset.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/ipset.spec
diff -u SPECS/ipset.spec:1.5 SPECS/ipset.spec:1.6
--- SPECS/ipset.spec:1.5	Sun Dec 11 14:04:59 2005
+++ SPECS/ipset.spec	Tue Dec 13 21:10:43 2005
@@ -34,13 +34,15 @@
 maksymalną szybkość przy dopasowywaniu elementu do zbioru.
 
 %package devel
-Summary:        Library for the ipset interface
-Summary(pl):    Biblioteka do interfejsu ipset
+Summary:	Header files for ipset interface
+Summary(pl):    Pliki nagłówkowe do interfejsu ipset
 Group:          Development/Libraries
 
 %description devel
+Header files for ipset interface.
 
 %description devel -l pl
+Pliki nagłówkowe do interfejsu ipset.
 
 %prep
 %setup -qn %{name}-%{version_base}
@@ -56,7 +58,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/%{_includedir}
+install -d $RPM_BUILD_ROOT%{_includedir}
 
 %{__make} install \
 	DESTDIR="$RPM_BUILD_ROOT" \
@@ -64,7 +66,8 @@
 	LIBDIR="%{_libdir}" \
 	MANDIR="%{_mandir}" \
 	BINDIR="%{_sbindir}"
-install *.h $RPM_BUILD_ROOT/%{_includedir}
+
+install *.h $RPM_BUILD_ROOT%{_includedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -87,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/12/13 20:10:43  qboosh
+- fixed -devel descs
+
 Revision 1.5  2005/12/11 13:04:59  djrzulf
 - created devel subpackage, i think right :),
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ipset.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list