SPECS: sip.spec - proper package name: python-sip-devel instead of...

charles charles at pld-linux.org
Wed Feb 15 08:13:51 CET 2006


Author: charles                      Date: Wed Feb 15 07:13:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper package name: python-sip-devel instead of sip-devel

---- Files affected:
SPECS:
   sip.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/sip.spec
diff -u SPECS/sip.spec:1.50 SPECS/sip.spec:1.51
--- SPECS/sip.spec:1.50	Wed Feb 15 06:50:28 2006
+++ SPECS/sip.spec	Wed Feb 15 08:13:44 2006
@@ -26,20 +26,6 @@
 Generuje powiązania Pythona z bibliotekami klas C++ ze zbioru plików
 ze specyfikacjami klas.
 
-%package devel
-Summary:	sip - development files needed to build bindings
-Summary(pl):	sip - pliki programistyczne potrzebne do budowania powiązań
-Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
-Requires:	python-devel >= 2.3
-%pyrequires_eq	python-libs
-
-%description devel
-Development files needed to build bindings for C++ classes.
-
-%description devel -l pl
-Pliki programistyczne potrzebne do budowania powiązań z klasami C++.
-
 %package -n python-sip
 Summary:	Python module needed by generated bindings
 Summary(pl):	Moduł Pythona wymagany przez wygenerowane powiązania
@@ -56,6 +42,20 @@
 ze specyfikacjami klas. Ten pakiet zawiera bibliotekę potrzebną do
 uruchomienia wszystkich wygenerowanych powiązań.
 
+%package -n python-sip-devel
+Summary:	Development files needed to build bindings
+Summary(pl):	Pliki programistyczne potrzebne do budowania powiązań
+Group:		Development/Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	python-devel >= 2.3
+%pyrequires_eq	python-libs
+
+%description -n python-sip-devel
+Development files needed to build bindings for C++ classes.
+
+%description -n python-sip-devel -l pl
+Pliki programistyczne potrzebne do budowania powiązań z klasami C++.
+
 %prep
 %setup -q
 
@@ -97,22 +97,25 @@
 %doc ChangeLog LICENSE NEWS THANKS doc/*
 %attr(755,root,root) %{_bindir}/*
 
-%files devel
+%files -n python-sip
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/sip.so
+
+%files -n python-sip-devel
 %defattr(644,root,root,755)
 %{py_sitedir}/sip*.py
 %{py_incdir}/*.h
 %dir %{_sipfilesdir}
 
-%files -n python-sip
-%defattr(644,root,root,755)
-%attr(755,root,root) %{py_sitedir}/sip.so
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2006/02/15 07:13:44  charles
+- proper package name: python-sip-devel instead of sip-devel
+
 Revision 1.50  2006/02/15 05:50:28  charles
 - new packages -devel and python-sip
 - rel. 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sip.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list