rpms/emotion/F-9 emotion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Pavel Shevchuk (stalwart) fedora-extras-commits at redhat.com
Tue May 20 19:59:49 UTC 2008


Author: stalwart

Update of /cvs/pkgs/rpms/emotion/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24147/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	emotion.spec 
Log Message:
Importing emotion



--- NEW FILE emotion.spec ---
Name:           emotion
Version:        0.1.0.042
Release:        2%{?dist}
Summary:        An Evas smart-object library providing video capabilities

Group:          System Environment/Libraries
License:        MIT
URL:            http://web.enlightenment.org/p.php?p=about/efl&l=en
Source0:        http://download.enlightenment.org/snapshots/2008-01-25/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gstreamer-devel gstreamer-plugins-base-devel 
BuildRequires:  gstreamer-plugins-good-devel xine-lib-devel
BuildRequires:  evas-devel edje-devel ecore-devel chrpath pkgconfig 

%description
Emotion is an Evas smart-object library providing video capabilities. Emotion
leverages xine-lib or GStreamer and integrates seamlessly with the rest of the
EFL.


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

%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 INSTALL='install -p'
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/%{name}/*.so
find $RPM_BUILD_ROOT -name '*.la' -delete
# remove test player
rm $RPM_BUILD_ROOT%{_bindir}/%{name}_test
# and its theme too
rm $RPM_BUILD_ROOT%{_datadir}/%{name}/data/theme.edj


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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

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

%changelog
* Tue May 20 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.1.0.042-2
- Shortened description

* Fri May 16 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.1.0.042-1
- Initial specfile for Emotion


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/emotion/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 May 2008 16:11:57 -0000	1.1
+++ .cvsignore	20 May 2008 19:59:04 -0000	1.2
@@ -0,0 +1 @@
+emotion-0.1.0.042.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/emotion/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 May 2008 16:11:57 -0000	1.1
+++ sources	20 May 2008 19:59:04 -0000	1.2
@@ -0,0 +1 @@
+123c043d02f4da22fb36eede930a44e5  emotion-0.1.0.042.tar.bz2




More information about the fedora-extras-commits mailing list