SPECS: qextserialport.spec - removed X11 from Groups - removed CVS...

qboosh qboosh at pld-linux.org
Fri Jan 4 20:38:25 CET 2008


Author: qboosh                       Date: Fri Jan  4 19:38:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed X11 from Groups
- removed CVS dir and Windows-specific header file from -devel
- ghost soname symlink

---- Files affected:
SPECS:
   qextserialport.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/qextserialport.spec
diff -u SPECS/qextserialport.spec:1.8 SPECS/qextserialport.spec:1.9
--- SPECS/qextserialport.spec:1.8	Fri Jan  4 20:32:06 2008
+++ SPECS/qextserialport.spec	Fri Jan  4 20:38:19 2008
@@ -7,7 +7,7 @@
 Version:	1.0.0
 Release:	0.2_%{CVSSNAPSHOT}
 License:	GPL
-Group:		X11/Libraries
+Group:		Libraries
 # cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/qextserialport login
 # cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/qextserialport \
 # 	co -P qextserialport
@@ -29,7 +29,7 @@
 %package devel
 Summary:	QextSerialPort development files
 Summary(pl.UTF-8):	Pliki programistyczne QextSerialPort
-Group:		X11/Development/Libraries
+Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	QtCore-devel
 
@@ -42,6 +42,8 @@
 %prep
 %setup -q -n %{name}
 
+find . -type d -name CVS | xargs rm -r
+
 %build
 qmake-qt4
 %{__make}
@@ -52,7 +54,7 @@
 install -d $RPM_BUILD_ROOT%{_libdir}
 
 cp -a build/libqextserialport.so* $RPM_BUILD_ROOT%{_libdir}
-install *.h $RPM_BUILD_ROOT%{_includedir}
+install [!w]*.h $RPM_BUILD_ROOT%{_includedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,13 +64,16 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libqextserialport*.so.*
+%attr(755,root,root) %{_libdir}/libqextserialport.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libqextserialport.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%doc html
+%doc html/*
 %attr(755,root,root) %{_libdir}/libqextserialport.so
-%{_includedir}/*
+%{_includedir}/posix_qextserialport.h
+%{_includedir}/qextserialbase.h
+%{_includedir}/qextserialport.h
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -76,6 +81,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008-01-04 19:38:19  qboosh
+- removed X11 from Groups
+- removed CVS dir and Windows-specific header file from -devel
+- ghost soname symlink
+
 Revision 1.8  2008-01-04 19:32:06  qboosh
 - qt4-qmake -> qmake-qt4
 - deps fixes
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qextserialport.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list