From: gBopHuk_alt <gbophuk_alt@mail.ru>
To: "devel@ where you _can_ ask" <devel-newbies@lists.altlinux.org>
Subject: Re: [newbies] Кто-нибудь знает что значит "undefined reference to" при сборке?
Date: Tue, 18 Sep 2012 13:31:24 +0400
Message-ID: <1347960684.5846.0.camel@localhost.localdomain> (raw)
In-Reply-To: <CAKCRA6J=WR6p5+mKtP0jpM-WrBU5USQKzJtJOO06eJH5hc_eHw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
В Втр, 18/09/2012 в 09:34 +0700, Евгений Ростовцев пишет:
> >> Дайте лучше ссылку на проект. Тут используется cmake, а его я не знаю.
> >> Надо посмотреть поближе.
> >
> > https://launchpad.net/granite
>
> А спек?
>
Не Уапрос =)))
[-- Attachment #2: granite.spec --]
[-- Type: text/x-rpm-spec, Size: 1634 bytes --]
Name: granite
Version: 0.1
Release: alt0
Summary: Framework for elementary OS
Summary(ru_RU.UTF-8): Оболочка для elementary OS
License: GNU
Group: User Interface/Desktops
Url: http://bazaar.launchpad.net/~elementary-pantheon/granite/granite/files
Source: %name-%version.tar.gz
#Patch:
BuildRequires: cmake rpm-macros-cmake rpm-build-vala gcc4.5-c++
BuildRequires: gobject-introspection-devel libspice-gtk3-devel libgtk+3 libgtk+3-devel libgtk+3-gir
BuildRequires: libgio-devel glib2-devel libpng-devel libXau-devel libXdmcp-devel
BuildRequires: vala vala-tools libvala-devel libgee-devel libspice-gtk3-gir-devel
BuildRequires: libgtk+3-gir-devel libspice-glib-gir-devel rpm-utils
#Requires
#Conflicts:
#Obsoletes:
#Provides:
%description
The Granite framework is something we have cooking for developers
to really make it easy to develop applications on elementary.
Right now it's very much a work-in-progress, but in the future we
hope it will provide useful libraries for storing settings and
communicating with other applications, among other things.
%description -l ru_RU.UTF-8
Оболчка разработки приложений для elementary OS
%prep
%setup
%build
%cmake
%install
pushd BUILD
%makeinstall_std
popd
%find_lang %name
%files -f %name.lang
%doc AUTHORS INSTALL NEWS README COPYRIGHT COPYING
%changelog
* Sun Jan 29 2012 bla-bla <bla-bla@gmail.com> 0.1-alt0
- This packeg was create with --no-sisyphus-chek parameter and can contains some mistakes
- Данный пакет был собран с параметрами --no-sisyphus-check и может содежать ошибки
next prev parent reply other threads:[~2012-09-18 9:31 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-16 20:29 gBopHuk_alt
2012-09-17 2:34 ` Евгений Ростовцев
2012-09-17 6:44 ` gBopHuk_alt
2012-09-17 8:13 ` Евгений Ростовцев
2012-09-17 9:20 ` gBopHuk_alt
2012-09-17 9:26 ` Igor Zubkov
2012-09-17 13:08 ` gBopHuk_alt
2012-09-17 13:15 ` Igor Zubkov
2012-09-17 17:06 ` gBopHuk_alt
2012-09-18 2:34 ` Евгений Ростовцев
2012-09-18 9:31 ` gBopHuk_alt [this message]
2012-09-18 11:28 ` Евгений Ростовцев
2012-09-18 11:30 ` Евгений Ростовцев
2012-09-18 13:15 ` gBopHuk_alt
2012-09-19 3:06 ` Евгений Ростовцев
2012-09-19 3:10 ` Евгений Ростовцев
2012-09-20 6:58 ` gBopHuk_alt
2012-09-20 8:42 ` Евгений Ростовцев
2012-09-20 9:23 ` gBopHuk_alt
2012-09-20 9:49 ` Евгений Ростовцев
2012-09-20 10:46 ` Ivan A. Melnikov
2012-09-20 16:29 ` gBopHuk_alt
2012-09-20 16:34 ` Евгений Ростовцев
2012-09-20 16:37 ` Евгений Ростовцев
2012-09-20 19:07 ` gBopHuk_alt
2012-09-21 6:44 ` Евгений Ростовцев
2012-09-21 7:28 ` gBopHuk_alt
2012-09-21 7:45 ` Евгений Ростовцев
2012-09-20 19:01 ` gBopHuk_alt
2012-09-21 6:43 ` Евгений Ростовцев
2012-09-21 7:31 ` gBopHuk_alt
2012-09-21 7:46 ` Евгений Ростовцев
2012-09-21 8:50 ` Ivan A. Melnikov
2012-09-22 10:46 ` Michael Shigorin
2012-09-24 10:55 ` gBopHuk_alt
2012-09-17 9:52 ` Евгений Ростовцев
2012-09-17 10:12 ` Michael Shigorin
2012-09-17 11:21 ` Ivan A. Melnikov
2012-09-17 12:35 ` Евгений Ростовцев
2012-09-21 13:06 ` gBopHuk_alt
2012-09-22 10:46 ` Michael Shigorin
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=1347960684.5846.0.camel@localhost.localdomain \
--to=gbophuk_alt@mail.ru \
--cc=devel-newbies@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
devel@ where you _can_ ask
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/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 devel-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
public-inbox-index devel-newbies
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-newbies
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git