]> git.pld-linux.org Git - packages/exo.git/commitdiff
- updated to 0.3.0
authorRobert Kurowski <koorek@pld-linux.org>
Mon, 14 Mar 2005 05:15:51 +0000 (05:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed BR dbus (not needed anymore)

Changed files:
    exo.spec -> 1.6

exo.spec

index 512ed2689ab21eefa3d8403d77634e3a840a2122..60d01544d9b0f3778e87ad63f82db91882debf9a 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -1,15 +1,14 @@
 Summary:       Extension library to Xfce developed by os-cillation
 Summary(pl):   Biblioteka rozszerzeñ do Xfce opracowana przez os-cillation
 Name:          libexo
 Summary:       Extension library to Xfce developed by os-cillation
 Summary(pl):   Biblioteka rozszerzeñ do Xfce opracowana przez os-cillation
 Name:          libexo
-Version:       0.2.0
+Version:       0.3.0
 Release:       1
 License:       GPL v2
 Group:         Libraries
 Source0:       http://download.berlios.de/xfce-goodies/exo-%{version}.tar.bz2
 Release:       1
 License:       GPL v2
 Group:         Libraries
 Source0:       http://download.berlios.de/xfce-goodies/exo-%{version}.tar.bz2
-# Source0-md5: d5c4b3d2fd9da3759b846f41922bb30f
+# Source0-md5: ffcd73ec6b34f19c81afdc3f1a97377b
 URL:           http://www.os-cillation.com/
 BuildRequires: autoconf
 URL:           http://www.os-cillation.com/
 BuildRequires: autoconf
-BuildRequires: dbus-glib-devel >= 0.22
 BuildRequires: gettext-devel
 BuildRequires: pkgconfig
 BuildRequires: libxfcegui4-devel >= 4.1.90
 BuildRequires: gettext-devel
 BuildRequires: pkgconfig
 BuildRequires: libxfcegui4-devel >= 4.1.90
@@ -60,27 +59,32 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{py_sitescriptdir}/*.py
+%{_datadir}/locale/*/*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_includedir}/exo-0.2
+%{_includedir}/exo-0.3
+%{_datadir}/pygtk/2.0/defs/exo-0.3/*
+%{py_sitedir}/exo-0.3/exo/*.py[co]
+%{py_sitedir}/exo-0.3/*
+%{py_sitescriptdir}/*.py[co]
 %{_pkgconfigdir}/*.pc
 %{_gtkdocdir}/*
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
 %{_pkgconfigdir}/*.pc
 %{_gtkdocdir}/*
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+%{py_sitedir}/exo-0.3/*.a
This page took 0.129117 seconds and 4 git commands to generate.