From f96e409a55bf6a0550f43e46f9303a78b85d882b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 22 Apr 2014 12:10:36 -0400 Subject: [PATCH] 0.78 --- .gitignore | 1 + libcdb.pc | 12 ++++++++++++ sources | 2 +- tinycdb.spec | 12 +++++++++--- 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 libcdb.pc diff --git a/.gitignore b/.gitignore index 6ae5df4..90d13d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ tinycdb_0.77.tar.gz +/tinycdb-0.78.tar.gz diff --git a/libcdb.pc b/libcdb.pc new file mode 100644 index 0000000..b6a54eb --- /dev/null +++ b/libcdb.pc @@ -0,0 +1,12 @@ +# Package Information for pkg-config + +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: libcdb +Description: tinycdb - Constant Data Base library +Version: 0.78 +Libs: -L${libdir} -lcdb +Cflags: -I${includedir} diff --git a/sources b/sources index bd27c93..764a39d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c00e5fb96c30356ac3b67b2ab5d5641b tinycdb_0.77.tar.gz +976266afc3f6e7e17492a8d18f21f8f6 tinycdb-0.78.tar.gz diff --git a/tinycdb.spec b/tinycdb.spec index d87102a..f3bf546 100644 --- a/tinycdb.spec +++ b/tinycdb.spec @@ -1,11 +1,13 @@ Name: tinycdb Summary: Utility and library for manipulating constant databases -Version: 0.77 -Release: 7%{?dist} +Version: 0.78 +Release: 1%{?dist} Group: System Environment/Libraries License: Public Domain URL: http://www.corpit.ru/mjt/tinycdb.html -Source0: http://www.corpit.ru/mjt/%{name}/%{name}_%{version}.tar.gz +Source0: http://www.corpit.ru/mjt/%{name}/%{name}-%{version}.tar.gz +# taken from the 0.77 tarball +Source1: libcdb.pc %description tinycdb is a small, fast and reliable utility and subroutine library for @@ -28,6 +30,7 @@ developing applications that use %{name}. %prep %setup -q +cp %{SOURCE1} debian/ # Fix libdir pathing in pkgconfig file. sed -i -e 's\/lib\/%{_lib}\g' debian/libcdb.pc @@ -60,6 +63,9 @@ cp -p debian/libcdb.pc %{buildroot}%{_libdir}/pkgconfig/libcdb.pc %{_libdir}/pkgconfig/*.pc %changelog +* Tue Apr 22 2014 Tom Callaway - 0.78-1 +- update to 0.78 + * Sun Aug 04 2013 Fedora Release Engineering - 0.77-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild