- Add %defattr. (#430298)
This commit is contained in:
parent
d9b1e17179
commit
4bfa67c0f6
@ -1,6 +1,6 @@
|
||||
Name: libsmi
|
||||
Version: 0.4.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A library to access SMI MIB information
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -81,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ANNOUNCE ChangeLog COPYING README THANKS TODO
|
||||
%doc doc/draft-irtf-nmrg-sming-02.txt smi.conf-example
|
||||
%config(noreplace) %{_sysconfdir}/smi.conf
|
||||
@ -91,6 +92,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/aclocal/libsmi.m4
|
||||
%{_libdir}/pkgconfig/libsmi.pc
|
||||
%{_libdir}/*.so
|
||||
@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 12 2008 Adam Jackson <ajax@redhat.com> 0.4.5-4
|
||||
- Add %%defattr. (#430298)
|
||||
|
||||
* Thu Jan 10 2008 Stepan Kasal <skasal@redhat.com> - 0.4.5-3
|
||||
- libsmi-devel should not require automake
|
||||
- convert COPYING to utf-8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user