rpms/glista/F-11 glista.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Wed May 6 22:41:25 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/glista/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6670/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	glista.spec 
Log Message:
Initial release for this branch


--- NEW FILE glista.spec ---
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=499125

Name:           glista
Version:        0.4
Release:        2%{?dist}
Summary:        Simple personal to-do list manager or task tracking tool

Group:          User Interface/Desktops
License:        GPLv3+
URL:            http://prematureoptimization.org/glista/
Source0:        http://glista.googlecode.com/files/glista-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel libxml2-devel desktop-file-utils

%description
Glista aims to be a very simple personal to-do list manager or task tracking 
tool that does what it's supposed to, and does not get in your way. The main 
focus of Glista is on staying a very simple tool.

Glista is based on the Gtk+ graphical toolkit, which means it will integrate 
best with the GNOME desktop and other Gtk+ based desktop environments, but 
will also run well on other environments such as KDE.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
desktop-file-install \
  --add-category=GTK \
  --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \
  $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop

# install additional autostart file
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
desktop-file-install \
  --add-category=GTK \
  --add-category=TrayIcon \
  --add-only-show-in=GNOME \
  --dir=$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart \
  ui/%{name}.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README
%{_bindir}/glista
%{_datadir}/applications/glista.desktop
%{_datadir}/glista/
%{_sysconfdir}/xdg/autostart/glista.desktop


%changelog
* Tue May 05 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4-2
- Add autostart for GNOME
- Fix macros

* Tue May 05 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4-1
- Update to 0.4

* Thu Aug 28 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-1
- Update to 0.2.1

* Tue Aug 26 2008 Christoph Wickert <cwickert at fedoraproject.otg> - 0.1-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/glista/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2009 21:13:47 -0000	1.1
+++ .cvsignore	6 May 2009 22:40:55 -0000	1.2
@@ -0,0 +1 @@
+glista-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/glista/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2009 21:13:47 -0000	1.1
+++ sources	6 May 2009 22:40:55 -0000	1.2
@@ -0,0 +1 @@
+db4afe3ba157232a6debe58885c693e6  glista-0.4.tar.gz




More information about the fedora-extras-commits mailing list