[packages/frame] - added tools subpackage

baggins baggins at pld-linux.org
Fri May 15 19:33:46 CEST 2015


commit 7abf551aa12502b7ae01bcdc63c1385179d870da
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri May 15 19:33:35 2015 +0200

    - added tools subpackage

 frame.spec | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/frame.spec b/frame.spec
index b7a74c4..73b29dc 100644
--- a/frame.spec
+++ b/frame.spec
@@ -7,7 +7,7 @@ Name:		frame
 Version:	2.5.0
 Release:	1
 License:	GPL v3 / LGPL v3
-Group:		X11/Libraries
+Group:		Libraries
 Source0:	https://launchpad.net/frame/trunk/v%{version}/+download/%{name}-%{version}.tar.xz
 # Source0-md5:	f523283e80a1de613bd38e3b7f0c5f8e
 URL:		https://launchpad.net/frame
@@ -24,6 +24,18 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Frame handles the buildup and synchronization of a set of simultaneous
 touches.
 
+%package tools
+Summary:	Test tools for frame library
+Summary(pl.UTF-8):	Testowe narzędzia biblioteki frame
+Group:		Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description tools
+Test tools for frame library.
+
+%description tools -l pl.UTF-8
+Testowe narzędzia biblioteki frame.
+
 %package devel
 Summary:	Header files for frame library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki frame
@@ -73,9 +85,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_bindir}/frame-test-x11
 %attr(755,root,root) %{_libdir}/libframe.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libframe.so.6
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/frame-test-x11
 %{_mandir}/man1/frame-test-x11.1*
 
 %files devel
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/frame.git/commitdiff/7abf551aa12502b7ae01bcdc63c1385179d870da



More information about the pld-cvs-commit mailing list