packages: tasque/tasque.spec (NEW) - Initial add
caleb
caleb at pld-linux.org
Fri Jun 18 00:12:50 CEST 2010
Author: caleb Date: Thu Jun 17 22:12:49 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- Initial add
---- Files affected:
packages/tasque:
tasque.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/tasque/tasque.spec
diff -u /dev/null packages/tasque/tasque.spec:1.1
--- /dev/null Fri Jun 18 00:12:50 2010
+++ packages/tasque/tasque.spec Fri Jun 18 00:12:43 2010
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - Enable more backends
+# - Fix requires esp for various backend support
+# - Unpackages files? Need for mono macros?
+
+%include /usr/lib/rpm/macros.mono
+
+%bcond_with eds
+%bcond_with hiveminder
+%bcond_with icecore
+%bcond_with sqlite
+%bcond_without dummy
+%bcond_without rtm
+
+Summary: Tasque is a simple task management app
+Name: tasque
+Version: 0.1.9
+Release: 0.1
+License: - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
+Group: Applications
+Source0: http://ftp.gnome.org/pub/GNOME/sources/tasque/0.1/%{name}-%{version}.tar.gz
+# Source0-md5: c8c911e1d98843a63d6fb96b180c8af5
+URL: http://live.gnome.org/Tasque
+BuildRequires: dotnet-evolution-sharp-devel
+BuildRequires: dotnet-gnome-sharp-devel
+BuildRequires: dotnet-gtk-sharp2-devel
+Requires: dotnet-gtk-sharp2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tasque is a simple task management app (TODO list) for the Linux
+Desktop.
+
+%package devel
+Summary: Header files for tasque
+Group: Applications
+
+%description devel
+Development header files for Tasque
+
+%prep
+%setup -q
+
+%build
+%configure \
+ --%{?with_dummy:en}%{!?with_dummy:dis}able-backend-dummy \
+ --%{?with_eds:en}%{!?with_eds:dis}able-backend-eds \
+ --%{?with_hiveminder:en}%{!?with_hiveminder:dis}able-backend-hiveminder \
+ --%{?with_icecore:en}%{!?with_icecore:dis}able-backend-icecore \
+ --%{?with_rtm:en}%{!?with_rtm:dis}able-backend-rtm \
+ --%{?with_sqlite:en}%{!?with_sqlite:dis}able-backend-sqlite
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING INSTALL MAINTAINERS NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/Tasque.exe
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/*.dll
+%{_datadir}/dbus-1/services/org.gnome.Tasque.service
+%dir %{_datadir}/%{name}/sounds
+%{_datadir}/%{name}/sounds/notify.wav
+%{_pixmapsdir}/*.png
+%{_pixmapsdir}/*.svg
+%{_iconsdir}/hicolor/*/apps/%{name}.png
+%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
+%{_desktopdir}/%{name}.desktop
+
+%files devel
+%defattr(644,root,root,755)
+%{_pkgconfigdir}/%{name}.pc
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/06/17 22:12:43 caleb
+- Initial add
+
================================================================
More information about the pld-cvs-commit
mailing list