]> git.pld-linux.org Git - packages/beagle-xesam.git/commitdiff
- based on libbeagle.spec master
authorwrobell <wrobell@pld-linux.org>
Tue, 13 May 2008 00:02:54 +0000 (00:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beagle-xesam.spec -> 1.1

beagle-xesam.spec [new file with mode: 0644]

diff --git a/beagle-xesam.spec b/beagle-xesam.spec
new file mode 100644 (file)
index 0000000..d6891e4
--- /dev/null
@@ -0,0 +1,41 @@
+#
+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
This page took 0.095575 seconds and 4 git commands to generate.