]> git.pld-linux.org Git - packages/edb.git/commitdiff
- updated to 1.0.5, updated ac_fix patch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Oct 2004 22:17:12 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    edb.spec -> 1.20

edb.spec

index 7cf687113064823ffdd84e3fb43d1065d6d72674..d34bd2fb871ad73a442308dda16979298bc3e27c 100644 (file)
--- a/edb.spec
+++ b/edb.spec
@@ -1,12 +1,12 @@
 Summary:       Enlightenment Database Access Library
 Summary(pl):   Biblioteka Enlightementa dostêpu do baz danych
 Name:          edb
-Version:       1.0.3
+Version:       1.0.5
 Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
-# Source0-md5: eb2a0e0eb8876b817e01427d1f09f838
+# Source0-md5: c8ee165f92dbc6e6fd9c9114e90e338c
 Patch0:                %{name}-ac_fix.patch
 URL:           http://www.enlightement.org/
 BuildRequires: autoconf
@@ -28,7 +28,7 @@ dost
 Summary:       Header files and libraries for edb development
 Summary(pl):   Pliki nag³ówkowe i dokumentacja dla edb
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Header files and documentation needed for developing edb programs.
@@ -41,7 +41,7 @@ korzystaj
 Summary:       Static version of edb library
 Summary(pl):   Statyczna wersja biblioteki edb
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static version of edb library.
@@ -65,7 +65,6 @@ Edytor baz danych w GTK.
 %patch0 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -98,7 +97,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/edb-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_includedir}/*
+%{_includedir}/Edb.h
+%{_pkgconfigdir}/edb.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.385576 seconds and 4 git commands to generate.