commit 53f401e9c64dac806237265e915778f534fea745
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Feb 11 15:34:53 2013 +0200

    new, version 0.2, bzr 408

 maya.spec | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
---
diff --git a/maya.spec b/maya.spec
new file mode 100644
index 0000000..5a7db46
--- /dev/null
+++ b/maya.spec
@@ -0,0 +1,59 @@
+%define                rel             0.1
+%define                subver  408
+Summary:       GCal-syncing GTK+ Calendar application
+Name:          maya
+Version:       0.1.0
+Release:       0.%{subver}.%{rel}
+License:       GPL v3
+Group:         X11/Applications
+Source0:       %{name}.tar.bz2
+# Source0-md5: e4df43c43a68d6764298fa7a31476db4
+URL:           https://launchpad.net/maya
+BuildRequires: cmake
+BuildRequires: evolution-data-server-devel >= 3.2.0
+BuildRequires: gettext-devel
+BuildRequires: glib2-devel
+BuildRequires: granite-devel
+BuildRequires: gtk+3-devel
+BuildRequires: libgee0.6-devel
+BuildRequires: libical-devel
+BuildRequires: pkgconfig
+BuildRequires: vala
+Requires:      glib2 >= 1:2.26.0
+Requires:      gtk-update-icon-cache
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Maya is a slim, lightweight, GCal-syncing GTK+ Calendar application
+written in Vala, specifically for the elementary project.
+
+%prep
+%setup -q -n %{name}
+
+%build
+install -d build
+cd build
+%cmake ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install -C build \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database
+%glib_compile_schemas
+
+%postun
+%update_desktop_database
+%glib_compile_schemas
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_datadir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/maya.git/commitdiff/7227e6f070ed287241e0cbfb2fdb73fb870c2f06

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to