.gear/rules | 2 + .../tags/e7857ffa07e7031192e7355680e91547152b8e0f | 6 +++ .gear/tags/list | 1 + fslsfonts.spec | 59 ++++++++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..f78a96e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @name@-@version@:. +diff: @name@-@version@:. . diff --git a/.gear/tags/e7857ffa07e7031192e7355680e91547152b8e0f b/.gear/tags/e7857ffa07e7031192e7355680e91547152b8e0f new file mode 100644 index 0000000..6f6b4e9 --- /dev/null +++ b/.gear/tags/e7857ffa07e7031192e7355680e91547152b8e0f @@ -0,0 +1,6 @@ +object 56623bd3f69af13b5ea7952fc2539c0757c1da9a +type commit +tag fslsfonts-1.0.3 +tagger Alan Coopersmith 1288468137 -0700 + +fslsfonts 1.0.3 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..b11f72e --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +e7857ffa07e7031192e7355680e91547152b8e0f fslsfonts-1.0.3 diff --git a/fslsfonts.spec b/fslsfonts.spec new file mode 100644 index 0000000..74712dc --- /dev/null +++ b/fslsfonts.spec @@ -0,0 +1,59 @@ +Name: fslsfonts +Version: 1.0.3 +Release: alt1.qa1 +Summary: list fonts served by X font server +License: MIT/X11 +Group: System/X11 +Url: http://xorg.freedesktop.org +Packager: Valery Inozemtsev + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: libFS-devel xorg-util-macros + +%description +Fslsfonts lists the fonts that match the given pattern. The wildcard +character "*" may be used to match any sequence of characters (including +none), and "?" to match any single character. If no pattern is +given, "*" is assumed. + +The "*" and "?" characters must be quoted to prevent them from being +expanded by the shell. + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure + +%make_build + +%install +%make DESTDIR=%buildroot install + +%files +%_bindir/* +%_man1dir/* + +%changelog +* Wed Apr 17 2013 Dmitry V. Levin (QA) 1.0.3-alt1.qa1 +- NMU: rebuilt for debuginfo. + +* Sat Oct 30 2010 Valery Inozemtsev 1.0.3-alt1 +- 1.0.3 + +* Mon Jun 16 2008 Valery Inozemtsev 1.0.2-alt1 +- 1.0.2 + +* Tue Dec 27 2005 Valery Inozemtsev 1.0.1-alt1 +- Xorg-7.0 + +* Sun Dec 04 2005 Valery Inozemtsev 0.99.2-alt1 +- Xorg-7.0RC3 + +* Thu Nov 24 2005 Valery Inozemtsev 0.99.1-alt0.1 +- initial release +