SPECS: libglade2.spec - updated to 2.6.2 - more verbose files - dr...

qboosh qboosh at pld-linux.org
Sun Aug 26 22:30:08 CEST 2007


Author: qboosh                       Date: Sun Aug 26 20:30:08 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.6.2
- more verbose files
- dropped one todo item (converting .glade files is development job)

---- Files affected:
SPECS:
   libglade2.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/libglade2.spec
diff -u SPECS/libglade2.spec:1.57 SPECS/libglade2.spec:1.58
--- SPECS/libglade2.spec:1.57	Tue Jun 19 15:56:09 2007
+++ SPECS/libglade2.spec	Sun Aug 26 22:30:03 2007
@@ -1,8 +1,6 @@
 # $Revision$, $Date$
 #
 # TODO: register glade-2.0.dtd
-# TODO: consider moving libglade-convert to main package - it is used to converting old 
-# 	1.2.x version *.glade files to current structure.
 #
 # Conditional build:
 %bcond_without	apidocs		# disable gtk-doc
@@ -12,13 +10,13 @@
 Summary(pl.UTF-8):	Biblioteka do ładowania definicji interfejsu generowanego programem glade
 Summary(pt_BR.UTF-8):	Esta biblioteca permite carregar arquivos da interface glade
 Name:		libglade2
-Version:	2.6.1
+Version:	2.6.2
 Release:	1
 Epoch:		1
-License:	LGPL
+License:	LGPL v2+
 Group:		X11/Libraries
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-%{version}.tar.bz2
-# Source0-md5:	489be887b26b9973f77e2c6111ab7d5a
+# Source0-md5:	da4f9d1c6cd1337f6ef5e2db768d8557
 URL:		http://www.gnome.org/
 BuildRequires:	atk-devel >= 1:1.18.0
 BuildRequires:	autoconf >= 2.52
@@ -130,7 +128,7 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	--%{?with_apidocs:en}%{?!with_apidocs:dis}able-gtk-doc \
+	--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
 	--with-html-path=%{_gtkdocdir}
 %{__make}
 
@@ -143,7 +141,7 @@
 	HTML_DIR=%{_gtkdocdir} \
 	pkgconfigdir=%{_pkgconfigdir}
 
-%{?!with_apidocs:rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}}
+%{!?with_apidocs:rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -154,7 +152,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libglade-2.0.so.*.*.*
 %{_libdir}/libglade
 %dir %{_datadir}/xml/libglade
 %{_datadir}/xml/libglade/*.dtd
@@ -162,15 +160,15 @@
 %files devel
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_bindir}/libglade-convert
+%attr(755,root,root) %{_libdir}/libglade-2.0.so
+%{_libdir}/libglade-2.0.la
 %{_pkgconfigdir}/*
-%{_includedir}/libglade-*
+%{_includedir}/libglade-2.0
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libglade-2.0.a
 
 %if %{with apidocs}
 %files apidocs
@@ -184,6 +182,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2007/08/26 20:30:03  qboosh
+- updated to 2.6.2
+- more verbose files
+- dropped one todo item (converting .glade files is development job)
+
 Revision 1.57  2007/06/19 13:56:09  megabajt
 - updated to 2.6.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libglade2.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list