paco-vl.spec

# Basic Information
Name: paco
Version: 2.0.9
Release: 1%{?_dist_release}
License: GNU GENERAL PUBLIC LICENSE
Group: Applications/System
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root

Vendor: Project Vine
Distribution: Vine Linux
Packager: hiroyuki

Summary: FIXME
Summary(ja): ソースからインストールしたアプリを管理するツール

Requires: gtkmm2
BuildRequires: gtkmm2-devel

%description
When installing a package from sources, paco wraps the "make install" command (or whatever command or group of commands are needed to install the files into the system), and saves installation information into a text database.

%description -l ja
ソースからインストールしたアプリを管理するツールです。
インストールしたアプリをアンインストールすることもできます。

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf ${RPM_BUILD_ROOT}
%{__make} install DESTDIR=${RPM_BUILD_ROOT}


%clean
%{__rm} -rf ${RPM_BUILD_ROOT}


%files
%defattr(-,root,root)
%doc COPYING ChangeLog README
%{_bindir}/*
%{_libdir}/*
%{_datadir}/*
%{_mandir}/*
%{_sysconfdir}/*


%changelog

Wed May 16 2012 hiroyuki <hiroyuki12@gmail.com> 2.0.9-1

  • initial build for Vine Linux

タグ:

+ タグ編集
  • タグ:

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2012年05月18日 21:42
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。