summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2003-10-09 12:53:18 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit9e0c39529909104cfff1682c8c7f5a466a9e34e0 (patch)
treea6b6bda9235f7d16effccc396736e67229a27429
parente1c0d4f1c77409e272935e478de7f43348917b5a (diff)
downloadlibgnomemm-9e0c39529909104cfff1682c8c7f5a466a9e34e0.zip
libgnomemm-9e0c39529909104cfff1682c8c7f5a466a9e34e0.tar.gz
- -devel deps
Changed files: libgnomemm.spec -> 1.5
-rw-r--r--libgnomemm.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/libgnomemm.spec b/libgnomemm.spec
index 86a4c25..e10446b 100644
--- a/libgnomemm.spec
+++ b/libgnomemm.spec
@@ -23,6 +23,8 @@ Summary: Devel files for libgnomemm
Summary(pl): Pliki nagłówkowe dla libgnomemm
Group: Development/Libraries
Requires: %{name} = %{version}
+Requires: gtkmm-devel >= 2.0.0
+Requires: libgnome-devel >= 2.0.0
%description devel
Devel files for libgnomemm.
@@ -47,7 +49,7 @@ Biblioteka statyczna libgnomemm.
%build
%configure \
- --enable-static=yes
+ --enable-static
%{__make}
@@ -69,10 +71,10 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
-%{_includedir}/%{name}-2.0
+%attr(755,root,root) %{_libdir}/libgnomemm*.so
%{_libdir}/libgnomemm*.la
-%{_libdir}/libgnomemm*.so
%{_libdir}/%{name}-2.0
+%{_includedir}/%{name}-2.0
%{_pkgconfigdir}/%{name}-2.0.pc
%files static