rpms/iscan-firmware/F-9 iscan-firmware.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dominik Mierzejewski rathann at fedoraproject.org
Tue Mar 3 02:20:14 UTC 2009


Author: rathann

Update of /cvs/pkgs/rpms/iscan-firmware/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9172/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	iscan-firmware.spec 
Log Message:
- initial import into F-9/10 branches



--- NEW FILE iscan-firmware.spec ---
Summary:	Firmware for Epson flatbed scanners
Name:		iscan-firmware
Version:	2.1.0
Release:	3
License:	Redistributable, no modification permitted
URL:		http://www.avasys.jp/english/linux_e/index.html
# Perfection 2480/2580 PHOTO
Source0:	http://lx1.avasys.jp/iscan/v1180/iscan-plugin-gt-f500-1.0.0-1.c2.i386.rpm
# Perfection 3170 PHOTO
Source1:	http://lx1.avasys.jp/iscan/v1180/iscan-plugin-gt-9400-1.0.0-1.c2.i386.rpm
# Perfection 3490 PHOTO
Source2:	http://lx1.avasys.jp/iscan/v1180/iscan-plugin-gt-f520-1.0.0-1.c2.i386.rpm
# Perfection 4180 PHOTO
Source3:	http://lx1.avasys.jp/iscan/v1180/iscan-plugin-gt-f600-1.0.0-1.c2.i386.rpm
# Perfection 4490 PHOTO
Source4:	http://lx1.avasys.jp/iscan/v1180/iscan-plugin-gt-x750-1.0.0-1.c2.i386.rpm
# Perfection V10 / V100 PHOTO
Source5:	http://lx1.avasys.jp/iscan/2.3.0/iscan-plugin-gt-s600-2.0.0-1.c2.i386.rpm
# Perfection V200 PHOTO
Source6:	http://linux.avasys.jp/drivers/iscan/plugins/iscan-plugin-gt-f670-2.1.0-2.c2.i386.rpm
# Perfection V350 PHOTO
Source7:	http://lx1.avasys.jp/iscan/2.3.0/iscan-plugin-gt-f700-2.0.0-0.c2.i386.rpm
# GT-1500
Source8:	http://lx1.avasys.jp/iscan/2.12.0/iscan-plugin-gt-1500-2.1.0-2.c2.i386.rpm
# Perfection V30 / V300
Source9:	http://linux.avasys.jp/drivers/iscan/plugins/esci-interpreter-gt-f720-0.0.0-1.i386.rpm
# Perfection V500 PHOTO
Source10:	http://lx1.avasys.jp/iscan/2.12.0/iscan-plugin-gt-x770-2.1.0-1.c2.i386.rpm
Group:		System Environment/Base
BuildArch:	noarch
Requires:	udev
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Firmware for the following Epson flatbed scanners:

* GT-1500 / GT-D1000
* Perfection 2480/2580 PHOTO / GT-F500
* Perfection 3170 PHOTO / GT-9400
* Perfection 3490 PHOTO / GT-F520
* Perfection 4180 PHOTO / GT-F600
* Perfection 4490 PHOTO / GT-X750
* Perfection V10/V100 PHOTO / GT-S600
* Perfection V200 PHOTO / GT-F670
* Perfection V30/V300 / GT-F720 / GT-S620
* Perfection V350 PHOTO / GT-F700
* Perfection V500 PHOTO / GT-X770

%prep
%setup -c -T
for f in \
 %{SOURCE0}  %{SOURCE1}  %{SOURCE2}  %{SOURCE3}  %{SOURCE4}  %{SOURCE5} \
 %{SOURCE6}  %{SOURCE7}  %{SOURCE8}  %{SOURCE9}  %{SOURCE10} ;
do
 rpm2cpio $f | cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time --quiet
done

cp -p usr/share/doc/iscan-plugin-gt-1500-*/AVASYSPL.*.txt ./
cp -p usr/share/doc/iscan-plugin-gt-f520-*/{EAPL,LICENSE.EPSON}.en.txt ./
for file in EAPL.ja.txt LICENSE.EPSON.ja.txt ; do
  iconv -f euc-jp -t utf8 usr/share/doc/iscan-plugin-gt-f520-*/$file > ./$file && \
  touch -r usr/share/doc/iscan-plugin-gt-f520-*/$file ./$file
done

%build
echo Nothing to build

%install
rm -rf %{buildroot}
install -dm755 %{buildroot}/lib/firmware/epson
install -pm644 .%{_datadir}/{iscan,esci}/esfw*.bin %{buildroot}/lib/firmware/epson

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AVASYSPL.en.txt EAPL.en.txt LICENSE.EPSON.en.txt
%lang(ja) %doc AVASYSPL.ja.txt EAPL.ja.txt LICENSE.EPSON.ja.txt
/lib/firmware/epson

%changelog
* Mon Mar 03 2009 Dominik Mierzejewski <rpm at greysector.net> 2.1.0-3
- set version to that of the latest firmware package
- updated source url for Perfection V200 firmware

* Sun Mar 01 2009 Dominik Mierzejewski <rpm at greysector.net> 2.1.0-2
- changed licence tag
- added requires udev for /lib/firmware dir ownership
- added missing licence texts

* Tue Feb 03 2009 Dominik Mierzejewski <rpm at greysector.net> 2.1.0-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iscan-firmware/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Mar 2009 00:23:29 -0000	1.1
+++ .cvsignore	3 Mar 2009 02:19:44 -0000	1.2
@@ -0,0 +1,11 @@
+esci-interpreter-gt-f720-0.0.0-1.i386.rpm
+iscan-plugin-gt-1500-2.1.0-2.c2.i386.rpm
+iscan-plugin-gt-9400-1.0.0-1.c2.i386.rpm
+iscan-plugin-gt-f500-1.0.0-1.c2.i386.rpm
+iscan-plugin-gt-f520-1.0.0-1.c2.i386.rpm
+iscan-plugin-gt-f600-1.0.0-1.c2.i386.rpm
+iscan-plugin-gt-f670-2.1.0-2.c2.i386.rpm
+iscan-plugin-gt-f700-2.0.0-0.c2.i386.rpm
+iscan-plugin-gt-s600-2.0.0-1.c2.i386.rpm
+iscan-plugin-gt-x750-1.0.0-1.c2.i386.rpm
+iscan-plugin-gt-x770-2.1.0-1.c2.i386.rpm


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iscan-firmware/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Mar 2009 00:23:29 -0000	1.1
+++ sources	3 Mar 2009 02:19:44 -0000	1.2
@@ -0,0 +1,11 @@
+a40321092887e426b04408840ad29b50  esci-interpreter-gt-f720-0.0.0-1.i386.rpm
+ed12335648c893eda194afee38e51351  iscan-plugin-gt-1500-2.1.0-2.c2.i386.rpm
+f76725766f44debe3f3fec06d0e2023b  iscan-plugin-gt-9400-1.0.0-1.c2.i386.rpm
+8b1c398ef58769d9ceb77ad771515de3  iscan-plugin-gt-f500-1.0.0-1.c2.i386.rpm
+b72a512a927b9f2020af817c5a541ae8  iscan-plugin-gt-f520-1.0.0-1.c2.i386.rpm
+5f4137fd69198617b95bd59261affd75  iscan-plugin-gt-f600-1.0.0-1.c2.i386.rpm
+b03b4e52d3c7c784599b1191b4d6740a  iscan-plugin-gt-f670-2.1.0-2.c2.i386.rpm
+cf191e84b03b28a8b0f629d60ba0b36e  iscan-plugin-gt-f700-2.0.0-0.c2.i386.rpm
+bda9d1dfe5c9524084b01e46a7a9f5e3  iscan-plugin-gt-s600-2.0.0-1.c2.i386.rpm
+02c151a49608ae911b1e200672ed236f  iscan-plugin-gt-x750-1.0.0-1.c2.i386.rpm
+c33515ec3e57eed680cd599452141d45  iscan-plugin-gt-x770-2.1.0-1.c2.i386.rpm




More information about the fedora-extras-commits mailing list