rpms/mgopen-fonts/devel mgopen-fonts.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Thu Jul 7 09:44:06 UTC 2005


Author: sarantis

Update of /cvs/extras/rpms/mgopen-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20448/devel

Modified Files:
	.cvsignore sources 
Added Files:
	mgopen-fonts.spec 
Log Message:
auto-import mgopen-fonts-0.20050515-1 on branch devel from mgopen-fonts-0.20050515-1.src.rpm


--- NEW FILE mgopen-fonts.spec ---
%define archivename     MgOpen
%define fontdir         %{_datadir}/fonts/mgopen
%define upstream_date   20050515

Name:      mgopen-fonts
Version:   0.%{upstream_date}
Release:   1
Summary:   Truetype greek fonts
Group:     User Interface/X
License:   Redistributable, with restrictions
URL:       http://www.ellak.gr/fonts/mgopen/
Source0:   %{archivename}-%{upstream_date}.tar.gz
# Upstream tarball is not versioned http://www.ellak.gr/fonts/mgopen/files/%{archivename}.tar.gz
Source1:   %{archivename}-%{upstream_date}-doc.tar.gz
# Tarball of the documentation on the site http://www.ellak.gr/fonts/mgopen/
# The LICENCE file is an excerpt from the html page
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch


%description
The MgOpen fonts are a font family that includes Latin and Greek glyphs.
The fonts have been released under a liberal license, similar to the
license covering the Bitstream Vera fonts.


%prep
%setup -q -c -a1 -n %{archivename}-%{version}

%build

%install
/bin/rm -rf $RPM_BUILD_ROOT

#fonts
install -d -m 0755 $RPM_BUILD_ROOT%{fontdir}
install -m 0644 *.ttf  $RPM_BUILD_ROOT%{fontdir}

# "touch" all files we've got flagged as %ghost  but which are not 
# present in the RPM_BUILD_ROOT when RPM looks for files
/bin/touch $RPM_BUILD_ROOT%{fontdir}/fonts.cache-1


%clean
/bin/rm -rf $RPM_BUILD_ROOT


%post
if [ -x %{_bindir}/fc-cache ]; then 
  %{_bindir}/fc-cache %{_datadir}/fonts
fi

%postun
if [ "$1" = "0" ]; then
  if [ -x %{_bindir}/fc-cache ]; then 
    %{_bindir}/fc-cache %{_datadir}/fonts
  fi
fi


%files
%defattr(0644,root,root,0755)
%doc LICENCE mgopen.html _files/
%dir %{fontdir}
%{fontdir}/*.ttf
%ghost %{fontdir}/fonts.cache-1


%changelog
* Thu Jul  6 2005 Sarantis Paskalis <paskalis at di.uoa.gr> 0.20050515-1
- Fix spelling in the description.  Import it to Fedora Extras.

* Tue Jun 14 2005 Sarantis Paskalis <paskalis at di.uoa.gr>
- Use date-versioned sources

* Wed May 25 2005 Sarantis Paskalis <paskalis at di.uoa.gr>
- Initial package spec (based on bitstream-vera-fonts)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mgopen-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jul 2005 09:43:19 -0000	1.1
+++ .cvsignore	7 Jul 2005 09:44:04 -0000	1.2
@@ -0,0 +1,2 @@
+MgOpen-20050515-doc.tar.gz
+MgOpen-20050515.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mgopen-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jul 2005 09:43:19 -0000	1.1
+++ sources	7 Jul 2005 09:44:04 -0000	1.2
@@ -0,0 +1,2 @@
+eb667a1458a92bc4d4e9a1f5924f6e61  MgOpen-20050515-doc.tar.gz
+9ad4bba3d173e92734320286bfff4c8e  MgOpen-20050515.tar.gz




More information about the fedora-extras-commits mailing list