SPECS: aspell.spec - -libs split

glen glen at pld-linux.org
Tue Nov 1 23:06:10 CET 2005


Author: glen                         Date: Tue Nov  1 22:06:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -libs split

---- Files affected:
SPECS:
   aspell.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: SPECS/aspell.spec
diff -u SPECS/aspell.spec:1.75 SPECS/aspell.spec:1.76
--- SPECS/aspell.spec:1.75	Fri Oct 21 13:08:41 2005
+++ SPECS/aspell.spec	Tue Nov  1 23:06:04 2005
@@ -4,7 +4,7 @@
 Summary(pt_BR):	Verificador ortográfico
 Name:		aspell
 Version:	0.60.4
-Release:	1
+Release:	1.2
 Epoch:		3
 License:	LGPL
 Vendor:		Kevin Atkinson <kevina at gnu.org>
@@ -20,6 +20,7 @@
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.5
 BuildRequires:	texinfo
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Provides:	pspell = %{epoch}:%{version}-%{release}
 Obsoletes:	libaspell15
 Obsoletes:	pspell
@@ -53,7 +54,7 @@
 Summary(pl):	Pliki nagłówkowe dla programistów używających aspella
 Summary(pt_BR):	Arquivos para desenvolvimento usando Aspell
 Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
 Requires:	libstdc++-devel
 Provides:	pspell-devel = %{epoch}:%{version}-%{release}
 Obsoletes:	libaspell15-devel
@@ -72,6 +73,13 @@
 dinâmicas e arquivos de inclusăo necessários para o desenvolvimento
 utilizando o aspell.
 
+%package libs
+Summary:	aspell libraries
+Group:		Libraries
+
+%description libs
+aspell/pspell libraries
+
 %package static
 Summary:	Static libraries for aspell development
 Summary(pl):	Biblioteki statyczne aspella
@@ -123,8 +131,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
+%post	libs -p /sbin/ldconfig
+%postun	libs -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -134,9 +142,7 @@
 %attr(755,root,root) %{_bindir}/pre*
 %attr(755,root,root) %{_bindir}/word-list-compress
 %attr(755,root,root) %{_bindir}/run-with-aspell
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_datadir}/aspell
-%{_libdir}/aspell
 %{_mandir}/man1/*
 
 %files devel
@@ -149,6 +155,11 @@
 %{_includedir}/pspell
 %{_includedir}/*.h
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_libdir}/aspell
+
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
@@ -159,6 +170,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2005/11/01 22:06:04  glen
+- -libs split
+
 Revision 1.75  2005/10/21 11:08:41  qboosh
 - updated to 0.60.4 (bugfixes)
 
@@ -296,16 +310,16 @@
 - resolved conflict with ispell, removed Provides/Obsoletes: ispell -
   it's only CLI-compatible with ispell, not an ispell replacement
 - separated English dictionary to subpackage - not everyone needs it
-- new %%doc
+- new %doc
 - release 12
 
 Revision 1.32  2002/05/21 23:12:41  kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
-	     s/^autoconf/\%\{__autoconf\}/"
+  	     s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.31  2002/05/04 11:28:32  qboosh
-- dictionaries back to original location (%%{_libdir}/aspell) - format
+- dictionaries back to original location (%{_libdir}/aspell) - format
   depends on machine endianess!
 - release 11
 
@@ -322,7 +336,7 @@
 - release 2
 
 Revision 1.28  2002/04/25 15:48:48  arturs
-fixed a small typo
+- fixed a small typo
 
 Revision 1.27  2002/02/22 23:28:42  kloczek
 - removed all Group fields translations (our rpm now can handle translating
@@ -332,7 +346,7 @@
 - adding es/fr/pt_BR/ru/uk (and eventually de) Group translations
 
 Revision 1.25  2002/01/18 02:12:26  kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.24  2001/11/29 21:31:07  filon
 - corrected version, there was not first 0 in version string
@@ -347,10 +361,10 @@
 - removed trash
 
 Revision 1.20  2001/05/02 00:42:07  qboosh
-- adapterized and made spec %%debug ready or using %%rpm*flags macros
+- adapterized and made spec %debug ready or using %rpm*flags macros
 
 Revision 1.19  2000/06/09 07:22:47  kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
 
 Revision 1.18  2000/05/17 23:02:35  kloczek
 - spec adapterized.
@@ -387,7 +401,7 @@
 
 * Fri Apr 30 1999 Artur Frysiak <wiget at pld.org.pl>
 - added static subpackage
-- full %%attr description
+- full %attr description
 - partial pl translation
 
 * Tue Mar  2 1999 Ryan Weaver <ryanw at infohwy.com>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/aspell.spec?r1=1.75&r2=1.76&f=u




More information about the pld-cvs-commit mailing list