rpms/cellwriter/F-8 cellwriter-desktop-validate.patch, NONE, 1.1 cellwriter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri Dec 14 02:39:52 UTC 2007


Author: katzj

Update of /cvs/pkgs/rpms/cellwriter/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27423

Modified Files:
	.cvsignore sources 
Added Files:
	cellwriter-desktop-validate.patch cellwriter.spec 
Log Message:
initial build for f8

cellwriter-desktop-validate.patch:

--- NEW FILE cellwriter-desktop-validate.patch ---
--- cellwriter.desktop.valid	2007-12-10 22:08:51.000000000 -0500
+++ cellwriter.desktop	2007-12-10 22:15:25.000000000 -0500
@@ -4,8 +4,8 @@
 GenericName=Handwriting input panel
 Comment=Grid-entry handwriting recognition input panel
 Exec=cellwriter
-Icon=cellwriter.svg
+Icon=cellwriter
 StartupNotify=true
 Terminal=false
 Type=Application
-Categories=GNOME;GTK;Utility;Accessibility
+Categories=GNOME;GTK;Utility;Accessibility;


--- NEW FILE cellwriter.spec ---
Summary: Grid-entry natural handwriting input panel
Name: cellwriter
Version: 1.3.1
Release: 2%{?dist}
License: GPLv2+
Group: User Interface/X Hardware Support
URL: http://risujin.org/cellwriter/
Source0: http://pub.risujin.org/%{name}/%{name}-%{version}.tar.gz
Patch0: cellwriter-desktop-validate.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: desktop-file-utils
BuildRequires: libXtst-devel
BuildRequires: gtk2-devel
BuildRequires: libgnome-devel

%description
CellWriter is a grid-entry natural handwriting input panel. As 
you write characters into the cells, your writing is instantly 
recognized at the character level. When you press 'Enter' on the 
panel, the input you entered is sent to the currently focused 
application as if typed on the keyboard.

%prep
%setup -q
%patch0 -p0

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make DESTDIR="$RPM_BUILD_ROOT" install

desktop-file-install --delete-original --vendor=fedora \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
  ${RPM_BUILD_ROOT}/%{_datadir}/applications/cellwriter.desktop


%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files
%defattr(-,root,root,-)
%doc README COPYING TODO AUTHORS
%{_bindir}/cellwriter
%dir %{_datadir}/cellwriter
%{_datadir}/cellwriter/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/scalable/apps/cellwriter.svg
%{_datadir}/pixmaps/cellwriter.xpm
%{_mandir}/*/*


%changelog
* Tue Dec 11 2007 Jeremy Katz <katzj at redhat.com> - 1.3.1-2
- Add patch to make desktop file validate with stricter desktop-file-utils
- Update the icon cache
- Cleaner URL

* Mon Dec 10 2007 Jeremy Katz <katzj at redhat.com> - 1.3.1-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cellwriter/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Dec 2007 04:45:38 -0000	1.1
+++ .cvsignore	14 Dec 2007 02:39:17 -0000	1.2
@@ -0,0 +1 @@
+cellwriter-1.3.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cellwriter/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Dec 2007 04:45:39 -0000	1.1
+++ sources	14 Dec 2007 02:39:17 -0000	1.2
@@ -0,0 +1 @@
+811c221ad070ea389c18feea7819472c  cellwriter-1.3.1.tar.gz




More information about the fedora-extras-commits mailing list