diff --git a/README.md b/README.md index c132324..b95c90f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xfd +xfd application displays all the characters in a font using either the X11 core protocol or libXft2. + diff --git a/xfd.spec b/xfd.spec new file mode 100644 index 0000000..79cdbba --- /dev/null +++ b/xfd.spec @@ -0,0 +1,57 @@ +Name: xfd +Version: 1.1.2 +Release: 1mamba +Summary: xfd - display all the characters in an X font +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libX11-devel +BuildRequires: libXaw-devel +BuildRequires: libXft-devel +BuildRequires: libXmu-devel +BuildRequires: libXrender-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +xfd application displays all the characters in a font using either the X11 core protocol or libXft2. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_datadir}/X11/app-defaults/Xfd +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Thu Jul 18 2013 Automatic Build System 1.1.2-1mamba +- automatic update by autodist + +* Tue Apr 24 2012 Automatic Build System 1.1.1-1mamba +- automatic version update by autodist + +* Tue Apr 26 2011 Tiziana Ferro 1.1.0-1mamba +- package created by autospec \ No newline at end of file