]> git.pld-linux.org Git - packages/xsane.git/commitdiff
- fixed gimp_ver problem
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Mar 2001 19:04:32 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- missing dir %%{_datadir}/sane, fixed perms (were 755 on text or gfx files)

Changed files:
    xsane.spec -> 1.11

xsane.spec

index 79070f2eb23bab728b6059f14c51a0cb0aaadd6b..a0c6742e9110d9c6dffe9852f9e5a85fc2da574c 100644 (file)
@@ -19,6 +19,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define        _prefix /usr/X11R6
 %define _mandir        /usr/X11R6/man
 
+%define gimp_ver 1.2
+
 %description
 XSane is a graphical scanning frontend. It uses the SANE library to talk to
 scanner.
@@ -55,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_datadir}/sane/*
 %attr(755,root,root) %{_libdir}/gimp/%{gimp_ver}/plug-ins/*
+%{_datadir}/sane
 %{_mandir}/man1/*
This page took 0.250203 seconds and 4 git commands to generate.