SPECS: orage.spec (NEW) - new calendar for Xfce

charles charles at pld-linux.org
Wed May 17 09:19:53 CEST 2006


Author: charles                      Date: Wed May 17 07:19:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new calendar for Xfce

---- Files affected:
SPECS:
   orage.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/orage.spec
diff -u /dev/null SPECS/orage.spec:1.1
--- /dev/null	Wed May 17 09:19:53 2006
+++ SPECS/orage.spec	Wed May 17 09:19:48 2006
@@ -0,0 +1,79 @@
+# $Revision$, $Date$
+Summary:	Calendar for Xfce
+Name:		orage
+Version:	4.3.90.1
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.xfce.org/archive/xfce-4.3.90.1/src/%{name}-%{version}.tar.bz2
+# Source0-md5:	6f3432b282cd6883b41089f80b9a38be
+Patch0:		%{name}-locale-names.patch
+URL:		http://www.xfce.org/
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake
+BuildRequires:	gettext-devel
+BuildRequires:	glib2-devel >= 1:2.6.4
+BuildRequires:	intltool
+BuildRequires:	libtool
+BuildRequires:	libxfce4mcs-devel >= %{version}
+BuildRequires:	libxfcegui4-devel >= %{version}
+BuildRequires:	pkgconfig
+BuildRequires:	xfce-mcs-manager-devel >= %{version}
+BuildRequires:	xfce4-dev-tools >= %{version}
+Obsoletes:	xfcalendar
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Orage is a time-managing application that is part of the Xfce Desktop
+Environment and features a calendar window, lists of events and
+reminders. It also provides an easy way to archive and manage your old
+appointments.
+
+%prep
+%setup -q
+%patch0 -p1
+
+mv -f po/{pt_PT,pt}.po
+mv -f po/{nb_NO,nb}.po
+
+%build
+%{__libtoolize}
+%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure \
+	--disable-static
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/mcs-plugins/*.la
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
+%{_datadir}/orage
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/*/*
+
+%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  2006/05/17 07:19:48  charles
+- new calendar for Xfce
+
================================================================


More information about the pld-cvs-commit mailing list