Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 18f0d4f6e91501bc82451392f8906477 > files > 2

enity-0.0.1-3mdv2008.0.src.rpm

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


Summary: Command line tool for creating Etk-based dialogs
Name: %{name}
Version: %{version}
Release: %{release}
License: BSD
Group: Applications/Multimedia
URL: http://www.enlightenment.org/
Source: %{name}-%{version}.tar.bz2
BuildRequires: etk-devel >= 0.1.0.003, ecore-devel >= 0.9.9.038
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
rm -rf $RPM_BUILD_ROOT
%setup -q

%build
%configure2_5x
%make

%install
%makeinstall

#%post -p /sbin/ldconfig
#%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

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


%changelog
* 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