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

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Wed Mar 21 19:33:00 UTC 2007


Author: bjohnson

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

Modified Files:
	.cvsignore sources 
Added Files:
	gscan2pdf.spec 
Log Message:
auto-import gscan2pdf-0.9.5-1 on branch devel from gscan2pdf-0.9.5-1.src.rpm


--- NEW FILE gscan2pdf.spec ---
Name:      gscan2pdf
Version: 0.9.5
Release:   1%{?dist}
Summary:   A GUI to ease the process of producing a multipage PDF from a scan
Group:     Applications/Publishing
License:   GPL
URL:       http://%{name}.sourceforge.net/
Source0:   %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
ExclusiveArch: noarch
Packager:  Jeffrey Ratcliffe <ra28145 at users.sourceforge.net>
Requires:  perl(Gtk2) >= 1:1.043-1, perl(Glib) >= 1.100-1, perl(Locale::gettext) >= 1.05, sane, libtiff

%description
At maturity, the GUI will have similar features to that of the Windows Imaging
program, but with the express objective of writing a PDF, including metadata.

Scanning is handled with SANE via scanimage. PDF conversion is done by libtiff.

%prep
%setup -q

%build
rm -rf $RPM_BUILD_ROOT
perl Makefile.PL
make
make test

%install
make DESTDIR=$RPM_BUILD_ROOT INSTALLMAN1DIR=/usr/share/man/man1 \
     INSTALLSITEMAN1DIR=/usr/share/man/man1 INSTALLMAN3DIR=/usr/share/man/man3 \
     INSTALLSITEMAN3DIR=/usr/share/man/man3 SHAREINSTDIR=/usr/share/%{name} \
     install
find $RPM_BUILD_ROOT -name perllocal.pod | xargs rm -f
find $RPM_BUILD_ROOT -name .packlist | xargs rm -f

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(0644,root,root,0755)
%doc COPYING INSTALL LICENCE History
%attr(0755,root,root) %{_bindir}/gscan2pdf
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
%{_datadir}/%{name}/%{name}.png
%{_datadir}/%{name}/rotate90.png
%{_datadir}/%{name}/rotate180.png
%{_datadir}/%{name}/rotate270.png
%{_datadir}/%{name}/scanner.png
%{_datadir}/%{name}/pdf.png
%{_mandir}/man1/%{name}.1p.gz

%changelog
* Thu Mar 08 2007 Jeffrey Ratcliffe <ra28145 at users.sourceforge.net>
  - Fixed bug where nothing saved if no default for page rage
  - Seperated pdf, tiff and scan compression defaults
  - Save TIFF and DjVu now respects enable options toggle
  - cancel on scan dialog now sends ctrl-c to scanimage
  - update to Czech translation (thanks to Petr Jelínek)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gscan2pdf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Mar 2007 19:30:30 -0000	1.1
+++ .cvsignore	21 Mar 2007 19:32:27 -0000	1.2
@@ -0,0 +1 @@
+gscan2pdf-0.9.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gscan2pdf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Mar 2007 19:30:30 -0000	1.1
+++ sources	21 Mar 2007 19:32:27 -0000	1.2
@@ -0,0 +1 @@
+a32ca34599f8d93576ee31c6f10768e8  gscan2pdf-0.9.5.tar.gz




More information about the fedora-extras-commits mailing list