]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- -libs split
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Nov 2005 22:06:04 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.76

aspell.spec

index 2ff9ae8ecf98a1af325db152878c3f2327013ba4..66b80881236f79b9431c261aaa3688bd66b00285 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    GNU Aspell jest kontrolerem pisowni
 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@gnu.org>
@@ -19,6 +19,7 @@ BuildRequires:        gettext-devel
 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
@@ -52,7 +53,7 @@ Summary:      Header files for aspell development
 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
@@ -71,6 +72,13 @@ Aspell 
 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
@@ -122,8 +130,8 @@ rm -rf $RPM_BUILD_ROOT
 %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)
@@ -133,9 +141,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
@@ -148,6 +154,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_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
This page took 0.551437 seconds and 4 git commands to generate.