rpms/stardict-dic-hi/F-9 generate-tarball.sh, NONE, 1.1 import.log, NONE, 1.1 stardict-dic-hi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Mon Feb 2 14:35:22 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/stardict-dic-hi/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28727/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	generate-tarball.sh import.log stardict-dic-hi.spec 
Log Message:
Initial import.



--- NEW FILE generate-tarball.sh ---
#!/bin/sh

VERSION=$1
SOURCE0=$2
NAME=$3

tar -xzvf $SOURCE0
rm -rf $NAME/stardict-3.0.1-1.fc8.i386.rpm
tar -czvf $NAME-$VERSION-nobinary.tar.gz $NAME



--- NEW FILE import.log ---
stardict-dic-hi-3_0_1-4_fc10:F-9:stardict-dic-hi-3.0.1-4.fc10.src.rpm:1233585086


--- NEW FILE stardict-dic-hi.spec ---
Name:           stardict-dic-hi
Version:        3.0.1
Release:        4%{?dist}
Summary:        Hindi dictionary for stardict

Group:          Applications/System
License:        GPL+
URL:            http://stardict.sourceforge.net/
# URL http://ltrc.iiit.net/downloads/shabdanjali-stardict/shabdanjali-fedora.tgz
# usage: source generate-tarball.sh <version> <org-source-tarball> <initial-name-of-new-tarball>
# usage example: source generate-tarball.sh 3.0.1 shabdanjali-fedora.tgz shabdanjali-fedora
Source0:        shabdanjali-fedora-3.0.1-nobinary.tar.gz
Source1:        generate-tarball.sh
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       stardict
BuildArch:      noarch

%description
Hindi dictionary for stardict. The actual dictionary comes from
http://www.iiit.net/ltrc/Dictionaries/gen_eng_hin_hlp.html and Sriram
Chaudhry has converted it to a form usable by stardict.


%prep
%setup -q -n shabdanjali-fedora


%build
# Empty build


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

chmod 644 README

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%{_datadir}/stardict/dic/*


%changelog
* Thu Jan 30 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.1-4
- Saving timestamp with -p.

* Thu Jan 30 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.1-3
- Added usage details for generate script

* Thu Jan 08 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.1-2
- Fixed the actual source link. Removed the binary rpm of no use inside
- tarball. Fixed the URL also.

* Sat Dec 06 2008 Rakesh Pandit <rakesh at fedoraproject.org> 3.0.1-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/stardict-dic-hi/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Feb 2009 19:04:57 -0000	1.1
+++ .cvsignore	2 Feb 2009 14:34:52 -0000	1.2
@@ -0,0 +1 @@
+shabdanjali-fedora-3.0.1-nobinary.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stardict-dic-hi/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Feb 2009 19:04:57 -0000	1.1
+++ sources	2 Feb 2009 14:34:52 -0000	1.2
@@ -0,0 +1 @@
+6d3a85ed1c15f31dda7a910fe38f22e3  shabdanjali-fedora-3.0.1-nobinary.tar.gz




More information about the fedora-extras-commits mailing list