rpms/hyphen-fo/devel hyphen-fo.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara caolanm at fedoraproject.org
Thu Aug 13 08:11:07 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hyphen-fo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5619/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hyphen-fo.spec import.log 
Log Message:



--- NEW FILE hyphen-fo.spec ---
Name: hyphen-fo
Summary: Faroese hyphenation rules
%define upstreamid 20040420
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip
Group: Applications/Text
URL: http://fo.speling.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL+
BuildArch: noarch
Requires: hyphen

%description
Faroese hyphenation rules.

%prep
%setup -q -c

%build
for i in README_hyph_fo_FO.txt; do
  if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
    touch -r $i $i.new
    mv -f $i.new $i
  fi
  tr -d '\r' < $i > $i.new
  touch -r $i $i.new
  mv -f $i.new $i
done

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
cp -p hyph_fo_FO.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_hyph_fo_FO.txt
%{_datadir}/hyphen/*

%changelog
* Mon Aug 10 2009 Caolan McNamara <caolanm at redhat.com> - 0.20040420-1
- initial version


--- NEW FILE import.log ---
hyphen-fo-0_20040420-1_fc11:HEAD:hyphen-fo-0.20040420-1.fc11.src.rpm:1250151020


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-fo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Aug 2009 00:03:25 -0000	1.1
+++ .cvsignore	13 Aug 2009 08:11:07 -0000	1.2
@@ -0,0 +1 @@
+hyph_fo_FO-20040420a.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-fo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Aug 2009 00:03:25 -0000	1.1
+++ sources	13 Aug 2009 08:11:07 -0000	1.2
@@ -0,0 +1 @@
+e0e6e6bb2e455ca49a7fd7cfef3e8003  hyph_fo_FO-20040420a.zip




More information about the scm-commits mailing list