I would like to build rpms for a friend of mine But he has a 64 bit os Can I build for his System ? IF not, Anyone interested in building Engage rpms for 64 Bit OS ?
Kernel > 2.6.10-1.770_FC3


# Authority: Didier F.B. Casse
%define _prefix /usr/local
Name: engage
Summary: Engage is a cool docker that resembles OSX in some ways.
Version: 0.0.9
Release: 1.%(date '+%Y%m%d').e17.fc3
License: BSD
Group: Applications/Multimedia
URL: http://www.enlightenment.org/
Source0: %{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libjpeg-devel
Requires: esmart, imlib2, imlib2-devel, edje, ecore, evas, ewl
%description
Engage Can be configured to use many different themes and behaviours and can include any app on the launch bar. It shows what is running as well as what is minimised. It can be configured to use application icons instead of theme icons if preferred.
Themes available include:
Gant
Winter
gentoo
%prep
%setup -q
%build
./autogen.sh
%{__make} %{?_smp_mflags} %{?mflags}
%install
rm -fr %{buildroot}
%{__make} %{?mflags_install} DESTDIR=%{buildroot} install
%clean
rm -fr %{buildroot}
%undefine __check_files
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/engage*
%{_bindir}/engage
%{_datadir}/engage*
%doc AUTHORS ChangeLog COPYING README
%changelog

$ su -
(enter root's password)
# rpmbuild --rebuild /tmp/engage*src.rpm
Wrote: /usr/src/redhat/RPMS/x86_64/engage...

Users browsing this forum: No registered users and 0 guests