summaryrefslogtreecommitdiff
path: root/fontconfig.spec.in
AgeCommit message (Collapse)AuthorFilesLines
2004-04-14Add instructions for doing a releasefc-2_2_93Keith Packard1-10/+32
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel.
2003-03-08Updated RPM specfile for 2.1.92 and fixed remaining known spec file issuesMike A. Harris1-2/+17
2003-03-05Added back the configure macro options --disable-docs because otherwiseMike A. Harris1-1/+7
fontconfig installs docs into /usr/share/doc/fontconfig (with no version number) unconditionally, causing RPM to fail the build due to _unpackaged_files_terminate_build. We pick up the pregenerated docs with %doc already.
2003-03-05Updated rpm specfile changelog and Changelog to reflect today's changesMike A. Harris1-1/+8
2003-03-05Reordered %files lists to be a bit tidier. Made -devel package own theMike A. Harris1-4/+5
%{_includedir}/fontconfig directory
2003-03-05Put %post script in {}'s for tidyness, and change the call to fc-cache toMike A. Harris1-4/+5
use %{_bindir}/fc-cache
2003-03-05Changed BuildRequires: lines to use %{_bindir} macro instead of hard codedMike A. Harris1-2/+2
/usr/bin
2003-03-05Replace commented out %define at top of specfile with a comment precedingMike A. Harris1-3/+3
the freetype2 define, since rpm expands macros in comments. Also remove -j flag from make, as _smp_mflags expands to -jN already.
2003-03-05switch vesion to versionKeith Packard1-1/+1
2003-03-03Sun Mar 2 14:16:17 2003 Owen Taylor <otaylor@redhat.com>Owen Taylor1-37/+49
fontconfig.spec.in: Improvements from Red Hat spec file. {fc-lang,fc-cache,fc-list}/Makefile.am: Add man pages. docs/*.sgml: SGML fixes.
2003-02-24Switch to automakeKeith Packard1-0/+74