rpms/spr/devel spr.spec,1.1,1.2

Michael Thomas (wart) fedora-extras-commits at redhat.com
Tue Apr 24 06:32:25 UTC 2007


Author: wart

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

Modified Files:
	spr.spec 
Log Message:
Fix ownership of header directory in -devel subpackage




Index: spr.spec
===================================================================
RCS file: /cvs/extras/rpms/spr/devel/spr.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spr.spec	24 Apr 2007 06:30:21 -0000	1.1
+++ spr.spec	24 Apr 2007 06:31:51 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           spr
 Version:        05.01.00
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for categorization of data
 
 Group:          Development/Libraries
@@ -71,12 +71,15 @@
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/%{name}/*.hh
+%{_includedir}/%{name}
 %{_libdir}/*.so
 
 
 
 %changelog
+* Mon Apr 23 2007 Michael Thomas <thomas at hep.caltech.edu> 05.01.00-3
+- Fix ownership of header directory in -devel subpackage
+
 * Sun Apr 22 2007 Michael Thomas <thomas at hep.caltech.edu> 05.01.00-2
 - Move headers to their own subdirectory
 - Preserve timestamps on installed files




More information about the scm-commits mailing list