Blame SPECS/libassuan.spec

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