Update to 3.0.3

This commit is contained in:
Tomas Bzatek 2012-01-13 14:25:51 +01:00
parent 00649a58ba
commit 0284c0f62b
3 changed files with 10 additions and 8 deletions

1
.gitignore vendored
View File

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

View File

@ -1,14 +1,12 @@
%define alphatag a
Name: libarchive
Version: 3.0.0
Release: 0.3.%{alphatag}%{?dist}
Version: 3.0.3
Release: 1%{?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}%{alphatag}.tar.gz
Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -42,7 +40,7 @@ developing applications that use %{name}.
%prep
%setup -q -n %{name}-%{version}%{alphatag}
%setup -q -n %{name}-%{version}
%build
@ -72,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING README NEWS
%{_libdir}/libarchive.so.11*
%{_libdir}/libarchive.so.12*
%files devel
@ -85,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jan 13 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.0.3-1
- Update to 3.0.3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-0.3.a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
dbd1100d76df9dc09f832ee42be6d013 libarchive-3.0.0a.tar.gz
ca4090f0099432a9ac5a8b6618dc3892 libarchive-3.0.3.tar.gz