]> git.pld-linux.org Git - packages/gc.git/commitdiff
- strict internal deps, unifications
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 Aug 2004 23:39:47 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gc.spec -> 1.22

gc.spec

diff --git a/gc.spec b/gc.spec
index 22e870f523df097c3176c9986df7ae3732282ebe..c223960fda77f85082ae2ba4713348895ce58f47 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -30,7 +30,7 @@ konserwatywnego od
 Summary:       Headers for conservative garbage collector
 Summary(pl):   Nag³ówki dla konserwatywnego od¶miecacza pamiêci
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Headers for conservative garbage collector
@@ -42,7 +42,7 @@ Nag
 Summary:       Static version of gc library
 Summary(pl):   Statyczna wersja biblioteki gc
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static version of gc library
@@ -89,10 +89,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/gc
-%{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.la
-%{_mandir}/*/*
+%{_includedir}/gc
+%{_mandir}/man3/gc.3*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.097955 seconds and 4 git commands to generate.