]> git.pld-linux.org Git - packages/gdsl.git/commitdiff
- updated to 1.3 (from pld-devel-pl Mateusz Murawski)
authordjrzulf <djrzulf@pld-linux.org>
Sat, 1 Jan 2005 12:04:06 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added to devel docs in html,

Changed files:
    gdsl.spec -> 1.10

gdsl.spec

index 9551398b7460edb1602c16866bc9fbedda3bb0bf..256635f9a28ddd4a81fc463b962e779f07857225 100644 (file)
--- a/gdsl.spec
+++ b/gdsl.spec
@@ -1,13 +1,12 @@
 Summary:       Generic Data Structures Library
 Summary(pl):   Biblioteka podstawowych struktur danych
 Name:          gdsl
-Version:       1.0
-Release:       3
+Version:       1.3
+Release:       1
 License:       GPL v2
 Group:         Libraries
 Source0:       http://freesoftware.fsf.org/download/gdsl/%{name}-%{version}.tar.gz
-# Source0-md5: 39584bbcd66d231156341db4b0a6d454
-Patch0:                %{name}-ac.patch
+# Source0-md5: 9981f1ced783e30f50247e39179706bc
 URL:           http://www.freesoftware.fsf.org/gdsl/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -24,7 +23,7 @@ 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
+GDSL (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
@@ -60,7 +59,6 @@ Statyczna biblioteka podstawowych struktur danych.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 rm -f missing
@@ -87,14 +85,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS
 %attr(755,root,root) %{_libdir}/*.so.*.*
+%{_bindir}/%{name}-config
 
 %files devel
 %defattr(644,root,root,755)
-%doc src/examples/* README TODO
+%doc src/examples/* README TODO doc/html/*.html doc/html/*.css doc/html/*.png
 %attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.la
 %dir %{_includedir}/gdsl
 %{_includedir}/gdsl/*.h
+%{_includedir}/*.h
+
 %{_mandir}/man3/*
 
 %files static
This page took 0.079209 seconds and 4 git commands to generate.