Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 66c06c9fefd175978ff2783a1dc09429 > files > 2

enity-0.0.1-8mdv2010.1.src.rpm

%define name enity
%define version 0.0.1
%define release %mkrel 8

Summary: Command line tool for creating Etk-based dialogs
Name: %{name}
Version: %{version}
Release: %{release}
License: BSD
Group: Development/Other
URL: http://www.enlightenment.org/
Source: %{name}-%{version}.tar.bz2
BuildRequires: etk-devel >= 0.1.0.042, ecore-devel >= 0.9.9.050
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
Enity allows users to create Etk dialogs using shell scripts or other
scripting languages that can call programs. The basic idea is to ease
the development of quick interfaces for input, configuration,
installation, etc.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -fr %buildroot
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING* INSTALL README doc/*
%{_bindir}/%{name}


%changelog
* Sun Aug 09 2009 Funda Wang <fwang@mandriva.org> 0.0.1-8mdv2010.0
+ Revision: 411834
- rebuild for new ecore

* Thu Jul 09 2009 Funda Wang <fwang@mandriva.org> 0.0.1-7mdv2010.0
+ Revision: 393868
- rebuild

* Tue Mar 03 2009 Antoine Ginies <aginies@mandriva.com> 0.0.1-6mdv2009.1
+ Revision: 348101
- SVN SNAPSHOT 20090227, release 0.0.1
- Fix Group

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Thu May 31 2007 Antoine Ginies <aginies@mandriva.com> 0.0.1-3mdv2008.0
+ Revision: 33113
- CVS snapshot 20070531

* Tue May 29 2007 Antoine Ginies <aginies@mandriva.com> 0.0.1-2mdv2008.0
+ Revision: 32296
- update release
- use a macro for release
- Import enity