rpms/hyphen-pt/devel hyphen-pt.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
Wed Jan 14 23:12:19 UTC 2009


Author: caolanm

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

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



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

Requires: hyphen

%description
Portuguese 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/
pt_PT_aliases="pt_BR"
for lang in $pt_PT_aliases; do
        ln -s hyph_pt_PT.dic "hyph_"$lang".dic"
done

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Wed Jan 14 2009 Caolan McNamara <caolanm at redhat.com> - 0.20021021-1
- initial version


--- NEW FILE import.log ---
hyphen-pt-0_20021021-1_fc10:HEAD:hyphen-pt-0.20021021-1.fc10.src.rpm:1231974613


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-pt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jan 2009 21:23:30 -0000	1.1
+++ .cvsignore	14 Jan 2009 23:11:49 -0000	1.2
@@ -0,0 +1 @@
+hyph_pt_PT.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-pt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jan 2009 21:23:30 -0000	1.1
+++ sources	14 Jan 2009 23:11:49 -0000	1.2
@@ -0,0 +1 @@
+327989bbbfc9f9d56eb772427a344eb3  hyph_pt_PT.zip




More information about the fedora-extras-commits mailing list