ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Andrii Dobrovol`s`kii <dobr@iop.kiev.ua>
To: ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] [JT] Re: Борьба с --no-as-needed
Date: Wed, 08 Oct 2008 16:11:55 +0300
Message-ID: <48ECB19B.4060609@iop.kiev.ua> (raw)
In-Reply-To: <48ECB0A5.8000902@rambler.ru>


[-- Attachment #1.1: Type: text/plain, Size: 549 bytes --]

Alexei V. Mezin пишет:
> 
> Давай спек, посмотрю. Хотя там напильник был только вокруг определения,
> как же у нас называется libfftw3 (а она у нас как в Мандриве :)).
> 
Приклеил.
-- 
Rgrds,
Andriy
*********************************************************************
email: dobr at iop dot kiev dot ua            Kyiv, Ukraine
Phone: (380-44)   525-7824            Department of Gas Electronics
Fax:   (380-44)   525-2329             Institute of Physics of NASU
*********************dobrATjabber.iop.kiev.ua************************

[-- Attachment #1.2: gwyddion.spec.ostapets --]
[-- Type: text/plain, Size: 5580 bytes --]

Name: gwyddion
Version: 2.10
Release: alt1
Summary: An SPM data visualization and analysis tool

Group: Applications/Engineering
License: GNU GPL
Url: http://gwyddion.net/
Packager: Eugene Ostapets <eostapets@altlinux.ru>

Source: http://gwyddion.net/download/%version/%name-%version.tar.bz2

%define pkglibdir %_libdir/%name
%define pkglibexecdir %_libexecdir/%name
%define pkgdatadir %_datadir/%name
%define pkgincludedir %_includedir/%name
%define gtkdocdir %_datadir/gtk-doc/html

# Automatically added by buildreq on Thu Mar 13 2008
BuildRequires: desktop-file-utils glibc-devel-static gtk-doc imake libfftw3-devel libgtkglext-devel libmesa-devel libtiff-devel libxml2-devel python-dev xorg-cf-files

%package devel
Summary: Headers, libraries and tools for Gwyddion module development
Group: Development/Libraries
Requires: %name = %version

%description
Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and
analysis tool written with Gtk+.

It can be used for all most frequently used data processing operations
including: leveling, false color plotting, shading, filtering, denoising, data
editing, integral transforms, grain analysis, profile extraction, fractal
analysis, and many more.  The program is primarily focused on SPM data analysis
(e.g. data obtained from AFM, STM, NSOM, and similar microscopes).  However, it
can also be used for analysis of SEM (Scanning Electron Microscopy) data or any
other 2D data.

%description devel
Header files, libraries and tools for Gwyddion module and plug-in development.
This package also contains the API docmentation and sample plug-ins in various
programming languages.

%prep
%setup -q
# Don't install .la files.
%__subst '/# Install the pseudo-library/,/^$/d' ltmain.sh
# Replace universal %_bindir/env shbang with the real thing.
%__subst '1s/env *//' plugins/process/*.{py,rb,pl}

%build
%configure \
	--enable-gtk-doc \
	--enable-python \
	--disable-pygwy \
	--enable-library-bloat
%make_build

%install
%make_install install DESTDIR=%buildroot
%find_lang %name

find %buildroot%pkglibexecdir -type f -name \*.rgi -print0 | xargs -0 chmod 644

%post
/sbin/ldconfig
update-mime-database %_datadir/mime &>/dev/null || :
update-desktop-database &>/dev/null || :

%postun
/sbin/ldconfig
update-mime-database %_datadir/mime &>/dev/null || :
update-desktop-database &>/dev/null || :

%files -f %name.lang

%_bindir/%name

%doc AUTHORS COPYING INSTALL.%name NEWS README THANKS
%pkgdatadir/pixmaps/*.png
%pkgdatadir/pixmaps/*.ico
%pkgdatadir/gradients/*
%pkgdatadir/glmaterials/*
%pkgdatadir/ui/*
%dir %pkgdatadir/pixmaps
%dir %pkgdatadir/gradients
%dir %pkgdatadir/glmaterials
%dir %pkgdatadir/ui
%dir %pkgdatadir
%_man1dir/%name.1*
%_datadir/icons/hicolor/48x48/apps/%name.png
%pkglibdir/modules/file/*.so
%pkglibdir/modules/graph/*.so
%pkglibdir/modules/layer/*.so
%pkglibdir/modules/process/*.so
%pkglibdir/modules/tool/*.so
%pkglibdir/modules/*.so
%dir %pkglibdir/modules/file
%dir %pkglibdir/modules/graph
%dir %pkglibdir/modules/layer
%dir %pkglibdir/modules/process
%dir %pkglibdir/modules/tool
%dir %pkglibdir/modules
%dir %pkglibdir
%_libdir/*.so.*
%_desktopdir/%name.desktop
%_datadir/mime/packages/%name.xml

%_datadir/mime/application/*.xml
%exclude %_datadir/applications/*.cache
%exclude %_datadir/mime/globs
%exclude %_datadir/mime/magic
%exclude %_datadir/mime/subclasses
%exclude %_datadir/mime/aliases
%exclude %_datadir/mime/XMLnamespaces
%exclude %_datadir/mime/mime.cache

%files devel
%doc devel-docs/CODING-STANDARDS
%exclude %pkglibdir/modules/file/*.la
%exclude %pkglibdir/modules/tool/*.la
%exclude %pkglibdir/modules/process/*.la
%exclude %pkglibdir/modules/layer/*.la
%exclude %pkglibdir/modules/graph/*.la
%exclude %pkglibdir/modules/*.la
%exclude %_man3dir/Gwyddion::dump.3pm*
%pkgincludedir/app/*.h
%pkgincludedir/libdraw/*.h
%pkgincludedir/libprocess/*.h
%pkgincludedir/libgwyddion/*.h
%pkgincludedir/libgwydgets/*.h
%pkgincludedir/libgwymodule/*.h
%dir %pkgincludedir/app
%dir %pkgincludedir/libdraw
%dir %pkgincludedir/libprocess
%dir %pkgincludedir/libgwyddion
%dir %pkgincludedir/libgwydgets
%dir %pkgincludedir/libgwymodule
%dir %pkgincludedir
%_libdir/*.so
%_pkgconfigdir/gwyddion.pc
%dir %_pkgconfigdir
# Documentation
%doc %gtkdocdir/libgwyapp/*
%doc %gtkdocdir/libgwydraw/*
%doc %gtkdocdir/libgwyprocess/*
%doc %gtkdocdir/libgwyddion/*
%doc %gtkdocdir/libgwydgets/*
%doc %gtkdocdir/libgwymodule/*
%doc %dir %gtkdocdir/libgwyapp
%doc %dir %gtkdocdir/libgwydraw
%doc %dir %gtkdocdir/libgwyprocess
%doc %dir %gtkdocdir/libgwyddion
%doc %dir %gtkdocdir/libgwydgets
%doc %dir %gtkdocdir/libgwymodule
%doc %dir %gtkdocdir
%doc %dir %_datadir/gtk-doc
%pkglibdir/include/gwyconfig.h
%dir %pkglibdir/include
# Plug-ins and plug-in devel stuff
%pkglibdir/perl/Gwyddion/*
%dir %pkglibdir/perl/Gwyddion
%dir %pkglibdir/perl
%pkglibdir/python/Gwyddion/*
%dir %pkglibdir/python/Gwyddion
%dir %pkglibdir/python
#%pkglibdir/ruby/gwyddion/*
#%dir %pkglibdir/ruby/gwyddion
#%dir %pkglibdir/ruby
# Use filesystem permissions here.

%pkglibexecdir/plugins/file/*
%pkglibexecdir/plugins/process/*
%dir %pkglibexecdir/plugins/file
%dir %pkglibexecdir/plugins/process
%dir %pkglibexecdir/plugins
%dir %pkglibexecdir

%changelog

* Mon Jul 14 2008 Andrii Dobrovol`s`kii <dobr@iop.kiev.ua> 2.10-alt1
- New version

* Thu Mar 13 2008 Eugene Ostapets <eostapets@altlinux.ru> 2.9-alt1
- Initial build


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2008-10-08 13:11 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-07 18:24 [sisyphus] " Alexei V. Mezin
2008-10-07 18:40 ` Andrey Rahmatullin
2008-10-07 18:58   ` Alexei V. Mezin
2008-10-07 19:14     ` Andrey Rahmatullin
2008-10-07 18:54 ` Andrey Rahmatullin
2008-10-07 19:11   ` Alexei V. Mezin
2008-10-07 19:14     ` Andrey Rahmatullin
2008-10-08  8:39 ` Michael Shigorin
2008-10-08  9:46 ` Andrii Dobrovol`s`kii
2008-10-08 10:03   ` Andrey Rahmatullin
2008-10-08 10:15     ` Andrii Dobrovol`s`kii
2008-10-08 10:22   ` Alexei V. Mezin
2008-10-08 12:40     ` Andrii Dobrovol`s`kii
2008-10-08 13:07       ` [sisyphus] [JT] " Alexei V. Mezin
2008-10-08 13:11         ` Andrii Dobrovol`s`kii [this message]
2008-10-08 15:10           ` Andrey Rahmatullin
2008-10-08 15:21             ` Andrii Dobrovol`s`kii
2008-10-08 15:29               ` Andrey Rahmatullin
2008-10-08 15:31                 ` Andrii Dobrovol`s`kii
2008-10-08 15:40                   ` Andrey Rahmatullin
2008-10-09  9:50                     ` Andrii Dobrovol`s`kii
2008-10-09 10:21                       ` Andrey Rahmatullin
2008-10-08 20:18                 ` Michael Shigorin
2008-10-08 20:20         ` Michael Shigorin
2008-10-09  4:50         ` Ildar Mulyukov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48ECB19B.4060609@iop.kiev.ua \
    --to=dobr@iop.kiev.ua \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git