SPECS: codeblocks.spec - if libs are needed for plugins developmen...

qboosh qboosh at pld-linux.org
Sat Aug 19 15:37:51 CEST 2006


Author: qboosh                       Date: Sat Aug 19 13:37:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- if libs are needed for plugins development, .so symlinks and R: should be included;
  if not, *.la shouldn't be packaged

---- Files affected:
SPECS:
   codeblocks.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/codeblocks.spec
diff -u SPECS/codeblocks.spec:1.18 SPECS/codeblocks.spec:1.19
--- SPECS/codeblocks.spec:1.18	Sun Aug  6 19:27:13 2006
+++ SPECS/codeblocks.spec	Sat Aug 19 15:37:46 2006
@@ -27,7 +27,7 @@
 BuildRequires:	zip
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define	_pluginsdir %{_libdir}/%{name}/plugins
+%define		_pluginsdir %{_libdir}/%{name}/plugins
 
 %description
 Code::Blocks is a free C++ IDE built specifically to meet the most
@@ -115,14 +115,15 @@
 Summary:	Development files for Code::Blocks
 Summary(pl):	Pliki nagłówkowe Code::Blocks
 Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 This package provides development files for Code::Blocks. Install this
 package only if you plan to write plugins for Code::Blocks.
 
 %description devel -l pl
-Ten pakiet dostarcza plików nagłówkowych Code::Blocks. Instaluj ten
-pakiet tylko jeśli planujesz pisanie wtyczek do Code::Blocks.
+Ten pakiet dostarcza plików nagłówkowych Code::Blocks. Należy
+instalować ten pakiet tylko w celu pisania wtyczek do Code::Blocks.
 
 %prep
 #%setup -q -n %{name}-%{version}%{_rc}
@@ -191,6 +192,7 @@
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/*.la
 %{_includedir}/codeblocks
 
@@ -200,6 +202,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/08/19 13:37:46  qboosh
+- if libs are needed for plugins development, .so symlinks and R: should be included;
+  if not, *.la shouldn't be packaged
+
 Revision 1.18  2006/08/06 17:27:13  adamg
 - devel subpackage
 - cleanups
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/codeblocks.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list