Blame SPECS/libassuan.spec

fb3a41
Name:    libassuan
fb3a41
Summary: GnuPG IPC library
fb3a41
Version: 2.5.1
fb3a41
Release: 3%{?dist}
fb3a41
fb3a41
# The library is LGPLv2+, the documentation GPLv3+
fb3a41
License: LGPLv2+ and GPLv3+
fb3a41
Source0: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2
fb3a41
Source1: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
fb3a41
URL:     http://www.gnupg.org/
fb3a41
fb3a41
Patch1:  libassuan-2.1.0-multilib.patch
fb3a41
fb3a41
BuildRequires: gawk
fb3a41
BuildRequires: libgpg-error-devel >= 1.8
fb3a41
fb3a41
%description
fb3a41
This is the IPC library used by GnuPG 2, GPGME and a few other
fb3a41
packages.
fb3a41
fb3a41
%package devel 
fb3a41
Summary: GnuPG IPC library 
fb3a41
Provides: libassuan2-devel = %{version}-%{release}
fb3a41
Provides: libassuan2-devel%{?_isa} = %{version}-%{release}
fb3a41
Requires: %{name}%{?_isa} = %{version}-%{release}
fb3a41
Requires(post): /sbin/install-info
fb3a41
Requires(preun): /sbin/install-info
fb3a41
%description devel 
fb3a41
This is the IPC static library used by GnuPG 2, GPGME and a few other
fb3a41
packages.
fb3a41
fb3a41
This package contains files needed to develop applications using %{name}.
fb3a41
fb3a41
fb3a41
%prep
fb3a41
%setup -q
fb3a41
fb3a41
%patch1 -p1 -b .multilib
fb3a41
fb3a41
fb3a41
%build
fb3a41
%configure \
fb3a41
  --includedir=%{_includedir}/libassuan2
fb3a41
fb3a41
%make_build
fb3a41
fb3a41
fb3a41
%install
fb3a41
%make_install
fb3a41
fb3a41
## Unpackaged files
fb3a41
rm -fv %{buildroot}%{_infodir}/dir
fb3a41
rm -fv %{buildroot}%{_libdir}/lib*.la
fb3a41
fb3a41
fb3a41
%check
fb3a41
make check
fb3a41
fb3a41
fb3a41
%ldconfig_scriptlets
fb3a41
fb3a41
%post devel 
fb3a41
/sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
fb3a41
fb3a41
%preun devel 
fb3a41
if [ $1 -eq 0 ]; then
fb3a41
  /sbin/install-info --delete %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
fb3a41
fi
fb3a41
fb3a41
fb3a41
%files
fb3a41
%license COPYING COPYING.LIB
fb3a41
%doc AUTHORS ChangeLog NEWS README THANKS TODO
fb3a41
%{_libdir}/libassuan.so.0*
fb3a41
fb3a41
%files devel 
fb3a41
%{_bindir}/libassuan-config
fb3a41
%{_includedir}/libassuan2/
fb3a41
%{_libdir}/libassuan.so
fb3a41
%{_datadir}/aclocal/libassuan.m4
fb3a41
%{_infodir}/assuan.info*
fb3a41
fb3a41
fb3a41
%changelog
fb3a41
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-3
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fb3a41
fb3a41
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.5.1-2
fb3a41
- Switch to %%ldconfig_scriptlets
fb3a41
fb3a41
* Fri Dec 08 2017 Tomáš Mráz <tmraz@redhat.com> 2.5.1-1
fb3a41
- new upstream release 2.5.1
fb3a41
fb3a41
* Fri Nov 24 2017 Tomáš Mráz <tmraz@redhat.com> 2.4.4-1
fb3a41
- new upstream release 2.4.4
fb3a41
fb3a41
* Mon Aug 07 2017 Rex Dieter <rdieter@fedoraproject.org> - 2.4.3-6
fb3a41
- .spec cosmetics, update source URLs
fb3a41
fb3a41
* Mon Aug 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4.3-5
fb3a41
- Drop unneeded pth-devel dependencies
fb3a41
fb3a41
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-4
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fb3a41
fb3a41
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-3
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fb3a41
fb3a41
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-2
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fb3a41
fb3a41
* Thu Jul 14 2016 Tomáš Mráz <tmraz@redhat.com> 2.4.3-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-2
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fb3a41
fb3a41
* Thu Dec  3 2015 Tomáš Mráz <tmraz@redhat.com> 2.4.2-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Tue Nov 24 2015 Tomáš Mráz <tmraz@redhat.com> 2.4.1-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Wed Sep  2 2015 Tomáš Mráz <tmraz@redhat.com> 2.3.0-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fb3a41
fb3a41
* Fri Dec 19 2014 Tomáš Mráz <tmraz@redhat.com> 2.2.0-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Thu Sep 11 2014 Tomáš Mráz <tmraz@redhat.com> 2.1.2-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-5
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fb3a41
fb3a41
* Thu Jul 17 2014 Tom Callaway <spot@fedoraproject.org> - 2.1.0-4
fb3a41
- fix license handling
fb3a41
fb3a41
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-3
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fb3a41
fb3a41
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fb3a41
fb3a41
* Wed May 15 2013 Tomáš Mráz <tmraz@redhat.com> 2.1.0-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-5
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fb3a41
fb3a41
* Mon Dec  3 2012 Tomáš Mráz <tmraz@redhat.com> 2.0.3-4
fb3a41
- multilib conflict in libassuan-config fixed
fb3a41
fb3a41
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-3
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fb3a41
fb3a41
* Thu Apr 19 2012 Tomáš Mráz <tmraz@redhat.com> 2.0.3-2
fb3a41
- add missing requires of base package
fb3a41
fb3a41
* Wed Apr 18 2012 Tomáš Mráz <tmraz@redhat.com> 2.0.3-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fb3a41
fb3a41
* Fri Jul 15 2011 Tomáš Mráz <tmraz@redhat.com> 2.0.1-1
fb3a41
- new upstream release
fb3a41
fb3a41
* Thu Apr 14 2011 Rex Dieter <rdieter@fedoraproject.org> 2.0.0-4
fb3a41
- Missing ldconfig calls (#696787)
fb3a41
fb3a41
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-3
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fb3a41
fb3a41
* Tue Aug 10 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.0-2
fb3a41
- -devel: Provides: libassuan2-devel
fb3a41
fb3a41
* Tue Jul 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.0.0-1
fb3a41
- libassuan-2.0.0 (#573796)
fb3a41
fb3a41
* Thu Dec 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.5-4
fb3a41
- better versioning for Obsoletes
fb3a41
- better (upstreamable) multilib patch
fb3a41
fb3a41
* Thu Dec 17 2009 Tomas Mraz <tmraz@redhat.com> - 1.0.5-3
fb3a41
- Fix license tag - the documentation is GPLv3+
fb3a41
fb3a41
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fb3a41
fb3a41
* Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.5-1
fb3a41
- libassuan-1.0.5
fb3a41
fb3a41
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-4
fb3a41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fb3a41
fb3a41
* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-3
fb3a41
- multiarch conflicts (#341911)
fb3a41
fb3a41
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-2
fb3a41
- respin (gcc43)
fb3a41
fb3a41
* Wed Dec 12 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.4-1
fb3a41
- libassuan-1.0.4
fb3a41
- License: LGPLv2+
fb3a41
- disable useless -debuginfo (static libs only)
fb3a41
fb3a41
* Sun Aug 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-2
fb3a41
- BR: gawk (to reenable pth support)
fb3a41
fb3a41
* Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.3-1
fb3a41
- libassuan-1.0.3
fb3a41
- License: LGPLv2
fb3a41
fb3a41
* Thu Aug 02 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-2
fb3a41
- License: LGPLv3 (clarification, changed from LGPLv2 1.0.1 -> 1.0.2)
fb3a41
fb3a41
* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 1.0.2-1
fb3a41
- libassuan-1.0.2
fb3a41
- rename -static -> -devel
fb3a41
fb3a41
* Sat Nov 25 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.1-1
fb3a41
- libassuan-1.0.1
fb3a41
fb3a41
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.0-1
fb3a41
- libassuan-1.0.0
fb3a41
- rename -devel -> -static (+Obsoletes/Provides: %%name-devel)
fb3a41
fb3a41
* Wed Oct 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-2
fb3a41
- another libassuan.m4 patch
fb3a41
fb3a41
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-1
fb3a41
- 0.9.3
fb3a41
- BR: pth-devel, -devel: Requires: pth-devel
fb3a41
fb3a41
* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.2-1
fb3a41
- 0.9.2
fb3a41
fb3a41
* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.ne> - 0.9.0-3
fb3a41
- respin
fb3a41
fb3a41
* Tue Sep 26 2006 Rex Dieter 
fb3a41
- -devel: Provides: %%name-static
fb3a41
- 0.9.0
fb3a41
fb3a41
* Mon Aug 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.10-3
fb3a41
- fc6 respin
fb3a41
fb3a41
* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net>
fb3a41
- fc5: gcc/glibc respin
fb3a41
fb3a41
* Mon Jul  4 2005 Michael Schwendt <mschwendt[at]users.sf.net> - 0.6.10-2
fb3a41
- Build PIC only for x86_64.
fb3a41
fb3a41
* Fri Jul  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.10-1
fb3a41
- 0.6.10, macro patch no longer needed (#162262).
fb3a41
fb3a41
* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-4
fb3a41
- rebuilt
fb3a41
fb3a41
* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.6.9-3
fb3a41
- Fix FC4 build and source URLs.
fb3a41
fb3a41
* Thu Feb  3 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-2
fb3a41
- Build PIC to fix x86_64 linking.
fb3a41
fb3a41
* Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.9-1
fb3a41
- 0.6.9
fb3a41
fb3a41
* Sat Oct 23 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.3
fb3a41
- *really* fix description this time.
fb3a41
fb3a41
* Fri Oct 22 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.2
fb3a41
- remove "We decided..." part of description
fb3a41
- remove hard-coded .gz info references
fb3a41
- Req(preun)->Preq(postun): /sbin/install-info
fb3a41
fb3a41
* Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.1
fb3a41
- cleanup, make presentable.
fb3a41
fb3a41
* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.7-0.fdr.0
fb3a41
- first try