135 lines
4.2 KiB
RPMSpec
135 lines
4.2 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: planner
|
|
Version: 0.14.91
|
|
Release: 1mamba
|
|
Summary: A tool for planning, scheduling, and tracking projects
|
|
Group: Graphical Desktop/Applications/Office
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/directory/software-development/linux/
|
|
Source: https://download.gnome.org/sources/planner/%{majver}/planner-%{version}.tar.xz
|
|
Patch: %{name}-0.14.3-glibc-2.7.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxslt-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: python >= 2.4.2
|
|
BuildRequires: pygobject-devel >= 2.12.3
|
|
BuildRequires: intltool >= 0.34.1
|
|
#BuildRequires: evolution-devel
|
|
#BuildRequires: libevolution-data-server-devel >= 3.4
|
|
Obsoletes: planner-devel < 0.14.91
|
|
|
|
%description
|
|
Planner is a tool for planning, scheduling, and tracking projects.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Planner is a tool for planning, scheduling, and tracking projects.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#%patch0
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%meson_install
|
|
|
|
#rm -rf %{buildroot}/var/scrollkeeper
|
|
|
|
%{find_lang} %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/planner
|
|
%dir %{_libdir}/planner
|
|
%{_libdir}/planner/*
|
|
%{_datadir}/GConf/gsettings/planner.convert
|
|
%{_datadir}/applications/app.drey.Planner.desktop
|
|
%{_datadir}/mime/packages/app.drey.Planner.xml
|
|
%{_datadir}/glib-2.0/schemas/app.*.gschema.xml
|
|
%dir %{_datadir}/planner
|
|
%{_datadir}/planner/*
|
|
%{_datadir}/icons/hicolor/48x48/apps/gnome-planner.png
|
|
%{_datadir}/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-planner.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/gnome-planner.svg
|
|
%{_mandir}/man1/planner.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Tue Jan 03 2023 Automatic Build System <autodist@mambasoft.it> 0.14.91-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jun 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.6-4mamba
|
|
- python 2.7 mass rebuild
|
|
|
|
* Tue Oct 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.6-3mamba
|
|
- rebuilt without evolution (incompatible since 3.6)
|
|
|
|
* Sun Aug 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.6-2mamba
|
|
- rebuilt with libevolution-data-server 3.4
|
|
|
|
* Thu Jun 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.6-1mamba
|
|
- update to 0.14.6
|
|
|
|
* Sun Jul 24 2011 Automatic Build System <autodist@mambasoft.it> 0.14.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 10 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.4-4mamba
|
|
- rebuilt with libevolution-data-server 2.32.0
|
|
|
|
* Tue Jun 29 2010 Automatic Build System <autodist@mambasoft.it> 0.14.4-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu May 21 2009 Automatic Build System <autodist@mambasoft.it> 0.14.4-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed May 06 2009 Automatic Build System <autodist@mambasoft.it> 0.14.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jan 15 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.3-2mamba
|
|
- rebuild with libgda 3.0.4
|
|
|
|
* Tue Sep 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.3-1mamba
|
|
- update to 0.14.3
|
|
|
|
* Mon Sep 17 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.2-3mamba
|
|
- rebuild against current version of evolution-data-server
|
|
|
|
* Tue Mar 06 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.2-1qilnx
|
|
- update to version 0.14.2 by autospec
|
|
|
|
* Sun Feb 18 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-1qilnx
|
|
- update to version 0.14 by autospec
|
|
|
|
* Mon Dec 19 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.cvs20051219-1qilnx
|
|
- upgraded to cvs snapshot
|
|
|
|
* Mon Dec 12 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13-1qilnx
|
|
- package created by autospec
|