]> git.pld-linux.org Git - packages/libpeas.git/commitdiff
- updated to 0.7.4
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 10 Mar 2011 19:28:45 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpeas.spec -> 1.8

libpeas.spec

index 44ab6f556c8ef59f006eabd32cba41a2d49fab4f..f8c9faec66fa37697a4ffd162681d63dbad231de 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       GObject Plugin System
 Summary(pl.UTF-8):     System wtyczek GObject
 Name:          libpeas
-Version:       0.7.3
+Version:       0.7.4
 Release:       1
 License:       LGPL v2
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/libpeas/0.7/%{name}-%{version}.tar.gz
-# Source0-md5: 58456ddf05c3dc5b8a8dc68a68f88356
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/libpeas/0.7/%{name}-%{version}.tar.bz2
+# Source0-md5: 3a58a9d35cfbebec2ce08dc956bb76f1
 Patch0:                gir.patch
 URL:           http://live.gnome.org/Libpeas
 BuildRequires: autoconf >= 2.63.2
@@ -25,9 +25,10 @@ BuildRequires:       gtk-doc >= 1.11
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libtool >= 2:2.2.6
 BuildRequires: python >= 2.5.2
-BuildRequires: python-pygobject-devel >= 2.20.0
+BuildRequires: python-pygobject-devel >= 2.28.0
 BuildRequires: rpmbuild(macros) >= 1.601
 BuildRequires: seed-devel >= 2.31.91
+BuildRequires: vala >= 0.11.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -254,16 +255,23 @@ rm -rf $RPM_BUILD_ROOT
 %files demo
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/peas-demo/plugins/helloworld/helloworld.plugin
+%dir %{_libdir}/peas-demo
+%dir %{_libdir}/peas-demo/plugins
+%dir %{_libdir}/peas-demo/plugins/helloworld
 %attr(755,root,root) %{_libdir}/peas-demo/plugins/helloworld/libhelloworld.so
+%{_libdir}/peas-demo/plugins/helloworld/helloworld.plugin
+%dir %{_libdir}/peas-demo/plugins/pythonhello
 %{_libdir}/peas-demo/plugins/pythonhello/pythonhello.plugin
-%{_libdir}/peas-demo/plugins/pythonhello/pythonhello.py
-%{_libdir}/peas-demo/plugins/pythonhello/pythonhello.pyc
-%{_libdir}/peas-demo/plugins/pythonhello/pythonhello.pyo
+%{_libdir}/peas-demo/plugins/pythonhello/pythonhello.py*
+%dir %{_libdir}/peas-demo/plugins/secondtime
 %attr(755,root,root) %{_libdir}/peas-demo/plugins/secondtime/libsecondtime.so
 %{_libdir}/peas-demo/plugins/secondtime/secondtime.plugin
+%dir %{_libdir}/peas-demo/plugins/seedhello
 %{_libdir}/peas-demo/plugins/seedhello/seedhello.js
 %{_libdir}/peas-demo/plugins/seedhello/seedhello.plugin
+%dir %{_libdir}/peas-demo/plugins/valahello
+%attr(755,root,root) %{_libdir}/peas-demo/plugins/valahello/libvalahello.so
+%{_libdir}/peas-demo/plugins/valahello/valahello.plugin
 
 %if %{with apidocs}
 %files apidocs
This page took 0.072525 seconds and 4 git commands to generate.