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

Carl Byington carllibpst at fedoraproject.org
Sat Jan 2 20:28:39 UTC 2010


Author: carllibpst

Update of /cvs/pkgs/rpms/liboglappth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10217

Modified Files:
	.cvsignore sources 
Added Files:
	liboglappth.spec 
Log Message:
initial version


--- NEW FILE liboglappth.spec ---
Name:           liboglappth
Summary:        An OpenGL wrapper library
Version:        0.98
Release:        6%{?dist}
License:        GPLv2+
Group:          Applications/Engineering
URL:            http://www.uku.fi/~thassine/ghemical
Source0:        http://www.uku.fi/~thassine/projects/download/current/%{name}-%{version}.tar.gz
BuildRequires:  mesa-libGL-devel
BuildRequires:  mesa-libGLU-devel
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
Library for creating portable OpenGL applications with easy-to-code
scene setup and selection operations.

%package devel
Summary:    Libraries and header files from %{name}
Group:      Development/Libraries
Requires:   %{name} = %{version}-%{release}
Requires:   pkgconfig

%description devel
Libraries and header include files for developing programs
based on %{name}.

%prep
%setup -n %{name}-%{version} -q
[ -s NEWS ] && exit 1
[ -s README ] && exit 1

%build
%configure --disable-static
make %{?_smp_mflags} CCOPTIONS="%{optflags}" LIBS="-lGL -lGLU"

%install
rm -rf %{buildroot}
make DESTDIR="%{buildroot}" INSTALL="install -p" install
find %{buildroot}%{_libdir} -name *.la -exec rm -rf {} \;

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

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

%files devel
%defattr(-,root,root,-)
%{_includedir}/oglappth/
%{_libdir}/liboglappth.so
%{_libdir}/pkgconfig/liboglappth.pc


%changelog
* Wed Dec 23 2009 Carl Byington <carl at five-ten-sg.com> 0.98-6
- devel requires pkgconfig for EPEL

* Wed Dec 23 2009 Carl Byington <carl at five-ten-sg.com> 0.98-5
- fedora package review changes.
- install -p to preserve timestamps
- explicit includedir name
- trim changelog
- rename package to liboglappth
- fail the build if NEWS or README acquire content, since they
  are currently empty and not installed.
- add pkgconfig for EPEL

* Sun Dec 20 2009 Carl Byington <carl at five-ten-sg.com> 0.98-4
- explicit names in %%files section rather than wildcards

* Sat Dec 05 2009 Carl Byington <carl at five-ten-sg.com> 0.98-3
- main package now contains the versioned libs

* Wed Dec 02 2009 Carl Byington <carl at five-ten-sg.com> 0.98-2
- convert to fedora compatible spec file
- remove static libraries

* Mon Jan 12 2009 Guillaume Bedot <littletux at mandriva.org> 0.98-1mdv2009.1
- Revision: 328725
- Name specfile correctly
- Release 0.98



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/liboglappth/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	2 Jan 2010 20:11:39 -0000	1.1
+++ .cvsignore	2 Jan 2010 20:28:39 -0000	1.2
@@ -0,0 +1 @@
+liboglappth-0.98.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/liboglappth/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	2 Jan 2010 20:11:39 -0000	1.1
+++ sources	2 Jan 2010 20:28:39 -0000	1.2
@@ -0,0 +1 @@
+dd280286a51fcba6a47264a383a2f1fe  liboglappth-0.98.tar.gz




More information about the fedora-extras-commits mailing list