- libassuan-2.0.0 (#573796)
This commit is contained in:
parent
dbb21f0bbb
commit
213dcf8cff
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
libassuan-1.0.5.tar.bz2
|
libassuan-2.0.0.tar.bz2
|
||||||
libassuan-1.0.5.tar.bz2.sig
|
libassuan-2.0.0.tar.bz2.sig
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
Name: libassuan
|
Name: libassuan
|
||||||
Summary: GnuPG IPC library
|
Summary: GnuPG IPC library
|
||||||
Version: 1.0.5
|
Version: 2.0.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The library is LGPLv2+, the documentation GPLv3+
|
# The library is LGPLv2+, the documentation GPLv3+
|
||||||
License: LGPLv2+ and GPLv3+
|
License: LGPLv2+ and GPLv3+
|
||||||
@ -14,10 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
Patch1: libassuan-1.0.5-multilib.patch
|
Patch1: libassuan-1.0.5-multilib.patch
|
||||||
|
|
||||||
# -debuginfo useless for (only) static libs
|
|
||||||
%define debug_package %{nil}
|
|
||||||
|
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: pth-devel
|
BuildRequires: pth-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,8 +27,6 @@ Group: Development/Libraries
|
|||||||
Requires: pth-devel
|
Requires: pth-devel
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
Obsoletes: libassuan-static < 1.0.3
|
|
||||||
Provides: libassuan-static = %{version}-%{release}
|
|
||||||
%description devel
|
%description devel
|
||||||
This is the IPC static library used by GnuPG 2, GPGME and a few other
|
This is the IPC static library used by GnuPG 2, GPGME and a few other
|
||||||
packages.
|
packages.
|
||||||
@ -46,10 +41,8 @@ This package contains files needed to develop applications using %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#ifarch x86_64
|
%configure \
|
||||||
export CFLAGS="%{optflags} -fPIC"
|
--includedir=%{_includedir}/libassuan2
|
||||||
#endif
|
|
||||||
%configure
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -61,6 +54,7 @@ make install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
## Unpackaged files
|
## Unpackaged files
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
rm -f %{buildroot}%{_libdir}/lib*.la
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -79,18 +73,24 @@ fi
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS ChangeLog COPYING COPYING.LIB NEWS README THANKS TODO
|
||||||
|
%{_libdir}/libassuan.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING COPYING.LIB NEWS README THANKS TODO
|
|
||||||
%{_bindir}/libassuan-config
|
%{_bindir}/libassuan-config
|
||||||
%{_includedir}/*
|
%{_includedir}/libassuan2/
|
||||||
%{_libdir}/lib*.a
|
%{_libdir}/libassuan.so
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/libassuan.m4
|
||||||
%{_infodir}/assuan.info*
|
%{_infodir}/assuan.info*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.0-1
|
||||||
|
- libassuan-2.0.0 (#573796)
|
||||||
|
|
||||||
* Thu Dec 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.5-4
|
* Thu Dec 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.5-4
|
||||||
- better versioning for Obsoletes
|
- better versioning for Obsoletes
|
||||||
- better (upstreamable) multilib patch
|
- better (upstreamable) multilib patch
|
||||||
|
Loading…
Reference in New Issue
Block a user