Removed fullversioned provides and start using full version for rpm version

This commit is contained in:
Jan Staněk 2013-09-26 14:42:51 +02:00
parent 3c8f4bc2fc
commit 2b63b05a01
1 changed files with 5 additions and 6 deletions

View File

@ -5,13 +5,12 @@
%define realver 3080002
%define docver 3080002
%define rpmver 3.8.0
%define fullver %{rpmver}.2
%define rpmver 3.8.0.2
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 3%{?dist}
Release: 4%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -44,9 +43,6 @@ BuildRequires: tcl-devel
%endif
BuildRoot: %{_tmppath}/%{name}-root
# Provide full package version
Provides: sqlite = %{fullver}
%description
SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
@ -201,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Sep 26 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0.2-4
- Removed fullversioned provides and start using full version for rpm version
* Mon Sep 23 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0-3
- Added fullversioned Provides to fix broken dependency