Update to 3.0.0a (alpha release)
This commit is contained in:
parent
835aa9453a
commit
59f48dbc46
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
libarchive-2.8.4.tar.gz
|
libarchive-2.8.4.tar.gz
|
||||||
/libarchive-2.8.5.tar.gz
|
/libarchive-2.8.5.tar.gz
|
||||||
|
/libarchive-3.0.0a.tar.gz
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
|
%define alphatag a
|
||||||
|
|
||||||
Name: libarchive
|
Name: libarchive
|
||||||
Version: 2.8.5
|
Version: 3.0.0
|
||||||
Release: 1%{?dist}
|
Release: 0.1.%{alphatag}%{?dist}
|
||||||
Summary: A library for handling streaming archive formats
|
Summary: A library for handling streaming archive formats
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://code.google.com/p/libarchive/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
|
||||||
@ -20,6 +22,7 @@ BuildRequires: libacl-devel
|
|||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libunistring-devel
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,7 +42,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}%{alphatag}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -82,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 5 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.8.5-1
|
||||||
- Update to 2.8.5
|
- Update to 2.8.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user