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

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Sep 21 04:54:51 UTC 2006


Author: wart

Update of /cvs/extras/rpms/libmodelfile/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4993/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libmodelfile.spec 
Log Message:
auto-import libmodelfile-0.1.92-2 on branch devel from libmodelfile-0.1.92-2.src.rpm


--- NEW FILE libmodelfile.spec ---
Name:           libmodelfile
Version:        0.1.92
Release:        2%{?dist}
Summary:        Library for accessing various model file formats

Group:          Development/Libraries
License:        GPL
URL:            http://www.worldforge.org
Source0:        http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  SDL_image-devel libGL-devel libGLU-devel

%description
This library is a collection of small clean C libraries for loading 3D
models of various file formats. So far the range of model formats is limited.


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

%description    devel
This package contains libraries and header files for developing applications
that use libmodelfile.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la


%clean
rm -rf $RPM_BUILD_ROOT

%check
make %{?_smp_mflags} check

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/%{name}-0.2
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Fri Aug 25 2006 Wart <wart at kobold.org> 0.1.92-2
- Add smp_mflags to make check
- Add missing Requires: pkgconfig to -devel subpackage
- Fix typo in Summary
- Explicitly list .la files that get removed.
- Use better Group tag

* Thu Jun 15 2006 Wart <wart at kobold.org> 0.1.92-1
- Initial spec file for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libmodelfile/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Sep 2006 04:54:28 -0000	1.1
+++ .cvsignore	21 Sep 2006 04:54:51 -0000	1.2
@@ -0,0 +1 @@
+libmodelfile-0.1.92.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmodelfile/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Sep 2006 04:54:28 -0000	1.1
+++ sources	21 Sep 2006 04:54:51 -0000	1.2
@@ -0,0 +1 @@
+53ded1963cc863d0fabba4f0fb4ef2db  libmodelfile-0.1.92.tar.gz




More information about the scm-commits mailing list