[libvncserver/el5] more el5 rpm'isms

Rex Dieter rdieter at fedoraproject.org
Thu Sep 25 20:17:00 UTC 2014


commit fbc1de90e8c8c213c88ff2e5fb520a566c9020bd
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Sep 25 15:16:38 2014 -0500

    more el5 rpm'isms

 libvncserver.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libvncserver.spec b/libvncserver.spec
index 56b8e10..2582424 100644
--- a/libvncserver.spec
+++ b/libvncserver.spec
@@ -9,6 +9,7 @@
 
 Summary: Library to make writing a vnc server easy
 Name:    libvncserver
+Group:   System Environment/Libraries
 Version: 0.9.10
 Release: 0.6.%{snap}git%{git_short}%{?dist}
 
@@ -95,6 +96,7 @@ compression schemata.
 
 %package devel
 Summary: Development files for %{name}
+Group:   Development/Libraries
 Requires: %{name}%{?_isa} = %{version}-%{release}
 # libvncserver-config deps
 Requires: coreutils
@@ -184,11 +186,13 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_libdir}/libvncclient.so.0*
 %{_libdir}/libvncserver.so.0*
 
 %files devel
+%defattr(-,root,root,-)
 %{_bindir}/libvncserver-config
 %{_includedir}/rfb/
 %{_libdir}/libvncclient.so


More information about the scm-commits mailing list