Do not run autogen.sh
Otherwise, VERSION is set to 1.13.1-unknown which breaks in multiple places. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
94970125cf
commit
ad98c12a55
14
gpgme.spec
14
gpgme.spec
@ -10,7 +10,7 @@
|
|||||||
Name: gpgme
|
Name: gpgme
|
||||||
Summary: GnuPG Made Easy - high level crypto API
|
Summary: GnuPG Made Easy - high level crypto API
|
||||||
Version: 1.13.1
|
Version: 1.13.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gnupg.org/related_software/gpgme/
|
URL: https://gnupg.org/related_software/gpgme/
|
||||||
@ -25,8 +25,8 @@ Patch1002: gpgme-1.3.2-largefile.patch
|
|||||||
# Let's fix stupid AX_PYTHON_DEVEL
|
# Let's fix stupid AX_PYTHON_DEVEL
|
||||||
Patch1003: 0001-fix-stupid-ax_python_devel.patch
|
Patch1003: 0001-fix-stupid-ax_python_devel.patch
|
||||||
|
|
||||||
BuildRequires: autoconf
|
#BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
#BuildRequires: automake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
@ -126,7 +126,8 @@ Obsoletes: platform-python-gpg < %{version}-%{release}
|
|||||||
sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpgme-config.in
|
sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpgme-config.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
# People neeed to learn that you can't run autogen.sh anymore
|
||||||
|
#./autogen.sh
|
||||||
%configure --disable-static --disable-silent-rules --enable-languages=cpp,qt,python
|
%configure --disable-static --disable-silent-rules --enable-languages=cpp,qt,python
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -162,8 +163,6 @@ rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
|
|||||||
make check
|
make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%doc AUTHORS NEWS README*
|
%doc AUTHORS NEWS README*
|
||||||
@ -208,6 +207,9 @@ make check
|
|||||||
%{python3_sitearch}/gpg/
|
%{python3_sitearch}/gpg/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.13.1-3
|
||||||
|
- Set real VERSION
|
||||||
|
|
||||||
* Sat Aug 3 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.1-2
|
* Sat Aug 3 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.1-2
|
||||||
- Move .pc files to devel so the base library doesn't pull in devel packages
|
- Move .pc files to devel so the base library doesn't pull in devel packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user