]> git.pld-linux.org Git - packages/embryo.git/blobdiff - embryo.spec
- missing - in log
[packages/embryo.git] / embryo.spec
index a609bd2c97bc0271408d5b3ed302565018373476..68a1a7837eda2d3b6d9ad112acd34b8b94832d11 100644 (file)
@@ -3,17 +3,17 @@
 %bcond_without static_libs     # don't build static library
 #
 Summary:       Enlightenment Fundation Libraries - Embryo
-Summary(pl):   Podstawowe biblioteki Enlightenmenta - Embryo
+Summary(pl.UTF-8):     Podstawowe biblioteki Enlightenmenta - Embryo
 Name:          embryo
-Version:       0.9.1.024
+Version:       0.9.9.043
 Release:       1
 License:       BSD
 Group:         X11/Libraries
-Source0:       http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 8469afa08f75d9e6aa29d9ca9d784739
-URL:           http://enlightenment.org/Libraries/Embryo/
+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
+BuildRequires: automake >= 1.4
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -23,38 +23,43 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Embryo is a tiny library designed as a virtual machine to interpret a
 limited set of small compiled programs.
 
-%description -l pl
-Embryo to ma³a biblioteka zaprojektowana jako maszyna wirtualna do
-interpretowania ograniczonego zbioru ma³ych skompilowanych programów.
+%description -l pl.UTF-8
+Embryo to mała biblioteka zaprojektowana jako maszyna wirtualna do
+interpretowania ograniczonego zbioru małych skompilowanych programów.
 
 %package devel
 Summary:       Embryo header files
-Summary(pl):   Pliki nag³ówkowe Embryo
+Summary(pl.UTF-8):     Pliki nagłówkowe Embryo
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Header files for Embryo.
 
-%description devel -l pl
-Pliki nag³ówkowe Embryo.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe Embryo.
 
 %package static
 Summary:       Static Embryo library
-Summary(pl):   Statyczna biblioteka Embryo
+Summary(pl.UTF-8):     Statyczna biblioteka Embryo
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static Embryo library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka Embryo.
 
 %prep
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        %{!?with_static_libs:--disable-static}
 %{__make}
@@ -73,18 +78,17 @@ 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) %{_bindir}/embryo
-%attr(755,root,root) %{_libdir}/libembryo.so.*.*.*
+%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.051509 seconds and 4 git commands to generate.