SPECS: at-spi.spec - updated to 1.6.5 (bugfixes) - sorted %%files ...
paladine
paladine at pld-linux.org
Wed Aug 31 09:43:31 CEST 2005
Author: paladine Date: Wed Aug 31 07:43:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.6.5 (bugfixes)
- sorted %%files and %%configure options
---- Files affected:
SPECS:
at-spi.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/at-spi.spec
diff -u SPECS/at-spi.spec:1.58 SPECS/at-spi.spec:1.59
--- SPECS/at-spi.spec:1.58 Mon Jun 27 01:07:29 2005
+++ SPECS/at-spi.spec Wed Aug 31 09:43:26 2005
@@ -5,12 +5,12 @@
Summary: Assistive Technology Service Provider Interface
Summary(pl): Interfejs pozwalający na korzystanie z urządzeń wspomagających
Name: at-spi
-Version: 1.6.4
-Release: 2
+Version: 1.6.5
+Release: 1
License: LGPL v2+
Group: X11/Libraries
Source0: http://ftp.gnome.org/pub/gnome/sources/at-spi/1.6/%{name}-%{version}.tar.bz2
-# Source0-md5: be8b3077e2fab51a427303f228dffc2e
+# Source0-md5: 42364e5a4fed73894f702e6042bd5985
URL: http://developer.gnome.org/projects/gap/
BuildRequires: ORBit2-devel
BuildRequires: atk-devel >= 1:1.9.0
@@ -82,10 +82,10 @@
%{__automake}
%{__autoconf}
%configure \
- --enable-static \
+ %{!?with_static_libs:--disable-static} \
--enable-gtk-doc \
- --with-html-dir=%{_gtkdocdir} \
- %{!?with_static_libs:--disable-static}
+ --enable-static \
+ --with-html-dir=%{_gtkdocdir}
%{__make}
%install
@@ -106,19 +106,19 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_datadir}/idl/*
%attr(755,root,root) %{_libdir}/at-spi-registryd
-%attr(755,root,root) %{_libdir}/orbit-2.0/*.so
-%attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
%{_libdir}/bonobo/servers/*
-%{_datadir}/idl/*
+%attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/orbit-2.0/*.so
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
%{_includedir}/*
%{_gtkdocdir}/*
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
%{_pkgconfigdir}/*
%if %{with static_libs}
@@ -133,6 +133,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2005/08/31 07:43:26 paladine
+- updated to 1.6.5 (bugfixes)
+- sorted %%files and %%configure options
+
Revision 1.58 2005/06/26 23:07:29 zbyniu
- removed BR: perl-base, popt-devel required somewhere else
- R: ORBit2-devel, gail-devel in -devel, rel 2, STBR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/at-spi.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list