rpms/GLC_lib/devel GLC_lib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: kwizart

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

Modified Files:
	.cvsignore sources 
Added Files:
	GLC_lib.spec 
Log Message:
Initial import



--- NEW FILE GLC_lib.spec ---
Name:           GLC_lib
Version:        0.9.8
Release:        1%{?dist}
Summary:        C++ class library for OpenGL application based on Qt 4

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.glc-lib.net/
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:       

%description
GLC_lib is a C++ class library that enables the quick creation of OpenGL
application based on Qt 4. Some GLC_lib features : Camera orbiting, Obj
textured file support, 3D Primitive... And more.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       qt4-devel

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.



%prep
%setup -q -c

sed -i -e 's|LIB_DIR = /usr/lib|LIB_DIR = %{_libdir}|' src/GLC_lib.pro


%build
cd src
qmake-qt4 GLC_lib.pro
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
cd src
make install INSTALL_ROOT=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{_libdir}/libGLC_lib.prl

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc src/COPYING
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc
%{_includedir}/GLC_lib/
%{_libdir}/*.so


%changelog
* Mon Feb 11 2008 kwizart < kwizart at gmail.com > - 0.9.8-1
- Initial spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/GLC_lib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 May 2008 20:39:32 -0000	1.1
+++ .cvsignore	18 May 2008 11:16:28 -0000	1.2
@@ -0,0 +1 @@
+GLC_lib_src_0_9_8.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/GLC_lib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 May 2008 20:39:32 -0000	1.1
+++ sources	18 May 2008 11:16:28 -0000	1.2
@@ -0,0 +1 @@
+5b9e834711cb2d25b9c1d7c707080d90  GLC_lib_src_0_9_8.zip




More information about the fedora-extras-commits mailing list