]> git.pld-linux.org Git - packages/embryo.git/blobdiff - embryo.spec
- updated URL
[packages/embryo.git] / embryo.spec
index 7e6ab1405b4315a1181fadb789561aa6b9d7376b..3f2c731f91c4b9a77c0b96d085df45b3c68e9da0 100644 (file)
@@ -5,16 +5,17 @@
 Summary:       Enlightenment Fundation Libraries - Embryo
 Summary(pl.UTF-8):     Podstawowe biblioteki Enlightenmenta - Embryo
 Name:          embryo
-Version:       0.9.9.043
-Release:       1
+Version:       1.0.0
+Release:       2
 License:       BSD
-Group:         X11/Libraries
-Source0:       http://download.enlightenment.org/snapshots/2008-05-19/%{name}-%{version}.tar.bz2
-# Source0-md5: 532f34d44a558e49ad9afbfd0f82489f
-URL:           http://enlightenment.org/p.php?p=about/libs/embryo
-BuildRequires: autoconf
-BuildRequires: automake >= 1.4
+Group:         Libraries
+Source0:       http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
+# Source0-md5: 12f6c7d1d39c223d412351594a24dc64
+URL:           http://trac.enlightenment.org/e/wiki/Embryo
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake >= 1.6
 BuildRequires: libtool
+BuildRequires: pkgconfig >= 1:0.22
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %undefine      __cxx
@@ -56,11 +57,12 @@ Statyczna biblioteka Embryo.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        %{!?with_static_libs:--disable-static}
 %{__make}
 
@@ -78,18 +80,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING COPYING-PLAIN README
+%doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_bindir}/embryo_cc
-%attr(755,root,root) %{_libdir}/libembryo.so.*
+%attr(755,root,root) %{_libdir}/libembryo.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libembryo.so.1
 # 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.h
+%{_includedir}/embryo-1
 %{_pkgconfigdir}/embryo.pc
 
 %if %{with static_libs}
This page took 0.048995 seconds and 4 git commands to generate.