• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

test


File Info

Rev. 2ea4ee4270921c9bdf254b43951199af32f352b2
Size 770 bytes
Time 2010-09-07 11:37:17
Author TATEISHI Katsuyuki
Log Message

Merge branch 'master' of http://github.com/ktateish/sandbox

Content

Name:           @PACKAGE_NAME@
Version:        @PACKAGE_VERSION@
Release:        1%{?dist}
Summary:        Just a test project for learning

Group:          Applications/System
License:        BSD
URL:            http://example.com/
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gcc

%description
ktsandbox is a test project for my learning. Won't be useful for others.


%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
%{_bindir}/*

%changelog
* Wed Sep  2 2009 TATEISHI Katsuyuki <kt@wheel.jp> 0.0.3-1
- Add new command from.