]> git.pld-linux.org Git - packages/libservicelog.git/commitdiff
- updated to 1.1.12
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Mar 2013 09:01:03 +0000 (10:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Mar 2013 09:01:03 +0000 (10:01 +0100)
- removed obsolete sqlite3 patch

libservicelog-sqlite3.patch [deleted file]
libservicelog.spec

diff --git a/libservicelog-sqlite3.patch b/libservicelog-sqlite3.patch
deleted file mode 100644 (file)
index e8dc26a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libservicelog-1.1.11/configure.ac.orig     2011-03-14 22:34:44.000000000 +0100
-+++ libservicelog-1.1.11/configure.ac  2011-05-01 12:34:16.077490378 +0200
-@@ -54,7 +54,7 @@
- AC_SUBST(LIBTOOL_DEPS)
- # Checks for libraries.
--AC_CHECK_LIB([sqlite], [sqlite3_open sqlite3_exec sqlite3_close
-+AC_CHECK_LIB([sqlite3], [sqlite3_open sqlite3_exec sqlite3_close
- sqlite3_errmsg sqlite_prepare sqlite3_step sqlilte3_column_bytes
- sqlite3_column_blob sqlite3_finalize sqlite3_bind_blob
- sqlite3_last_insert_rowid])
index 8c3a8f94e0e44aec15b8ce09a5f23b781a3b5665..03de71f81cce4ca53beb1c25facc8a7b0c7e5987 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Library for access to the system servicelog
 Summary(pl.UTF-8):     Biblioteka dostępu do logu zdarzeń serwisowych w systemie
 Name:          libservicelog
-Version:       1.1.11
+Version:       1.1.12
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
-# Source0-md5: 7a65aa1fd1b524f8878b256f1527ca9a
-Patch0:                %{name}-sqlite3.patch
-Patch1:                %{name}-link.patch
-Patch2:                %{name}-install.patch
+# Source0-md5: 0e40890ade6dc74e0d4f743ed108bfb1
+Patch0:                %{name}-link.patch
+Patch1:                %{name}-install.patch
 URL:           http://linux-diag.sourceforge.net/servicelog/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -63,7 +62,6 @@ Statyczna biblioteka servicelog.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -92,14 +90,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libservicelog-1.1.so.*.*.*
 %ghost %{_libdir}/libservicelog-1.1.so.1
 %dir /var/lib/servicelog
 
 %files devel
 %defattr(644,root,root,755)
-%doc STATUS
 %attr(755,root,root) %{_libdir}/libservicelog.so
 %{_includedir}/servicelog-1
 %{_pkgconfigdir}/servicelog-1.pc
This page took 0.105432 seconds and 4 git commands to generate.