rpms/hunspell-sr/F-9 hunspell-sr.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Wed Jul 23 17:41:28 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-sr/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5223/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-sr.spec import.log 
Log Message:



--- NEW FILE hunspell-sr.spec ---
Name: hunspell-sr
Summary: Serbian hunspell dictionaries
%define upstreamid 20080711
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://srpski.org/aspell/MySpell-sr_YU-and-sh_YU.tar.gz
Group: Applications/Text
URL: http://srpski.org/aspell/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch

Requires: hunspell

%description
Serbian hunspell dictionaries.

%prep
%setup -q -n myspell-sr

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p sr_YU.dic sr_YU.aff sh_YU.dic sh_YU.aff $RPM_BUILD_ROOT/%{_datadir}/myspell

pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
sr_YU_aliases="sr_ME sr_RS"
for lang in $sr_YU_aliases; do
	ln -s sr_YU.aff $lang.aff
	ln -s sr_YU.dic $lang.dic
done
sh_YU_aliases="sh_ME sh_RS"
for lang in $sh_YU_aliases; do
	ln -s sh_YU.aff $lang.aff
	ln -s sh_YU.dic $lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING
%{_datadir}/myspell/*

%changelog
* Fri Jul 11 2008 Caolan McNamara <caolanm at redhat.com> - 0.20080711-1
- initial version


--- NEW FILE import.log ---
hunspell-sr-0_20080711-1_fc9:F-9:hunspell-sr-0.20080711-1.fc9.src.rpm:1216834865


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-sr/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2008 15:55:28 -0000	1.1
+++ .cvsignore	23 Jul 2008 17:40:40 -0000	1.2
@@ -0,0 +1 @@
+MySpell-sr_YU-and-sh_YU.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-sr/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2008 15:55:28 -0000	1.1
+++ sources	23 Jul 2008 17:40:40 -0000	1.2
@@ -0,0 +1 @@
+11faca5e15bb64b60ffa1910f6ced975  MySpell-sr_YU-and-sh_YU.tar.gz




More information about the fedora-extras-commits mailing list