0.78
This commit is contained in:
parent
a2c120db6a
commit
f96e409a55
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
tinycdb_0.77.tar.gz
|
||||
/tinycdb-0.78.tar.gz
|
||||
|
12
libcdb.pc
Normal file
12
libcdb.pc
Normal file
@ -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}
|
2
sources
2
sources
@ -1 +1 @@
|
||||
c00e5fb96c30356ac3b67b2ab5d5641b tinycdb_0.77.tar.gz
|
||||
976266afc3f6e7e17492a8d18f21f8f6 tinycdb-0.78.tar.gz
|
||||
|
12
tinycdb.spec
12
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 <spot@fedoraproject.org> - 0.78-1
|
||||
- update to 0.78
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.77-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user