track files/sonames closer, so abi bumps aren't a surprise
tighten subpkg deps via %_isa
This commit is contained in:
parent
59f48dbc46
commit
cab6450bab
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libarchive
|
Name: libarchive
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 0.1.%{alphatag}%{?dist}
|
Release: 0.2.%{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
|
||||||
@ -34,7 +34,7 @@ read ISO9660 CDROM images and ZIP archives.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -72,19 +72,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README NEWS
|
%doc COPYING README NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libarchive.so.11*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc
|
%doc
|
||||||
%{_includedir}/*
|
%{_includedir}/*.h
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libarchive.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/libarchive.pc
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 15 2011 Rex Dieter <rdieter@fedoraproject.org> 3.0.0-0.2.a
|
||||||
|
- track files/sonames closer, so abi bumps aren't a surprise
|
||||||
|
- tighten subpkg deps via %%_isa
|
||||||
|
|
||||||
* Mon Nov 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-0.1.a
|
* Mon Nov 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-0.1.a
|
||||||
- Update to 3.0.0a (alpha release)
|
- Update to 3.0.0a (alpha release)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user