rebuilt [release 0.999-2mamba;Wed Aug 01 2018]
This commit is contained in:
parent
b3931f7df5
commit
f29044daa0
12
xsane-0.999-xdg-open.patch
Normal file
12
xsane-0.999-xdg-open.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up xsane-0.995/src/xsane.h.xdg-open xsane-0.995/src/xsane.h
|
||||
--- xsane-0.995/src/xsane.h.xdg-open 2007-08-13 09:20:32.000000000 +0200
|
||||
+++ xsane-0.995/src/xsane.h 2007-11-23 11:50:49.000000000 +0100
|
||||
@@ -251,7 +251,7 @@
|
||||
# elif defined(HAVE_OS2_H)
|
||||
# define DEFAULT_BROWSER "netscape"
|
||||
# else
|
||||
-# define DEFAULT_BROWSER "netscape"
|
||||
+# define DEFAULT_BROWSER "xdg-open"
|
||||
# endif
|
||||
#endif
|
||||
|
14
xsane.spec
14
xsane.spec
@ -1,7 +1,7 @@
|
||||
Summary: An X Window System front-end for the SANE scanner interface.
|
||||
Name: xsane
|
||||
Version: 0.999
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
Distribution: openmamba
|
||||
Vendor: openmamba
|
||||
@ -9,30 +9,24 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.xsane.org/
|
||||
Source0: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||
Patch0: xsane-0.999-libpng-1.5.patch
|
||||
Patch1: xsane-0.999-xdg-open.patch
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libavahi-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgphoto-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: liblcms-devel
|
||||
BuildRequires: libnetsnmp-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libsane-backends-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libusb0-devel
|
||||
BuildRequires: libv4l-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
@ -43,6 +37,7 @@ This package also includes THE GIMP plug-in
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix}
|
||||
@ -100,6 +95,9 @@ rm -rf %{buildroot}
|
||||
#%doc xsane*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 01 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.999-2mamba
|
||||
- rebuilt
|
||||
|
||||
* Tue Aug 06 2013 Automatic Build System <autodist@mambasoft.it> 0.999-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user