automatic version update by autodist [release 1.0.4-1mamba;Sat Apr 28 2012]
This commit is contained in:
parent
fc43b1a2ae
commit
7b7bde5106
@ -1,2 +1,4 @@
|
||||
# fslsfonts
|
||||
|
||||
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
|
||||
|
||||
|
52
fslsfonts.spec
Normal file
52
fslsfonts.spec
Normal file
@ -0,0 +1,52 @@
|
||||
Name: fslsfonts
|
||||
Version: 1.0.4
|
||||
Release: 1mamba
|
||||
Summary: fslsfonts - list fonts served by X font server
|
||||
Group: System/X11
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://x.org
|
||||
Source: http://ftp.x.org/pub/individual/app/fslsfonts-%{version}.tar.bz2
|
||||
License: MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libFS-devel
|
||||
BuildRequires: libX11-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%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
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/fslsfonts
|
||||
%{_mandir}/man1/fslsfonts.1.gz
|
||||
|
||||
%doc COPYING ChangeLog
|
||||
|
||||
%changelog
|
||||
* Sat Apr 28 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 31 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.2-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user