rpms/freefont/devel freefont.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Nov 1 17:08:33 UTC 2006


Author: orion

Update of /cvs/extras/rpms/freefont/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv303/devel

Modified Files:
	.cvsignore sources 
Added Files:
	freefont.spec 
Log Message:
auto-import freefont-20060126-3.fc5 on branch devel from freefont-20060126-3.fc5.src.rpm


--- NEW FILE freefont.spec ---
%define fontdir         %{_datadir}/fonts/freefont

Name:      freefont
Version:   20060126 
Release:   3%{?dist}
Summary:   Free UCS Outline Fonts
Group:     User Interface/X
License:   GPL 
URL:       http://www.nongnu.org/freefont/ 
Source:    http://savannah.nongnu.org/download/freefont/freefont-ttf-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires:  %{_datadir}/fonts

Obsoletes: freefont-ttf < %{version}-%{release}
Provides: freefont-ttf = %{version}-%{release}

%description
This project aims to privide a set of free scalable (i.e.,
OpenType) fonts covering the ISO 10646/Unicode UCS (Universal
Character Set).


%prep
%setup -q


%build


%install
rm -rf %{buildroot}

install -d %{buildroot}%{fontdir}
install -p -m644 *.ttf  %{buildroot}%{fontdir}/


%clean
rm -rf %{buildroot}


%post
if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache %{fontdir} || :
fi

%postun
if [ $1 -eq 0 ]; then
  if [ -x /usr/bin/fc-cache ]; then
    /usr/bin/fc-cache %{fontdir} || :
  fi
fi


%files
%defattr(0644,root,root,0755)
%doc AUTHORS ChangeLog CREDITS COPYING README
%dir %{fontdir}
%{fontdir}/*.ttf


%changelog
* Tue Oct 31 2006 Orion Poplawski <orion at cora.nwra.com> 20060126-3
- BOO!
- Make Provides/Osoletes versioned
- Make setup quiet

* Wed Oct 25 2006 Orion Poplawski <orion at cora.nwra.com> 20060126-2
- Remove fonts.cache refs
- fc-cache /usr/share/fonts/freefont

* Thu Oct 12 2006 Orion Poplawski <orion at cora.nwra.com> 20060126-1
- freefont-ttf-20060126

* Tue Dec 06 2005 Rex Dieter 20051206-1
- freefont-ttf-20051206


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/freefont/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2006 17:07:02 -0000	1.1
+++ .cvsignore	1 Nov 2006 17:08:03 -0000	1.2
@@ -0,0 +1 @@
+freefont-ttf-20060126.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/freefont/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2006 17:07:02 -0000	1.1
+++ sources	1 Nov 2006 17:08:03 -0000	1.2
@@ -0,0 +1 @@
+822aba4e2ed065d9d3ded6e26e495854  freefont-ttf-20060126.tar.gz




More information about the scm-commits mailing list