Update to 3.0.0a (alpha release)

This commit is contained in:
Tomas Bzatek 2011-11-14 16:44:22 +01:00
parent 835aa9453a
commit 59f48dbc46
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libarchive-2.8.4.tar.gz
/libarchive-2.8.5.tar.gz
/libarchive-3.0.0a.tar.gz

View File

@ -1,12 +1,14 @@
%define alphatag a
Name: libarchive
Version: 2.8.5
Release: 1%{?dist}
Version: 3.0.0
Release: 0.1.%{alphatag}%{?dist}
Summary: A library for handling streaming archive formats
Group: System Environment/Libraries
License: BSD
URL: http://code.google.com/p/libarchive/
Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz
Source0: http://libarchive.googlecode.com/files/libarchive-%{version}%{alphatag}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -20,6 +22,7 @@ BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: openssl-devel
BuildRequires: libxml2-devel
BuildRequires: libunistring-devel
%description
@ -39,7 +42,7 @@ developing applications that use %{name}.
%prep
%setup -q
%setup -q -n %{name}-%{version}%{alphatag}
%build
@ -82,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Nov 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-0.1.a
- Update to 3.0.0a (alpha release)
* Mon Sep 5 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.8.5-1
- Update to 2.8.5

View File

@ -1 +1 @@
9caf51dcf6213e9c9f5a1c27448b9c90 libarchive-2.8.5.tar.gz
dbd1100d76df9dc09f832ee42be6d013 libarchive-3.0.0a.tar.gz