rpms/keyjnote/devel keyjnote.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo (allisson) fedora-extras-commits at redhat.com
Wed Jun 6 01:15:40 UTC 2007


Author: allisson

Update of /cvs/extras/rpms/keyjnote/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14387/devel

Modified Files:
	.cvsignore sources 
Added Files:
	keyjnote.spec 
Log Message:

First import



--- NEW FILE keyjnote.spec ---
Name:           keyjnote
Version:        0.10.0
Release:        2%{?dist}
Summary:        A program that displays presentation slides

Group:          Applications/Productivity
License:        GPL
URL:            http://keyjnote.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/KeyJnote-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
BuildArch:      noarch
Requires:       python-imaging pygame PyOpenGL

%description
KeyJnote is a program that displays presentation slides. 
But unlike OpenOffice.org Impress or other similar applications, 
it does so with style.

%prep
%setup -q -n KeyJnote-%{version}

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 keyjnote.py $RPM_BUILD_ROOT%{_bindir}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc keyjnote.html demo.pdf license.txt
%{_bindir}/keyjnote.py
%exclude %{_bindir}/keyjnote.pyo
%exclude %{_bindir}/keyjnote.pyc

%changelog

* Tue Jun 5 2007 Allisson Azevedo <allisson at gmail.com> 0.10.0-2
- Add build section
- Remove buildrequires

* Tue Jun 5 2007 Allisson Azevedo <allisson at gmail.com> 0.10.0-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/keyjnote/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Jun 2007 20:52:03 -0000	1.1
+++ .cvsignore	6 Jun 2007 01:14:44 -0000	1.2
@@ -0,0 +1 @@
+KeyJnote-0.10.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/keyjnote/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Jun 2007 20:52:03 -0000	1.1
+++ sources	6 Jun 2007 01:14:44 -0000	1.2
@@ -0,0 +1 @@
+924a474081d0dc0f7975612e518b7883  KeyJnote-0.10.0.tar.gz




More information about the scm-commits mailing list