rpms/kreetingkard_templates/F-7 kreetingkard_templates.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Oct 21 17:02:48 UTC 2007


Author: mtasaka

Update of /cvs/extras/rpms/kreetingkard_templates/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11482/kreetingkard_templates/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	kreetingkard_templates.spec 
Log Message:
kreetingkard initial commit


--- NEW FILE kreetingkard_templates.spec ---
%define		appname		kreetingkard

%define		mainver		0.2.0
%define		vendorrel	2
%define		repoid		18013



Name:		kreetingkard_templates
Version:	%{mainver}
Release:	%{vendorrel}%{?dist}
Summary:	Template files for KreetingKard

Group:		Applications/Productivity
License:	GPL+
URL:		http://linux-life.net/program/cc/kde/app/kreetingkard/
Source0:	http://downloads.sourceforge.jp/%{appname}/%{repoid}/%{name}-%{mainver}.tar.gz
# From Mandriva
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	%{appname} >= 0.7.1

BuildArch:	noarch

%description
KreetingKard is a tool for making Japanese greeting cards. It allows you to 
make greeting cards easily by choosing a template and changing the words.

This package contains some template files for KreetingKard.


%prep
%setup -q

find templates/ -name CVS | sort -r | xargs %{__rm} -rf
find templates/ -name Makefile\* -or -name \*.rb | xargs %{__rm} -f

%build
# This package is noarch, however when we set BuildArch as
# noarch, %%configure fails strangefully. So we install the needed files
# manually.
echo "Nothing to do here"

%install
%{__rm} -rf $RPM_BUILD_ROOT

%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/apps/%{appname}/
%{__cp} -pr templates/ $RPM_BUILD_ROOT%{_datadir}/apps/%{appname}/

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc	AUTHORS
%doc	COPYING
%doc	README

%{_datadir}/apps/%{appname}/templates/

%changelog
* Mon Oct 22 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.2.0-2
- Fix typo.

* Thu Oct 18 2007 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.2.0-1
- Initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kreetingkard_templates/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Oct 2007 16:38:37 -0000	1.1
+++ .cvsignore	21 Oct 2007 17:02:15 -0000	1.2
@@ -0,0 +1 @@
+kreetingkard_templates-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kreetingkard_templates/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Oct 2007 16:38:37 -0000	1.1
+++ sources	21 Oct 2007 17:02:15 -0000	1.2
@@ -0,0 +1 @@
+eac5226bb0f1b1e1ccbbff149b617de0  kreetingkard_templates-0.2.0.tar.gz




More information about the fedora-extras-commits mailing list