From 8697c14987b2afec81977d5e26f0a17f390821d2 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 8 Dec 2004 16:45:02 +0000 Subject: [PATCH] auto-import libassuan-0.6.7-0.fdr.3.2 on branch devel from libassuan-0.6.7-0.fdr.3.2.src.rpm --- .cvsignore | 1 + libassuan-0.6.7.tar.gz.sig | Bin 0 -> 65 bytes libassuan.spec | 94 +++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 96 insertions(+) create mode 100644 libassuan-0.6.7.tar.gz.sig create mode 100644 libassuan.spec diff --git a/.cvsignore b/.cvsignore index e69de29..a4340e1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libassuan-0.6.7.tar.gz diff --git a/libassuan-0.6.7.tar.gz.sig b/libassuan-0.6.7.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000..d85e3427d6dc28e4d79470f0ddaf656448dc84ed GIT binary patch literal 65 zcmV-H0KWf-KLZ5-L0BE@Xt%40S5%G75dyJ=0G=))@#z^&-B7``a%Uc6V28?|zLo%> Xifmwzb=9!KJ{4Ja(_mW>9$D>#gbp0d literal 0 HcmV?d00001 diff --git a/libassuan.spec b/libassuan.spec new file mode 100644 index 0000000..1934591 --- /dev/null +++ b/libassuan.spec @@ -0,0 +1,94 @@ + +Summary: GnuPG IPC library +Name: libassuan +Version: 0.6.7 +Release: 0.fdr.3%{?dist_tag}.2 +Source0: ftp://ftp.gnupg.org/pub/gcrypt/alpha/libassuan/libassuan-0.6.7.tar.gz +Source1: ftp://ftp.gnupg.org/pub/gcrypt/alpha/libassuan/libassuan-0.6.7.tar.gz.sig +URL: http://www.gnupg.org/ +License: GPL +Group: System Environment/Libraries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +%description +This is the IPC library used by GnuPG 1.9, GPGME and a few other +packages. + +%package devel +Summary: Development files for the %{name} package. +Group: Development/Libraries +Requires(post): /sbin/install-info +Requires(postun): /sbin/install-info +%description devel +This is the IPC library used by GnuPG 1.9, GPGME and a few other +packages. + +This package contains files needed to develop applications using %{name}. + + +%prep +%setup -q + + +%build +%configure + +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT + +make install DESTDIR=$RPM_BUILD_ROOT + +## Unpackaged files +rm -f $RPM_BUILD_ROOT%{_infodir}/dir + +%check || : +make check + + +%post devel +/sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || : + +%postun devel +if [ $1 -eq 0 ]; then + /sbin/install-info --delete %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || : +fi + + +%clean +rm -rf $RPM_BUILD_ROOT + + +# No shared lib, yet +%if 0 +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%endif + +%files devel +%defattr(-,root,root) +%doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO +%{_bindir}/* +%{_includedir}/* +%{_libdir}/lib*.a +%{_datadir}/aclocal/* +%{_infodir}/assuan.info* + + +%changelog +* Sat Oct 23 2004 Rex Dieter - 0.6.7-0.fdr.3 +- *really* fix description this time. + +* Fri Oct 22 2004 Rex Dieter - 0.6.7-0.fdr.2 +- remove "We decided..." part of description +- remove hard-coded .gz info references +- Req(preun)->Preq(postun): /sbin/install-info + +* Thu Oct 21 2004 Rex Dieter - 0.6.7-0.fdr.1 +- cleanup, make presentable. + +* Tue Oct 19 2004 Rex Dieter - 0.6.7-0.fdr.0 +- first try diff --git a/sources b/sources index e69de29..f7f00d4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +db4e6939fafbaae80cab11a67f28771d libassuan-0.6.7.tar.gz