96 lines
3.3 KiB
RPMSpec
96 lines
3.3 KiB
RPMSpec
#
|
|
# spec file for package garlic
|
|
#
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: garlic
|
|
BuildRequires: update-desktop-files xorg-x11 xorg-x11-devel
|
|
License: LGPL-2.1+
|
|
Group: Productivity/Scientific/Chemistry
|
|
Url: http://www.ccp14.ac.uk/ccp/web-mirrors/garlic/garlic/
|
|
AutoReqProv: on
|
|
Version: 1.6
|
|
Release: 203
|
|
Summary: Molecular Graphics Visualization Tool
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Source1: %{name}-%{version}-doc.tar.bz2
|
|
Source2: %{name}.1.gz
|
|
Patch: %{name}-%{version}.patch
|
|
Patch1: garlic-%{version}-libpath.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%define _xorg7libs %_lib
|
|
%define _xorg7libs32 lib
|
|
%define _xorg7bin bin
|
|
%define _xorg7_mandir %_mandir
|
|
%define _xorg7pixmaps include
|
|
%define _xorg7libshare share
|
|
%define _xorg7_xkb /usr/share/X11/xkb
|
|
%define _xorg7_termcap /usr/lib/X11/etc
|
|
%define _xorg7_serverincl /usr/include/xorg
|
|
%define _xorg7_fonts /usr/share/fonts
|
|
#%define _xorg7_config /usr/share/X11/config #use libshare macro
|
|
%define _xorg7_prefix /usr
|
|
|
|
%description
|
|
Garlic is an X Window System tool intended for the molecular
|
|
visualization of protein structure, DNA structure, and biological
|
|
macromolecules. It reads Brookhaven Protein Database (PDB) files.
|
|
|
|
%prep
|
|
%setup -b 0
|
|
%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
|
|
make %{?jobs:-j%jobs} CC="%__cc" CCOPT="$RPM_OPT_FLAGS" LIBPATH="-L/usr/%{_lib}"
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/{usr/%{_xorg7bin},etc,%{_xorg7_mandir}/man1/}
|
|
cp -a garlic $RPM_BUILD_ROOT/usr/%{_xorg7bin}/
|
|
cp -a .garlicrc $RPM_BUILD_ROOT/etc/garlicrc
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/garlic
|
|
cp -a residues.pdb $RPM_BUILD_ROOT/usr/share/garlic/residues.pdb
|
|
mv %{name}-%{version} html
|
|
install -m 644 %{S:2} $RPM_BUILD_ROOT/%{_xorg7_mandir}/man1/
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps
|
|
cp -a garlic.xpm $RPM_BUILD_ROOT/usr/share/pixmaps/garlic.xpm
|
|
rm -rf html/source html/mouse/.xvpics
|
|
chmod 644 html/{README,bold_statement.html,docs.html,favicon.ico,garlic.gif,index.html,monster.gif,versions.html}
|
|
%suse_update_desktop_file -n -c %name "Garlic" Garlic garlic garlic Education Science Chemistry
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc html 1mal.script 2fcp.script 2omf.script 2por.script BUGS COPYING ENVIRONMENT HISTORY INSTALL README TODO
|
|
%doc %{_xorg7_mandir}/man1/*
|
|
%config /etc/garlicrc
|
|
/usr/%{_xorg7bin}/%{name}
|
|
/usr/share/garlic
|
|
/usr/share/garlic/residues.pdb
|
|
/usr/share/applications/%{name}.desktop
|
|
/usr/share/pixmaps/garlic.xpm
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%changelog
|