rpms/gpm/devel gpm.spec,1.73,1.74

Zdenek Prikryl zprikryl at fedoraproject.org
Tue Apr 14 07:44:15 UTC 2009


Author: zprikryl

Update of /cvs/extras/rpms/gpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26077

Modified Files:
	gpm.spec 
Log Message:
created new subpackage gpm-libs (#495124)



Index: gpm.spec
===================================================================
RCS file: /cvs/extras/rpms/gpm/devel/gpm.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- gpm.spec	24 Feb 2009 09:44:33 -0000	1.73
+++ gpm.spec	14 Apr 2009 07:43:44 -0000	1.74
@@ -1,7 +1,7 @@
 Summary: A mouse server for the Linux console
 Name: gpm
 Version: 1.20.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://unix.schottelius.org/gpm/
@@ -29,6 +29,14 @@
 includes a program to allow pop-up menus to appear at the click of a
 mouse button.
 
+%package libs
+Summary: Dynamic library for for the gpm
+Group: System Environment/Libraries
+
+%description libs
+This package contains the libgpm.so dynamic library which contains
+the gpm system calls and library functions.
+
 %package devel
 Requires: %{name} = %{version}-%{release}
 Summary: Development files for the gpm library
@@ -124,7 +132,6 @@
 %doc BUGS COPYING README TODO
 %doc doc/README* doc/FAQ doc/Announce doc/changes/*
 %{_infodir}/*
-%{_libdir}/libgpm.so.*
 %ifnarch s390 s390x
 %config(noreplace) %{_sysconfdir}/gpm-*
 %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/gpm
@@ -133,6 +140,10 @@
 %{_mandir}/man?/*
 %endif
 
+%files libs
+%defattr(-,root,root,-)
+%{_libdir}/libgpm.so.*
+
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/*
@@ -143,6 +154,9 @@
 %{_libdir}/libgpm.a
 
 %changelog
+* Tue Apr 14 2009 Zdenek Prikryl <zprikryl at redhat.com> 1.20.6-3
+- created new subpackage gpm-libs (#495124)
+
 * Tue Feb 24 2009 Zdenek Prikryl <zprikryl at redhat.com> - 1.20.6-2
 - Fixed gpm.info.gz building
 




More information about the scm-commits mailing list