]> git.pld-linux.org Git - packages/efreet.git/blobdiff - efreet.spec
- simplified setup
[packages/efreet.git] / efreet.spec
index 4cc9ae7cd3afd1e8aa1781052d66b579fbec19f2..47696b5a123f87a3de80edf49f30cf8d7b4a873c 100644 (file)
@@ -2,17 +2,17 @@
 # Conditional build:
 %bcond_without static_libs     # don't build static library
 #
-%define                ecore_ver       0.9.9.043
+%define                ecore_ver       0.9.9.050
 
 Summary:       freedesktop.org standards implementation for the EFL
 Summary(pl.UTF-8):     Implementacja standardów freedesktop.org dla EFL
 Name:          efreet
-Version:       0.5.0.043
-Release:       1
+Version:       0.5.0.050
+Release:       0.1
 License:       BSD
 Group:         X11/Libraries
-Source0:       http://download.enlightenment.org/snapshots/2008-05-19/%{name}-%{version}.tar.bz2
-# Source0-md5: 430493b0b3ac8d2221d94c653cf75163
+Source0:       http://download.enlightenment.org/snapshots/2008-09-25/%{name}-%{version}.tar.bz2
+# Source0-md5: 029accd22bb5b014866dedc38269c82c
 URL:           http://enlightenment.org/p.php?p=about/libs/efreet
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
@@ -116,20 +116,26 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libefreet.so.0
 %attr(755,root,root) %{_libdir}/libefreet_mime.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libefreet_mime.so.0
+%attr(755,root,root) %{_libdir}/libefreet_trash.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libefreet_trash.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libefreet.so
 %attr(755,root,root) %{_libdir}/libefreet_mime.so
+%attr(755,root,root) %{_libdir}/libefreet_trash.so
 %{_libdir}/libefreet.la
 %{_libdir}/libefreet_mime.la
+%{_libdir}/libefreet_trash.la
 %{_includedir}/efreet
 %{_pkgconfigdir}/efreet.pc
 %{_pkgconfigdir}/efreet-mime.pc
+%{_pkgconfigdir}/efreet-trash.pc
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libefreet.a
 %{_libdir}/libefreet_mime.a
+%{_libdir}/libefreet_trash.a
 %endif
This page took 0.057096 seconds and 4 git commands to generate.