rpms/embryo/devel embryo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Sat Apr 15 18:42:20 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/embryo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1031/devel

Modified Files:
	.cvsignore sources 
Added Files:
	embryo.spec 
Log Message:
auto-import embryo-0.9.1.023-1 on branch devel from embryo-0.9.1.023-1.src.rpm


--- NEW FILE embryo.spec ---
Name:           embryo
Version:        0.9.1.023
Release:        1%{?dist}
Summary:        A C like scripting language

Group:          System Environment/Libraries
License:        MIT
URL:            http://www.enlightenment.org/Libraries/Embryo/
Source0:        http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
#Requires:       

%description
Embryo implements a C like scripting language used in various parts of the
Enlightenment project, namely Edje. Embryo's scripting language is based on
CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999.
Embryo allows scripting capabilities in places that otherwise wouldn't
support basic programming structures such as in Edje EDCs.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING-PLAIN README
%{_bindir}/%{name}
%{_bindir}/%{name}_cc
%{_datadir}/%{name}
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc
%{_bindir}/*config
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*

%changelog
* Sun Feb  5 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.9.1.023-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/embryo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Apr 2006 18:41:29 -0000	1.1
+++ .cvsignore	15 Apr 2006 18:42:20 -0000	1.2
@@ -0,0 +1 @@
+embryo-0.9.1.023.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/embryo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Apr 2006 18:41:29 -0000	1.1
+++ sources	15 Apr 2006 18:42:20 -0000	1.2
@@ -0,0 +1 @@
+eb84d1c02e9063f2108bc5f72a7627ef  embryo-0.9.1.023.tar.gz




More information about the fedora-extras-commits mailing list