This commit is contained in:
parent
444ab1fe70
commit
aafc5f99f5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 15:13:55 CEST 2007 - lmichnovic@suse.cz
|
||||
|
||||
- fixed rpmlint errors: executable doc files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 20:21:26 CEST 2006 - lmichnovic@suse.cz
|
||||
|
||||
|
14
garlic.spec
14
garlic.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package garlic (Version 1.6)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -12,12 +12,12 @@
|
||||
|
||||
Name: garlic
|
||||
BuildRequires: update-desktop-files xorg-x11 xorg-x11-devel
|
||||
License: LGPL
|
||||
License: LGPL v2 or later
|
||||
Group: Productivity/Scientific/Chemistry
|
||||
URL: http://www.ccp14.ac.uk/ccp/web-mirrors/garlic/garlic/
|
||||
Autoreqprov: on
|
||||
Version: 1.6
|
||||
Release: 1
|
||||
Release: 83
|
||||
Summary: Molecular Graphics Visualization Tool
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-%{version}-doc.tar.bz2
|
||||
@ -69,6 +69,10 @@ Authors:
|
||||
%setup -T -D -a 1
|
||||
%patch -p 1
|
||||
%patch1
|
||||
# fix executable permission on text files
|
||||
cd garlic-1.6
|
||||
chmod -x README favicon.ico tolower.script garlic.gif cookbook/garlic.gif precompiled_packages/garlic.gif
|
||||
cd ..
|
||||
|
||||
%build
|
||||
%if "%(xft-config --prefix)" == "/usr"
|
||||
@ -105,7 +109,9 @@ chmod 644 html/{README,bold_statement.html,docs.html,favicon.ico,garlic.gif,inde
|
||||
%clean
|
||||
[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf %{buildroot}
|
||||
|
||||
%changelog -n garlic
|
||||
%changelog
|
||||
* Mon Sep 03 2007 - lmichnovic@suse.cz
|
||||
- fixed rpmlint errors: executable doc files
|
||||
* Mon Sep 25 2006 - lmichnovic@suse.cz
|
||||
- update to version 1.6
|
||||
* new rendering features
|
||||
|
Loading…
x
Reference in New Issue
Block a user