rpms/GLC_lib/devel GLC_lib.spec,1.1,1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Sun May 18 11:32:39 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/GLC_lib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31650

Modified Files:
	GLC_lib.spec 
Log Message:
- Fix COPYING end-of-line encoding



Index: GLC_lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GLC_lib/devel/GLC_lib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GLC_lib.spec	18 May 2008 11:16:28 -0000	1.1
+++ GLC_lib.spec	18 May 2008 11:31:50 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           GLC_lib
 Version:        0.9.8
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        C++ class library for OpenGL application based on Qt 4
 
 Group:          System Environment/Libraries
@@ -9,8 +9,8 @@
 Source0:        http://downloads.sourceforge.net/glc-lib/GLC_lib_src_0_9_8.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  qt4-devel
-#Requires:       
+BuildRequires:  qt-devel
+
 
 %description
 GLC_lib is a C++ class library that enables the quick creation of OpenGL
@@ -21,7 +21,8 @@
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       qt4-devel
+Requires:       qt-devel
+
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -32,8 +33,12 @@
 %prep
 %setup -q -c
 
+#Fix library Path on lib64
 sed -i -e 's|LIB_DIR = /usr/lib|LIB_DIR = %{_libdir}|' src/GLC_lib.pro
-
+#Fix eol encoding
+cp -p src/COPYING src/COPYING.eol
+sed -i 's/\r//' src/COPYING
+touch -r src/COPYING.eol src/COPYING
 
 %build
 cd src
@@ -63,12 +68,17 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc
 %{_includedir}/GLC_lib/
 %{_libdir}/*.so
 
 
 %changelog
+* Sat May 17 2008 kwizart < kwizart at gmail.com > - 0.9.8-3
+- Fix COPYING end-of-line encoding
+
+* Wed May 14 2008 kwizart < kwizart at gmail.com > - 0.9.8-2
+- Rebuild for F-9
+
 * Mon Feb 11 2008 kwizart < kwizart at gmail.com > - 0.9.8-1
 - Initial spec file
 




More information about the scm-commits mailing list