Author: wrobell Date: Tue May 13 00:03:00 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - based on libbeagle.spec
---- Files affected: SPECS: beagle-xesam.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/beagle-xesam.spec diff -u /dev/null SPECS/beagle-xesam.spec:1.1 --- /dev/null Tue May 13 02:03:00 2008 +++ SPECS/beagle-xesam.spec Tue May 13 02:02:54 2008 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +# +Summary: Xesam adapter for Beagle +Name: beagle-xesam +Version: 0.2 +Release: 0.1 +License: MIT +Group: Libraries +Source0: http://ftp.gnome.org/pub/GNOME/sources/beagle-xesam/0.2/%{name}-%{version}.tar.bz2 +# Source0-md5: 76e032fb45f351b1c955dd509aaeebeb +URL: http://beagle-project.org/ +BuildRequires: dotnet-ndesk-dbus-glib-sharp-devel +BuildRequires: libbeagle-devel >= 0.3.5 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Xesam adapter for Beagle. + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/beagle-xesam-adaptor +%dir %{_libdir}/beagle-xesam +%attr(755,root,root) %{_libdir}/beagle-xesam/*.exe +%{_libdir}/beagle-xesam/*.mdb + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-05-13 00:02:54 wrobell +- based on libbeagle.spec + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
