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

Pavel Shevchuk (stalwart) fedora-extras-commits at redhat.com
Sat May 17 21:54:29 UTC 2008


Author: stalwart

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

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




--- NEW FILE e_dbus.spec ---
Name:           e_dbus
Version:        0.1.0.042
Release:        3%{?dist}
Summary:        Wrappers around dbus for EFL based applications

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 evas-devel dbus-devel chrpath pkgconfig

%description
Basic convenience wrappers around dbus to ease integrating dbus with EFL based
applications.


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

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


%prep
%setup -q


%build
# typo fixed upstream as of 04-05-2008
sed -i -e 's/define E_HM_H/define E_NM_H/' src/lib/nm/E_Nm.h
# copypaste abuse fixed upstream as of 16-05-2008
sed -i -e 's/lenotify/lenm/' enm.pc.in
%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%{_bindir}/%{name}_*
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
find $RPM_BUILD_ROOT -name '*.la' -delete
rm $RPM_BUILD_ROOT%{_bindir}/%{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
* Sat May 17 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.1.0.042-3
- Fixed pkgconfig missing from buildrequires and requires of e_dbus-devel
- Removed unneeded test binaries
- Fixed copypaste abuse in enm.pc.in, patch upstreamed

* Sun May 04 2008 Pavel "Stalwart" Shevchuk <stlwrt at gmail.com> - 0.1.0.042-2
- Fixed typo in E_Nm.h, fix committed upstream
- Added missing dependencies to e_dbus-devel
- Fixed timestamp of source tarball
- Preserve timestamps of installed files

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/e_dbus/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 May 2008 20:32:03 -0000	1.1
+++ .cvsignore	17 May 2008 21:53:46 -0000	1.2
@@ -0,0 +1 @@
+e_dbus-0.1.0.042.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/e_dbus/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 May 2008 20:32:03 -0000	1.1
+++ sources	17 May 2008 21:53:46 -0000	1.2
@@ -0,0 +1 @@
+cf5092e177d94263be396875d3bfccaa  e_dbus-0.1.0.042.tar.bz2




More information about the fedora-extras-commits mailing list