SPECS: glibmm.spec - updated required glib2 version, simplified st...

qboosh qboosh at pld-linux.org
Sun Mar 5 01:32:56 CET 2006


Author: qboosh                       Date: Sun Mar  5 00:32:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated required glib2 version, simplified static_libs bcond

---- Files affected:
SPECS:
   glibmm.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/glibmm.spec
diff -u SPECS/glibmm.spec:1.33 SPECS/glibmm.spec:1.34
--- SPECS/glibmm.spec:1.33	Fri Feb  3 23:26:24 2006
+++ SPECS/glibmm.spec	Sun Mar  5 01:32:51 2006
@@ -15,12 +15,14 @@
 URL:		http://gtkmm.sourceforge.net/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
-BuildRequires:	glib2-devel >= 1:2.6.3
+BuildRequires:	glib2-devel >= 1:2.8.0
 BuildRequires:	libsigc++-devel >= 1:2.0.10
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.4d
 BuildRequires:	perl-XML-Parser
 BuildRequires:	pkgconfig
+Requires:	glib2 >= 1:2.8.0
+Requires:	libsigc++ >= 1:2.0.10
 Obsoletes:	gtkmm-glib
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,7 +37,7 @@
 Summary(pl):	Pliki nagłówkowe biblioteki glibmm
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	glib2-devel >= 1:2.6.3
+Requires:	glib2-devel >= 1:2.8.0
 Requires:	libsigc++-devel >= 1:2.0.10
 Requires:	libstdc++-devel
 Obsoletes:	gtkmm-glib-devel
@@ -46,17 +48,6 @@
 %description devel -l pl
 Pliki nagłówkowe biblioteki glibmm.
 
-%package doc
-Summary:	Reference documentation and examples for glibmm
-Summary(pl):	Szczegółowa dokumentacja i przykłady dla glibmm
-Group:		Documentation
-
-%description doc
-Reference documentation and examples for glibmm.
-
-%description doc -l pl
-Szczegółowa dokumentacja i przykłady dla glibmm.
-
 %package static
 Summary:	Static glibmm library
 Summary(pl):	Statyczna biblioteka glibmm
@@ -70,6 +61,17 @@
 %description static -l pl
 Statyczna biblioteka glibmm.
 
+%package doc
+Summary:	Reference documentation and examples for glibmm
+Summary(pl):	Szczegółowa dokumentacja i przykłady dla glibmm
+Group:		Documentation
+
+%description doc
+Reference documentation and examples for glibmm.
+
+%description doc -l pl
+Szczegółowa dokumentacja i przykłady dla glibmm.
+
 %prep
 %setup -q
 
@@ -80,8 +82,8 @@
 %{__automake}
 %configure \
 	--enable-fulldocs \
-	--enable-static \
-	%{!?with_static_libs:--disable-static}
+	%{?with_static_libs:--enable-static}
+
 %{__make}
 
 %install
@@ -118,23 +120,26 @@
 %{_pkgconfigdir}/*.pc
 %{_aclocaldir}/*.m4
 
-%files doc
-%defattr(644,root,root,755)
-%{_gtkdocdir}/%{name}-2.4
-%{_examplesdir}/%{name}-%{version}
-
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
 %endif
 
+%files doc
+%defattr(644,root,root,755)
+%{_gtkdocdir}/%{name}-2.4
+%{_examplesdir}/%{name}-%{version}
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2006/03/05 00:32:51  qboosh
+- updated required glib2 version, simplified static_libs bcond
+
 Revision 1.33  2006/02/03 22:26:24  qboosh
 - updated to 2.8.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibmm.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list