rpms/rasterview/F-13 import.log, NONE, 1.1 rasterview-desktop-file.patch, NONE, 1.1 rasterview.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tim Waugh twaugh at fedoraproject.org
Wed Apr 21 08:56:30 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/rasterview/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18451/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log rasterview-desktop-file.patch rasterview.spec 
Log Message:
Initial F-13 import.


--- NEW FILE import.log ---
rasterview-1_2_1-3_el6:F-13:rasterview-1.2.1-3.fc12.src.rpm:1271840144

rasterview-desktop-file.patch:
 rasterview.desktop |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE rasterview-desktop-file.patch ---
diff -up rasterview-1.2.1/rasterview.desktop.desktop-file rasterview-1.2.1/rasterview.desktop
--- rasterview-1.2.1/rasterview.desktop.desktop-file	2009-12-14 12:21:56.804010780 +0000
+++ rasterview-1.2.1/rasterview.desktop	2009-12-14 12:22:07.309979312 +0000
@@ -3,9 +3,9 @@ Name=RasterView
 Comment=CUPS Raster Viewer
 TryExec=rasterview
 Exec=rasterview %F
-Icon=rasterview.png
+Icon=/usr/share/icons/hicolor/48x48/apps/rasterview.png
 Terminal=false
 Type=Application
-MimeType=application/vnd.cups-raster
+MimeType=application/vnd.cups-raster;
 Encoding=UTF-8
 Categories=Graphics;


--- NEW FILE rasterview.spec ---
Name: rasterview
Summary: CUPS raster file viewer
Version: 1.2.1
Release: 3%{?dist}
License: GPLv2+
Group: Applications/Publishing
Source: http://www.easysw.com/~mike/rasterview/rasterview-%{version}.tar.gz
Url: http://www.easysw.com/~mike/rasterview/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: fltk-devel
BuildRequires: cups-devel
BuildRequires: libpng-devel
BuildRequires: libjpeg-devel
BuildRequires: zlib-devel
BuildRequires: desktop-file-utils >= 0.2.92

Patch1: rasterview-desktop-file.patch

%description
CUPS uses an intermediate format called raster for inkjet printers and
others that require rasterized input.  This program can be used to
view this intermediate format and is mainly used for debugging printer
drivers.

%prep
%setup -q
%patch1 -p1 -b .desktop-file

%build
%configure
make

%install
rm -rf %{buildroot}
make BUILDROOT=%{buildroot} INSTALL='install -p' install

rm -rf %{buildroot}%{_sysconfdir}/X11/applnk
rm -f %{buildroot}%{_datadir}/applnk/Development/rasterview.desktop
desktop-file-install \
	--dir %{buildroot}%{_datadir}/applications \
	--add-category System \
	rasterview.desktop

%clean
rm -rf %{buildroot}

%post
update-mime-database %{_datadir}/mime &> /dev/null || :
update-desktop-database &> /dev/null || :

%postun
update-desktop-database &>/dev/null || :
update-mime-database %{_datadir}/mime &> /dev/null || :

%files
%defattr(-,root,root,-)
%doc README COPYING
%{_bindir}/rasterview
%{_datadir}/icons/hicolor/*/apps/rasterview.png
%{_datadir}/mimelnk/application/vnd.cups-raster.desktop
%{_datadir}/applications/*.desktop

%changelog
* Wed Jan  6 2010 Tim Waugh <twaugh at redhat.com> - 1.2.1-3
- Changed default file attributes specification.
- Update MIME and desktop databases in %%post and %%postun.

* Wed Jan  6 2010 Tim Waugh <twaugh at redhat.com> - 1.2.1-2
- Removed unpackaged files and added build requirements (from package
  review bug #552610).

* Mon Dec 14 2009 Tim Waugh <twaugh at redhat.com> - 1.2.1-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rasterview/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Apr 2010 04:14:43 -0000	1.1
+++ .cvsignore	21 Apr 2010 08:56:29 -0000	1.2
@@ -0,0 +1 @@
+rasterview-1.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rasterview/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Apr 2010 04:14:43 -0000	1.1
+++ sources	21 Apr 2010 08:56:30 -0000	1.2
@@ -0,0 +1 @@
+67513a59f133845dd5e89c32c3649d3c  rasterview-1.2.1.tar.gz



More information about the scm-commits mailing list