]> git.pld-linux.org Git - packages/libgcroots.git/commitdiff
- pl, track soname
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Nov 2012 19:50:28 +0000 (20:50 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Nov 2012 19:50:28 +0000 (20:50 +0100)
libgcroots.spec

index 3f8b986ce621361d1f3f38c0b85dc3e86cbce98e..cc23b6d5af663f17bdf9493b00c8398d3c150120 100644 (file)
@@ -3,12 +3,13 @@
 %bcond_without static_libs     # don't build static libraries
 #
 Summary:       Roots acquisition library for Garbage Collector
-#Summary(pl.UTF-8):    -
+Summary(pl.UTF-8):     Biblioteka do wydobywania podstaw do odśmiecania pamięci
 Name:          libgcroots
 Version:       0.2.3
 Release:       1
 License:       MIT
 Group:         Libraries
+#Source0Download: http://code.google.com/p/sigscheme/downloads/list
 Source0:       http://sigscheme.googlecode.com/files/%{name}-%{version}.tar.bz2
 # Source0-md5: 3c2e0ce9f8c09ad96aa88ebf15ac028d
 URL:           http://code.google.com/p/sigscheme/wiki/libgcroots
@@ -18,11 +19,19 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 libgcroots abstracts architecture-dependent part of garbage collector
 roots acquisition such as register windows of SPARC and register stack
 backing store of IA-64.
-This library encourages to have own GC such as for small-libgcrootstprint,
-some application-specific optimizations, just learning or to test
-experimental ideas.
 
-#%description -l pl.UTF-8
+This library encourages to have own GC such as for
+small-libgcrootstprint, some application-specific optimizations, just
+learning or to test experimental ideas.
+
+%description -l pl.UTF-8
+libgcroots tworzy abstrakcję zależnych od architektury części
+wydobywania podstaw do odśmiecania pomięci, takich jak okna rejestrów
+procesora SPARC czy przestrzeń rejestrów na stosie IA64.
+
+Biblioteka zachęca do używania własnego GC, jak w przypadku
+small-libgcrootstprint, paru optymalizacji zależnych od aplikacji,
+tylko nauki albo ekspertymentowania.
 
 %package devel
 Summary:       Header files for libgcroots library
@@ -74,11 +83,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README
 %attr(755,root,root) %{_libdir}/libgcroots.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgcroots.so.[0-9]
+%attr(755,root,root) %ghost %{_libdir}/libgcroots.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/libgcroots.so
+%attr(755,root,root) %{_libdir}/libgcroots.so
 %{_includedir}/gcroots.h
 %{_includedir}/libgcroots
 %{_pkgconfigdir}/gcroots.pc
This page took 0.074216 seconds and 4 git commands to generate.