From 8e9f250912bc781856081a39f753726ffb895dcc Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 04:49:22 +0000 Subject: [PATCH] auto-import changelog data from libtasn1-0.2.6-0.fdr.1.rh90.src.rpm 0.2.6-0.fdr.1 - updated to 0.2.6 0.2.5-0.fdr.1 - updated to 0.2.5 - changed license to LGPL - rearranged %check to reflect execution order - minor cosmetical changes 0.2.4-0.fdr.1 - Initial build. --- .cvsignore | 1 + libtasn1.spec | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 73 insertions(+) create mode 100644 libtasn1.spec diff --git a/.cvsignore b/.cvsignore index e69de29..260b91c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libtasn1-0.2.6.tar.gz diff --git a/libtasn1.spec b/libtasn1.spec new file mode 100644 index 0000000..794ba1c --- /dev/null +++ b/libtasn1.spec @@ -0,0 +1,71 @@ +Summary: This is the ASN.1 library used in GNUTLS. +Name: libtasn1 +Version: 0.2.6 +Release: 0.fdr.1.rh90 +Epoch: 0 +License: LGPL +Group: System Environment/Libraries +URL: http://www.gnu.org/software/gnutls/download.html +Source0: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Provides: %{name}-devel = %{epoch}:%{version}-%{release} +BuildRequires: bison + + +%description +This is the ASN.1 library used in GNUTLS. More up to date information can +be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org + + +%prep +%setup -q + + +%build +%configure +%{__make} %{?_smp_mflags} + + +%install +rm -rf "$RPM_BUILD_ROOT" +%{__make} DESTDIR="$RPM_BUILD_ROOT" install +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la + + +%check +%{__make} check + + +%clean +rm -rf "$RPM_BUILD_ROOT" + + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + + +%files +%defattr(-,root,root,-) +%doc doc/TODO doc/*.ps +%doc AUTHORS COPYING* ChangeLog NEWS README THANKS +%{_includedir}/* +%{_libdir}/*.a +%{_libdir}/*.so* + + +%changelog +* Tue Nov 18 2003 Enrico Scholz - 0:0.2.6-0.fdr.1 +- updated to 0.2.6 + +* Mon Aug 4 2003 Enrico Scholz 0:0.2.5-0.fdr.1 +- updated to 0.2.5 +- changed license to LGPL +- rearranged %%check to reflect execution order +- minor cosmetical changes + +* Tue Jun 10 2003 Enrico Scholz 0:0.2.4-0.fdr.1 +- Initial build. + +### Local Variables: +### compile-command: "cd .. && ./buildpkg libtasn1" +### End: diff --git a/sources b/sources index e69de29..5e87d6f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2e9bdad5f6e4248927ec6da0a75a3428 libtasn1-0.2.6.tar.gz