automatic rebuild by autodist [release 0.7.2-2mamba;Tue Aug 06 2013]
This commit is contained in:
parent
8cb2b14052
commit
a9f05262cc
@ -1,2 +1,4 @@
|
||||
# quesoglc
|
||||
|
||||
The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API).
|
||||
|
||||
|
67
quesoglc.spec
Normal file
67
quesoglc.spec
Normal file
@ -0,0 +1,67 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user