rpms/hpic/devel hpic.spec,1.3,1.4

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Sat Dec 24 18:53:15 UTC 2005


Author: mtruch

Update of /cvs/extras/rpms/hpic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13681

Modified Files:
	hpic.spec 
Log Message:
Forgot defattr for devel package.



Index: hpic.spec
===================================================================
RCS file: /cvs/extras/rpms/hpic/devel/hpic.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hpic.spec	23 Dec 2005 23:24:38 -0000	1.3
+++ hpic.spec	24 Dec 2005 18:53:15 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           hpic
 Version:        0.52
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Healpix manipulation binaries and library
 
 Group:          Development/Libraries
@@ -60,11 +60,15 @@
 %{_bindir}/hpic*
 
 %files devel
+%defattr(-,root,root)
 %{_libdir}/libhpic.so
 %{_includedir}/hpic.h
 %{_libdir}/libhpic.a
 
 %changelog
+* Sat Dec 24 2005 Matthew Truch <matt at truch.net> - 0.52-5
+- Include missing %defattr for devel package (bug 173090).
+
 * Mon Nov 14 2005 Matthew Truch <matt at truch.net> - 0.52-4
 - Bump revision to make build system build.
 




More information about the scm-commits mailing list