a new release! we get to remove one of the last md5sum lookasides
This commit is contained in:
parent
444f6a7b43
commit
7ead9ac2a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
tinycdb_0.77.tar.gz
|
tinycdb_0.77.tar.gz
|
||||||
/tinycdb-0.78.tar.gz
|
/tinycdb-0.78.tar.gz
|
||||||
|
/tinycdb-0.80.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
976266afc3f6e7e17492a8d18f21f8f6 tinycdb-0.78.tar.gz
|
SHA512 (tinycdb-0.80.tar.gz) = 8c120dfdf62dd3c146b560c9073bae02fefc09308c2b080853c32b45ccbb7313648a62cdcf662d64ffffc1bfdd9722640a83a4d7f67128dc9f8600bdd7dbe0a7
|
||||||
|
15
tinycdb.spec
15
tinycdb.spec
@ -1,7 +1,7 @@
|
|||||||
Name: tinycdb
|
Name: tinycdb
|
||||||
Summary: Utility and library for manipulating constant databases
|
Summary: Utility and library for manipulating constant databases
|
||||||
Version: 0.78
|
Version: 0.80
|
||||||
Release: 22%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LicenseRef-Fedora-Public-Domain
|
License: LicenseRef-Fedora-Public-Domain
|
||||||
URL: http://www.corpit.ru/mjt/tinycdb.html
|
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
|
||||||
@ -30,9 +30,9 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE1} debian/
|
cp %{SOURCE1} .
|
||||||
# Fix libdir pathing in pkgconfig file.
|
# Fix libdir pathing in pkgconfig file.
|
||||||
sed -i -e 's\/lib\/%{_lib}\g' debian/libcdb.pc
|
sed -i -e 's\/lib\/%{_lib}\g' libcdb.pc
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} staticlib sharedlib cdb-shared CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
|
make %{?_smp_mflags} staticlib sharedlib cdb-shared CFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}"
|
||||||
@ -44,12 +44,12 @@ make DESTDIR=%{buildroot} prefix=%{_prefix} libdir=%{_libdir} mandir=%{_mandir}
|
|||||||
chmod +x %{buildroot}%{_libdir}/*.so.*
|
chmod +x %{buildroot}%{_libdir}/*.so.*
|
||||||
rm -f %{buildroot}%{_libdir}/lib*.a
|
rm -f %{buildroot}%{_libdir}/lib*.a
|
||||||
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
||||||
cp -p debian/libcdb.pc %{buildroot}%{_libdir}/pkgconfig/libcdb.pc
|
cp -p libcdb.pc %{buildroot}%{_libdir}/pkgconfig/libcdb.pc
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS ChangeLog
|
%doc NEWS
|
||||||
%{_bindir}/cdb
|
%{_bindir}/cdb
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
@ -62,6 +62,9 @@ cp -p debian/libcdb.pc %{buildroot}%{_libdir}/pkgconfig/libcdb.pc
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2023 Tom Callaway <spot@fedoraproject.org> - 0.80-1
|
||||||
|
- what's this? a new release? okay.
|
||||||
|
|
||||||
* Thu Aug 10 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 0.78-22
|
* Thu Aug 10 2023 Jaroslav Škarvada <jskarvad@redhat.com> - 0.78-22
|
||||||
- Converted license to SPDX
|
- Converted license to SPDX
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user