]> git.pld-linux.org Git - packages/embryo.git/commitdiff
- updated to 0.9.1.038
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Sep 2007 22:30:13 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved data to main package containing embryo_cc which uses it

Changed files:
    embryo.spec -> 1.24

embryo.spec

index 7187fbed53bad40e182645ebe758e644b03d0874..23c3d9eb2c1df4b7402597908f9f19bb03129cf0 100644 (file)
@@ -5,15 +5,15 @@
 Summary:       Enlightenment Fundation Libraries - Embryo
 Summary(pl.UTF-8):     Podstawowe biblioteki Enlightenmenta - Embryo
 Name:          embryo
-Version:       0.9.1.036
-Release:       2
+Version:       0.9.1.038
+Release:       1
 License:       BSD
 Group:         X11/Libraries
 Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 40900f5441a3b050de694b68da520f38
+# Source0-md5: f044bf2bc2e668784528a705aa290e4a
 URL:           http://enlightenment.org/Libraries/Embryo/
 BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: automake >= 1.4
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -78,17 +78,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING COPYING-PLAIN INSTALL README
+%doc AUTHORS COPYING COPYING-PLAIN README
 %attr(755,root,root) %{_bindir}/embryo_cc
 %attr(755,root,root) %{_libdir}/libembryo.so.*.*.*
+# for embryo_cc
+%{_datadir}/%{name}
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/embryo-config
 %attr(755,root,root) %{_libdir}/libembryo.so
 %{_libdir}/libembryo.la
-%{_includedir}/Embryo*
-%{_datadir}/%{name}
+%{_includedir}/Embryo.h
 %{_pkgconfigdir}/embryo.pc
 
 %if %{with static_libs}
This page took 0.073298 seconds and 4 git commands to generate.