Author: hicham
Update of /cvs/free/rpms/libtxc_dxtn/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6072/F-14
Modified Files:
.cvsignore sources
Added Files:
libtxc_dxtn.spec
Log Message:
Initial import
--- NEW FILE libtxc_dxtn.spec ---
Name: libtxc_dxtn
Version: 070518
Release: 1%{?dist}
Summary: Free implementation of the s3tc texture compression algorithm
Group: System Environment/Libraries
License: BSD
URL:
http://people.freedesktop.org/~cbrill/libtxc_dxtn
Source0:
http://people.freedesktop.org/~cbrill/%{name}/%{name}%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: mesa-libGL-devel
%description
Free implementation of the s3tc texture compression algorithm
%prep
%setup -q -n %{name}
sed -i -e 's|/usr/lib|%{_libdir}|g' Makefile
sed -i -e 's|pixerrorcolorbest\[3\]|pixerrorcolorbest[3]={0,0,0}|g'
txc_compress_dxtn.c
%build
make %{?_smp_mflags} OPT_CFLAGS="%{optflags}"
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changelog
%{_libdir}/*.so
%changelog
* Tue Oct 26 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 070518-1
- Initial package for Fedora.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/F-14/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 12 Dec 2010 01:04:05 -0000 1.1
+++ .cvsignore 15 Dec 2010 17:00:43 -0000 1.2
@@ -0,0 +1 @@
+libtxc_dxtn070518.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/F-14/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 12 Dec 2010 01:04:05 -0000 1.1
+++ sources 15 Dec 2010 17:00:43 -0000 1.2
@@ -0,0 +1 @@
+03beb907c13df6484cde210ce219f4b8 libtxc_dxtn070518.tar.gz