[at-spi2-core] Fix the files list

Christopher Aillon caillon at fedoraproject.org
Wed Feb 2 08:19:38 UTC 2011


commit 87e571cc0d17d99854ec6ed29473fc32fda653ba
Author: Christopher Aillon <caillon at redhat.com>
Date:   Wed Feb 2 00:19:00 2011 -0800

    Fix the files list
    
    Need find_lang and added include files

 at-spi2-core.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/at-spi2-core.spec b/at-spi2-core.spec
index ee6aa04..be27bf1 100644
--- a/at-spi2-core.spec
+++ b/at-spi2-core.spec
@@ -57,12 +57,14 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
+%{find_lang} %{name}
+
 rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README
 # %dir %{_sysconfdir}/at-spi2
@@ -81,6 +83,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
 %{_libdir}/libatspi.so
 %{_datadir}/gtk-doc/html/libatspi
 %{_datadir}/gir-1.0/Atspi-2.0.gir
+%{_includedir}/at-spi-2.0
 
 %changelog
 * Tue Feb  1 2011 Christopher Aillon <caillon at redhat.com> - 1.91.6-1


More information about the scm-commits mailing list