]> git.pld-linux.org Git - packages/opensp.git/commitdiff
- standarized changelog preample
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Jan 2002 20:12:32 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed post/postun with only ldconfig to -p

Changed files:
    opensp.spec -> 1.26

opensp.spec

index e4cf9c2ce75f5fbddeeda1c43fdcb340ab9b441c..fdacd9fa29f68a8166add78fabeb9567e7677707 100644 (file)
@@ -7,11 +7,12 @@ Release:      11
 License:       Copyright (c) 1999 The OpenJade group (free)
 Group:         Applications/Publishing/SGML
 Group(de):     Applikationen/Publizieren/SGML
+Group(es):     Aplicaciones/Editoración/SGML
 Group(pl):     Aplikacje/Publikowanie/SGML
+Group(pt_BR):  Aplicações/Editoração/SGML
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/openjade/%{arname}-%{version}.tar.gz
 Patch0:                OpenSP-DESTDIR.patch
 URL:           http://openjade.sourceforge.net/
-Prereq:                /sbin/ldconfig
 Requires:      sgml-common >= 0.5-1
 Provides:      sgmlparser
 Provides:      sp
@@ -32,14 +33,18 @@ Summary:    OpenSP header files
 Summary(pl):   Pliki nag³ówkowe OpenSP
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
 OpenSP header files and devel documentation.
 
-%description -l pl devel
+%description devel -l pl
 Pliki nag³ówkowe OpenSP.
 
 %package static
@@ -47,14 +52,18 @@ Summary:    Static OpenSP libraries
 Summary(pl):   Biblioteki statyczne OpenSP
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
 Static OpenSP libraries.
 
-%description -l pl static
+%description static -l pl
 Biblioteki statyczne OpenSP.
 
 %prep
@@ -95,15 +104,12 @@ gzip -9nf AUTHORS COPYING ChangeLog NEWS README TODO
 
 %find_lang sp
 
-%post   
-/sbin/ldconfig
-
-%postun 
-/sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files -f sp.lang
 %defattr(644,root,root,755)
 %doc doc *.gz
This page took 0.062978 seconds and 4 git commands to generate.