rpms/freetype-freeworld/devel .cvsignore, 1.18, 1.19 freetype-freeworld.spec, 1.34, 1.35 sources, 1.18, 1.19
Kevin Kofler
kkofler at rpmfusion.org
Tue Mar 11 12:24:17 CET 2014
- Previous message: rpms/mythtv/F-19 ChangeLog, 1.13, 1.14 mythtv-0.27-fixes.patch, 1.3, 1.4 mythtv.spec, 1.127, 1.128
- Next message: rpms/freetype-freeworld/F-20 freetype-2.5.0-CVE-2014-2240.patch, NONE, 1.1 freetype-2.5.0-CVE-2014-2241.patch, NONE, 1.1 freetype-freeworld.spec, 1.31, 1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7599/devel
Modified Files:
.cvsignore freetype-freeworld.spec sources
Log Message:
* Tue Mar 11 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.5.3-1
- Update to 2.5.3 (matches Fedora freetype, rh#1073923)
- Also delete the new manpages (-devel material)
- Specfile cleanups (remove obsolete specfile idioms)
- Enable support for bzip2 compressed fonts
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore 17 Jan 2014 17:59:15 -0000 1.18
+++ .cvsignore 11 Mar 2014 11:24:17 -0000 1.19
@@ -1 +1 @@
-freetype-2.5.2.tar.bz2
+freetype-2.5.3.tar.bz2
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- freetype-freeworld.spec 17 Jan 2014 18:20:26 -0000 1.34
+++ freetype-freeworld.spec 11 Mar 2014 11:24:17 -0000 1.35
@@ -1,9 +1,8 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.5.2
+Version: 2.5.3
Release: 1%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
-Group: System Environment/Libraries
URL: http://www.freetype.org
Source: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2
@@ -12,14 +11,14 @@
# Enable otvalid and gxvalid modules
Patch46: freetype-2.2.1-enable-valid.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
-
Provides: freetype-bytecode
Provides: freetype-subpixel
Requires: /etc/ld.so.conf.d
BuildRequires: libX11-devel
BuildRequires: libpng-devel
+BuildRequires: zlib-devel
+BuildRequires: bzip2-devel
%description
The FreeType engine is a free and portable font rendering
@@ -42,48 +41,48 @@
%build
-
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' builds/unix/libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' builds/unix/libtool
make %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-
umask 0022
-%makeinstall gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
+%make_install
# Don't package static a or .la files nor devel files
-rm -rf $RPM_BUILD_ROOT%{_libdir}/*.{a,la,so} \
- $RPM_BUILD_ROOT%{_libdir}/pkgconfig $RPM_BUILD_ROOT%{_bindir} \
- $RPM_BUILD_ROOT%{_datadir}/aclocal $RPM_BUILD_ROOT%{_includedir}
+rm -rf %{buildroot}%{_libdir}/*.{a,la,so} \
+ %{buildroot}%{_libdir}/pkgconfig %{buildroot}%{_bindir} \
+ %{buildroot}%{_datadir}/aclocal %{buildroot}%{_includedir} \
+ %{buildroot}%{_mandir}
# Move library to avoid conflict with official FreeType package
-mkdir $RPM_BUILD_ROOT%{_libdir}/%{name}
-mv -f $RPM_BUILD_ROOT%{_libdir}/libfreetype.so.* \
- $RPM_BUILD_ROOT%{_libdir}/%{name}
+mkdir %{buildroot}%{_libdir}/%{name}
+mv -f %{buildroot}%{_libdir}/libfreetype.so.* \
+ %{buildroot}%{_libdir}/%{name}
# Register the library directory in /etc/ld.so.conf.d
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d
+mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/%{name}" \
- >$RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+ >%{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
-%defattr(-,root,root)
%{_libdir}/%{name}
%doc ChangeLog README docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Tue Mar 11 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.5.3-1
+- Update to 2.5.3 (matches Fedora freetype, rh#1073923)
+- Also delete the new manpages (-devel material)
+- Specfile cleanups (remove obsolete specfile idioms)
+- Enable support for bzip2 compressed fonts
+
* Fri Jan 17 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.5.2-1
- Update to 2.5.2 (matches Fedora freetype, rh#1034065)
- Fix incorrect weekdays in the changelog
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 17 Jan 2014 17:59:15 -0000 1.18
+++ sources 11 Mar 2014 11:24:17 -0000 1.19
@@ -1 +1 @@
-10e8f4d6a019b124088d18bc26123a25 freetype-2.5.2.tar.bz2
+d6b60f06bfc046e43ab2a6cbfd171d65 freetype-2.5.3.tar.bz2
- Previous message: rpms/mythtv/F-19 ChangeLog, 1.13, 1.14 mythtv-0.27-fixes.patch, 1.3, 1.4 mythtv.spec, 1.127, 1.128
- Next message: rpms/freetype-freeworld/F-20 freetype-2.5.0-CVE-2014-2240.patch, NONE, 1.1 freetype-2.5.0-CVE-2014-2241.patch, NONE, 1.1 freetype-freeworld.spec, 1.31, 1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list