68 lines
1.9 KiB
RPMSpec
68 lines
1.9 KiB
RPMSpec
Name: quesoglc
|
|
Version: 0.7.2
|
|
Release: 2mamba
|
|
Summary: The OpenGL Character Renderer (GLC)
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
URL: http://quesoglc.sourceforge.net/
|
|
Source: http://downloads.sourceforge.net/project/quesoglc/QuesoGLC/%{version}/quesoglc-%{version}.tar.gz
|
|
License: LGPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libGL-devel
|
|
BuildRequires: libGLU-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libGLC.*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}
|
|
%{_includedir}/GL/*.h
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%doc ChangeLog README THANKS
|
|
|
|
%changelog
|
|
* Tue Aug 06 2013 Automatic Build System <autodist@mambasoft.it> 0.7.2-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Sep 23 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.7.2-1mamba
|
|
- package created by autospec
|