[canl-c++/el5] Fix Group tag

Mattias Ellert ellert at fedoraproject.org
Sat Jul 27 22:35:37 UTC 2013


commit 3c9910a9cd93bf868bd88d3ca875b8a982538d7e
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Sun Jul 28 00:00:37 2013 +0200

    Fix Group tag
    
    - Remove defattr
    - Fix include directory ownership

 canl-c++.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/canl-c++.spec b/canl-c++.spec
index 2321abc..026b22b 100644
--- a/canl-c++.spec
+++ b/canl-c++.spec
@@ -1,9 +1,9 @@
 Name:		canl-c++
 Version:	1.0.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	EMI Common Authentication library - bindings for C++
 
-Group:		Development/Libraries
+Group:		System Environment/Libraries
 License:	ASL 2.0
 URL:		http://www.nordugrid.org/
 Source0:	http://download.nordugrid.org/packages/%{name}/releases/%{version}/src/%{name}-%{version}.tar.gz
@@ -57,17 +57,21 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc README debian/copyright
 %{_libdir}/libcanl_c++.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/libcanl_c++.so
+%dir %{_includedir}/%{name}
 %{_includedir}/%{name}/canlxx.h
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sat Jul 27 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.0.0-3
+- Fix Group tag
+- Remove defattr
+- Fix include directory ownership
+
 * Thu Jun 13 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.0.0-2
 - Add copyright file
 - Reduce libtool overlinking


More information about the scm-commits mailing list