]> git.pld-linux.org Git - packages/gdsl.git/commitdiff
- pl description, added missing dir to -devel
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Jul 2002 20:55:39 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdsl.spec -> 1.2

gdsl.spec

index 51f98133d46ad9309a936ac6b288f2607c0f16ba..60ea5067cb59b3802b234cd323cbd289c59a051d 100644 (file)
--- a/gdsl.spec
+++ b/gdsl.spec
@@ -19,6 +19,15 @@ implementation. Available structures are lists, queues, stacks, hash
 tables, binary trees, search binary trees, red-black trees, 2D arrays,
 and permutations.
 
+%description -l pl
+GSSL (Generic Data Structues Library) to przeno¶na i niezale¿na od
+systemu operacyjnego biblioteka operacji na podstawowych strukturach
+danych, napisana od zera w czystym ANSI C, dla programistów C.
+Wiêkszo¶æ ogólnych struktur danych jest dostêpna wraz z potê¿nymi
+algorytmami i ukryt± implementacj±. Dostêpne struktury to listy,
+kolejki, stosy, tablice haszuj±ce, drzewa binarne, drzewa wyszukiwañ
+binarnych, drzewa czerwono-czarne, tablice dwuwymiarowe i permutacje.
+
 %package devel
 Summary:       Header files and development documentation for Generic Data Structures Library
 Summary(pl):   Pliki nag³ówkowe i dokumentacja do biblioteki podstawowych struktur danych
@@ -37,6 +46,7 @@ danych.
 Summary:       Static Generic Data Structures Library
 Summary(pl):   Statyczna biblioteka podstawowych struktur danych
 Group:         Development/Libraries
+Requires:      %{name}-deve = %{version}
 
 %description static
 Static Generic Data Structures Library.
@@ -62,12 +72,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS
@@ -79,8 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/*.so.?
 %attr(755,root,root) %{_libdir}/*.so
 %attr(755,root,root) %{_libdir}/*.la
+%dir %{_includedir}/gdsl
 %{_includedir}/gdsl/*.h
-
 %{_mandir}/man3/*
 
 %files static
This page took 0.077831 seconds and 4 git commands to generate.