Correct file ownership.
This commit is contained in:
parent
543bff4ba6
commit
7a2957c14e
@ -1,7 +1,7 @@
|
||||
Summary: a performance monitoring library for Linux/ia64
|
||||
Name: libpfm
|
||||
Version: 3.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: MIT-style
|
||||
Group: Development/Libraries
|
||||
ExclusiveArch: ia64
|
||||
@ -45,12 +45,13 @@ make install DESTDIR=%{buildroot}/%{_prefix}
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%attr(755,root,root) %{_prefix}/lib/libpfm.so.%{PACKAGE_VERSION}.0
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%doc examples/multiplex.c
|
||||
%doc examples/ita2_irr.c
|
||||
@ -88,6 +89,9 @@ rm -rf %{buildroot}
|
||||
%attr(644,root,root) %{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 26 2004 Will Cohen <wcohen@redhat.com>
|
||||
- Correct ownership of files.
|
||||
|
||||
* Mon Sep 27 2004 Will Cohen <wcohen@redhat.com>
|
||||
- Correct spec file for build system.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user