Author: qboosh Date: Sat Jun 4 07:35:24 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.0.1 - removed obsolete make patch
---- Files affected: packages/libtxc_dxtn: libtxc_dxtn.spec (1.9 -> 1.10) , libtxc_dxtn-make.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libtxc_dxtn/libtxc_dxtn.spec diff -u packages/libtxc_dxtn/libtxc_dxtn.spec:1.9 packages/libtxc_dxtn/libtxc_dxtn.spec:1.10 --- packages/libtxc_dxtn/libtxc_dxtn.spec:1.9 Sun Apr 17 19:30:06 2011 +++ packages/libtxc_dxtn/libtxc_dxtn.spec Sat Jun 4 09:35:19 2011 @@ -2,15 +2,14 @@ Summary: S3TC/DXTN texture compression/decompression library Summary(pl.UTF-8): Biblioteka kompresji/dekompresji tekstur S3TC/DXTN Name: libtxc_dxtn -Version: 1.0.0 +Version: 1.0.1 Release: 1 Epoch: 1 License: MIT Group: Libraries -Source0: http://people.freedesktop.org/~cbrill/libtxc_dxtn/%{name}-%{version}.tar.gz -# Source0-md5: 213d3d622d85523165b07f02d4126e91 -Patch0: %{name}-make.patch -URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn +Source0: http://people.freedesktop.org/~cbrill/libtxc_dxtn/%{name}-%{version}.tar.bz2 +# Source0-md5: 7105107f07ac49753f4b61ba9d0c79c5 +URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn/ BuildRequires: OpenGL-devel #Requires: Mesa >= 6.3 (or other Mesa-based GL) BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -25,21 +24,32 @@ wczytywana dynamicznie (poprzez dlopen), przez bibliotekę Mesa w celu programowej kompresji lub dekompresji tekstur. +%package devel +Summary: Header file for txc_dxtn library +Summary(pl.UTF-8): Plik nagłówkowy biblioteki txc_dxtn +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header file describing txc_dxtn library API. + +%description devel -l pl.UTF-8 +Plik nagłówkowy opisujący API biblioteki txc_dxtn. + %prep -%setup -qc -%patch0 -p1 +%setup -q %build -%{__make} \ - CC="%{__cc}" \ - OPT_CFLAGS="%{rpmcflags}" +%configure +%{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - LIBDIR=%{_libdir} + DESTDIR=$RPM_BUILD_ROOT + +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libtxc_dxtn.la %clean rm -rf $RPM_BUILD_ROOT @@ -49,15 +59,22 @@ %files %defattr(644,root,root,755) -%doc Changelog %attr(755,root,root) %{_libdir}/libtxc_dxtn.so +%files devel +%defattr(644,root,root,755) +%{_includedir}/txc_dxtn.h + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2011/06/04 07:35:19 qboosh +- updated to 1.0.1 +- removed obsolete make patch + Revision 1.9 2011/04/17 17:30:06 qboosh - package Changelog ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtxc_dxtn/libtxc_dxtn.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
