Correct file ownership.

This commit is contained in:
William Eden Cohen 2004-10-26 14:24:36 +00:00
parent 543bff4ba6
commit 7a2957c14e

View File

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