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

Rahul Bhalerao (rbhalera) fedora-extras-commits at redhat.com
Tue Oct 16 15:58:31 UTC 2007


Author: rbhalera

Update of /cvs/pkgs/rpms/madan-fonts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23509/devel

Modified Files:
	.cvsignore sources 
Added Files:
	madan-fonts.spec 
Log Message:
Initial import



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

Name: %{fontname}-fonts
Version: 1.0
Release: 6%{?dist}
Summary: Font for Nepali language
Group: User Interface/X
License: GPL
URL: http://madanpuraskar.org/
Source: http://madanpuraskar.org/detail_guide/fonts/Madan.ttf
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This package provides the Madan font for Nepali made by the
Madan Puraskar Pustakalaya project.

%prep
%setup -c -T
cp -p %{SOURCE0} .

%build
echo "Nothing to do in Build."

%install
rm -rf %{buildroot}

install -m 0755 -d %{buildroot}%{fontdir}
install -m 0644 -p *.ttf %{buildroot}%{fontdir}

%clean
rm -rf %{buildroot}

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

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

%files
%defattr(-,root,root,-)
%dir %{fontdir}
%{fontdir}/*.ttf

%changelog
* Mon Oct 15 2007 Rahul Bhalerao <rbhalera at redhat.com> - 1.0-6.fc8
- Spec update as per review

* Thu Oct 11 2007 Rahul Bhalerao <rbhalera at redhat.com> - 1.0-5.fc8
- Spec update as per reveiw

* Wed Sep 26 2007 Rahul Bhalerao <rbhalera at redhat.com> - 1.0-4.fc8
- Spec update as per review

* Fri Sep 21 2007 Rahul Bhalerao <rbahlera at redhat.com> - 1.0-3.fc8
- Added LICENSE as Source1

* Thu Sep 20 2007 Rahul Bhalerao <rbhalera at redhat.com> - 1.0-2.fc8
- Removed use of tarball and ghost files

* Thu Sep 13 2007 Rahul Bhalerao <rbhalera at redhat.com> - 1.0-1.fc8
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/madan-fonts/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2007 15:33:41 -0000	1.1
+++ .cvsignore	16 Oct 2007 15:57:59 -0000	1.2
@@ -0,0 +1 @@
+Madan.ttf


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/madan-fonts/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2007 15:33:41 -0000	1.1
+++ sources	16 Oct 2007 15:57:59 -0000	1.2
@@ -0,0 +1 @@
+d78a34b1d46dcfa74ff64e78dcc1fc31  Madan.ttf




More information about the fedora-extras-commits mailing list