rpms/fontaine/devel fontaine.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Yanko Kaneti yaneti at fedoraproject.org
Fri Feb 5 11:15:35 UTC 2010


Author: yaneti

Update of /cvs/pkgs/rpms/fontaine/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12501/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fontaine.spec import.log 
Log Message:
Initial import


--- NEW FILE fontaine.spec ---
%define revision 35

Name:             fontaine
Version:          0
Release:          1.svn%{revision}%{?dist}
Summary:          Font file meta information utility
Group:            Applications/Text
License:          GPLv2+
URL:              http://unifont.org/fontaine/

# To create a tarball from svn 
#
# svn co -r %{revision} https://fontaine.svn.sourceforge.net/svnroot/fontaine/trunk fontaine-%{version}-svn%{revision}
# tar cjf fontaine-%{version}-svn%{revision}.tar.bz2  --exclude .svn fontaine-%{version}-svn%{revision}

Source0:          %{name}-%{version}-svn%{revision}.tar.bz2
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:    cmake gettext doxygen
BuildRequires:    freetype-devel

%description
Fontaine is a command-line utility that displays key meta information about
font files, including but not limited to font name, style, weight,
glyph count, character count, copyright, license information  and 
orthographic coverage.

%prep
%setup -q -n %{name}-%{version}-svn%{revision}

%build
%cmake .
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc documentation doxygen/html
%{_bindir}/%{name}

%changelog
* Sat Jan 30 2010 Yanko Kaneti <yaneti at declera.com> - 0-1.svn35
- Initial packaging


--- NEW FILE import.log ---
fontaine-0-1_svn35_fc13:HEAD:fontaine-0-1.svn35.fc13.src.rpm:1265368591


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fontaine/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	5 Feb 2010 10:31:34 -0000	1.1
+++ .cvsignore	5 Feb 2010 11:15:35 -0000	1.2
@@ -0,0 +1 @@
+fontaine-0-svn35.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fontaine/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	5 Feb 2010 10:31:35 -0000	1.1
+++ sources	5 Feb 2010 11:15:35 -0000	1.2
@@ -0,0 +1 @@
+79dc2fc765337b67f9cfe41defc7d797  fontaine-0-svn35.tar.bz2



More information about the fonts-bugs mailing list