rpms/hyphen-fr/devel hyphen-fr.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
Mon Jan 5 08:43:28 UTC 2009


Author: caolanm

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

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



--- NEW FILE hyphen-fr.spec ---
Name: hyphen-fr
Summary: French hyphenation rules
%define upstreamid 20080318
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_fr_FR_2-0.zip
Group: Applications/Text
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch

Requires: hyphen

%description
French hyphenation rules.

%prep
%setup -q -c

%build

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

pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU fr_MC"
for lang in $fr_FR_aliases; do
        ln -s hyph_fr_FR.dic hyph_$lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Dec 31 2008 Caolan McNamara <caolanm at redhat.com> - 0.20080318-1
- initial version


--- NEW FILE import.log ---
hyphen-fr-0_20080318-1_fc10:HEAD:hyphen-fr-0.20080318-1.fc10.src.rpm:1231144941


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-fr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jan 2009 20:40:34 -0000	1.1
+++ .cvsignore	5 Jan 2009 08:42:58 -0000	1.2
@@ -0,0 +1 @@
+hyph_fr_FR_2-0.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-fr/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jan 2009 20:40:34 -0000	1.1
+++ sources	5 Jan 2009 08:42:58 -0000	1.2
@@ -0,0 +1 @@
+f6d9bd51a939df943612c3f5ac2a511c  hyph_fr_FR_2-0.zip




More information about the fedora-extras-commits mailing list