rpms/hyphen-ca/devel hyphen-ca.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
Fri Feb 6 09:34:27 UTC 2009


Author: caolanm

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

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



--- NEW FILE hyphen-ca.spec ---
Name: hyphen-ca
Summary: Catalan hyphenation rules
%define upstreamid 20030920
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://www.arrakis.es/~jmones/hyph_ca_ES.zip
Group: Applications/Text
URL: http://www.arrakis.es/~jmones/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LPPL
BuildArch: noarch

Requires: hyphen

%description
Catalan hyphenation rules.

%prep
%setup -q -c

%build
chmod -x *

%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/
ca_ES_aliases="ca_AD ca_FR ca_IT"
for lang in $ca_ES_aliases; do
        ln -s hyph_ca_ES.dic hyph_$lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Feb 03 2009 Caolán McNamara <caolanm at redhat.com> - 0.20030920-1
- initial version


--- NEW FILE import.log ---
hyphen-ca-0_20030920-1_fc10:HEAD:hyphen-ca-0.20030920-1.fc10.src.rpm:1233912741


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-ca/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Feb 2009 02:52:18 -0000	1.1
+++ .cvsignore	6 Feb 2009 09:33:56 -0000	1.2
@@ -0,0 +1 @@
+hyph_ca_ES.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-ca/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Feb 2009 02:52:18 -0000	1.1
+++ sources	6 Feb 2009 09:33:56 -0000	1.2
@@ -0,0 +1 @@
+16ba21e982d981c8c74e54c5a9254fa3  hyph_ca_ES.zip




More information about the scm-commits mailing list