]> git.pld-linux.org Git - packages/inn.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 4 Aug 2000 18:25:59 +0000 (18:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added libs package (I want suck but not inn)

Changed files:
    inn.spec -> 1.58

inn.spec

index f5ceb6edec23312f69ff48aabf5c8bec05cb95b0..69f1ecc6621cb2635c046d8d26ea14ed503f998b 100644 (file)
--- a/inn.spec
+++ b/inn.spec
@@ -5,7 +5,7 @@ Summary(pl):    INN, serwer nowinek
 Summary(tr):   INN, InterNet Haber Sistemi (haber sunucu)
 Name:          inn
 Version:       2.2.3
-Release:       1
+Release:       2
 Copyright:     distributable
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Serwery
@@ -28,6 +28,7 @@ Prereq:               /sbin/chkconfig
 Prereq:                /sbin/ldconfig
 Prereq:                sed
 Prereq:                fileutils
+Requires:      %{name}-libs = %{version}
 Requires:      cleanfeed
 Requires:      rc-scripts >= 0.2.0
 Requires:      /etc/cron.d
@@ -48,6 +49,35 @@ jak r
 Ca³e mnóstwo po¿ytecznych informacji o konfigurowaniu INN-a znajdziesz
 w katalogu /usr/share/doc/inn-*.
 
+%package libs
+Summary:       INN libraries
+Summary(de):   INN-Library
+Summary(pl):   Biblioteki do INN-a
+Summary(fr):   Bibliothèque INN
+Group:         Development/Libraries
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+
+%description libs
+This library is needed by several programs that interface to INN, such
+as newsgate or tin.
+
+%description -l de libs
+Diese Library wird von mehreren Programmen benötigt, die mit INN
+kommunizieren, etwa newsgate oder tin.
+
+%description -l fr libs
+Cette bibliothèque est nécessaire à plusieurs programmes qui
+s'interfacent avec INN, comme newsgate ou tin.
+
+%description -l pl libs
+Biblioteka niezbêdna do dzia³ania kilku programów wspó³pracuj±cych z
+INN-em, takich jak newsgate czy tin.
+
+%description -l tr libs
+INN ile arayüz gerektiren programlar için (newsgate, tin gibi) gereken
+bir kitaplýktýr.
+
 %package devel
 Summary:       INN header files and development documentations
 Summary(de):   INN-Library
@@ -57,7 +87,7 @@ Summary(tr):  INN kitapl
 Group:         Development/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
-Requires:      %{name} = %{version}
+Requires:      %{name}-libs = %{version}
 
 %description devel
 This library is needed by several programs that interface to INN, such
@@ -430,9 +460,6 @@ fi
 %attr(4754,root,news) %{_bindir}/startinnfeed
 %attr(4754,root,uucp) %{_bindir}/rnews
 
-# LIBS
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-
 # BINARIES
 %attr(755,root,root) %{_bindir}/actived
 %attr(755,root,root) %{_bindir}/actmerge
@@ -519,6 +546,9 @@ fi
 %{_mandir}/man1/subst.1*
 %{_mandir}/man[58]/**
 
+%files libs
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/inn/*
This page took 0.03899 seconds and 4 git commands to generate.