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

Pavel Shevchuk (stalwart) fedora-extras-commits at redhat.com
Fri May 16 17:43:52 UTC 2008


Author: stalwart

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

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




--- NEW FILE efreet.spec ---
Name:           efreet
Version:        0.0.3.042
Release:        3%{?dist}
Summary:        An implementation of several specifications from freedesktop.org

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:  ecore-devel chrpath pkgconfig 

%description
An implementation of several specifications from freedesktop.org intended for
use in Enlightenment DR17 (e17) and other applications using the Enlightenment
Foundation Libraries (EFL). Currently, the following specifications are 
included:
  o Base Directory
  o Desktop Entry
  o Icon Theme
  o Menu


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       ecore-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}/lib%{name}_*.so*
find $RPM_BUILD_ROOT -name '*.la' -delete
# remove test suite
rm $RPM_BUILD_ROOT%{_bindir}/%{name}_*
rm -r $RPM_BUILD_ROOT%{_datadir}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


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


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

%changelog
* Fri May 16 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.0.3.042-3
- Test suite removed
- Added missing pkgconfig to efreet-devel requires

* Sun May 04 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.0.3.042-2
- Fixed missing dependencies for efreet-devel
- Fixed timestamp of source tarball
- Preserve timestamps of installed files

* Mon Apr 14 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.0.3.042-1
- Initial specfile for Efreet


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/efreet/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 May 2008 22:57:24 -0000	1.1
+++ .cvsignore	16 May 2008 17:43:03 -0000	1.2
@@ -0,0 +1 @@
+efreet-0.0.3.042.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/efreet/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 May 2008 22:57:24 -0000	1.1
+++ sources	16 May 2008 17:43:03 -0000	1.2
@@ -0,0 +1 @@
+d6ff6e116a839ce81821359a1cc2924a  efreet-0.0.3.042.tar.bz2




More information about the fedora-extras-commits mailing list