rpms/osmo/F-7 osmo.desktop, NONE, 1.1 osmo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jakub 'Livio' Rusinek (liviopl) fedora-extras-commits at redhat.com
Thu Nov 22 20:10:05 UTC 2007


Author: liviopl

Update of /cvs/pkgs/rpms/osmo/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8057/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	osmo.desktop osmo.spec 
Log Message:
Initial release



--- NEW FILE osmo.desktop ---
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Osmo
Comment=Personal organizer
Comment[pl]=Osobisty organizer
Exec=osmo
Icon=osmo.svg
Categories=GNOME;Utility;
X-Desktop-File-Install-Version=0.13


--- NEW FILE osmo.spec ---
Name:			osmo
Version:		0.1.2
Release:		6%{?dist}
Summary:		Personal organizer
Summary(pl):		Osobisty organizer

Group:			Applications/Productivity
License:		GPLv2+
URL:			http://clay.ll.pl/osmo/
Source0:		http://downloads.sourceforge.net/%{name}-pim/%{name}-%{version}.tar.gz
Source1:		osmo.desktop
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
Osmo is a handy personal organizer which includes 
calendar, tasks manager and address book modules. 
It was designed to be a small, easy to use 
and good looking PIM tool to help to manage 
personal information. In current state the organizer 
is quite convenient in use - for example, user 
can perform nearly all operations using keyboard. 
Also, a lot of parameters are configurable 
to meet user preferences.

%description -l pl
Osmo to podręczny organizer, zawierający kalendarz, 
menedżer zadań i książkę adresową. W zamierzeniu był małym, 
prostym w obsłudze i dobrze wyglądającym 
menedżerem informacji osobistych.
Osmo jest bardzo wygodny - niemal wszystkie operacje 
można wykonać za pomocą klawiatury.
Program udostępnia wiele opcji, które użytkownik może 
zmienić, by program bardziej mu odpowiadał.

%prep
%setup -q -D
sed -i "s#osmo.svg#%{_datadir}/pixmaps/osmo.svg#" %{SOURCE1}

%build
%configure
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
INSTALL='install -p' make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="fedora" \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc TRANSLATORS AUTHORS COPYING ChangeLog README
%{_datadir}/pixmaps/*
%{_datadir}/applications/fedora-%{name}.desktop
%{_bindir}/osmo


%changelog
* Wed Nov 21 2007 Jakub 'Livio' Rusinek <liviopl.pl at gmail.com> - 0.1.2-6
- Desktop file name... Fixed
- RPM_OPT_FLAGS... Fixed [without bumping new release]

* Wed Nov 21 2007 Jakub 'Livio' Rusinek <liviopl.pl at gmail.com> - 0.1.2-5
- Make flags... Fixed

* Wed Nov 21 2007 Jakub 'Livio' Rusinek <liviopl.pl at gmail.com> - 0.1.2-4
- Make flags... Fixed
- Desktop file installation... Fixed
- Pixmaps directory owning... Fixed

* Tue Nov 20 2007 Jakub 'Livio' Rusinek <liviopl.pl at gmail.com> - 0.1.2-3
- Doubled translations... Fixed
- Timestamps... Fixed

* Sun Nov 18 2007 Jakub 'Livio' Rusinek <liviopl.pl at gmail.com> - 0.1.2-2
- Forgot about translations... Fixed
- Wrong icon path in osmo.desktop... Fixed

* Sun Nov 18 2007 Jakub 'Livio' Rusinek <liviopl.pl at gmail.com> - 0.1.2-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/osmo/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Nov 2007 19:48:04 -0000	1.1
+++ .cvsignore	22 Nov 2007 20:09:32 -0000	1.2
@@ -0,0 +1 @@
+osmo-0.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/osmo/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Nov 2007 19:48:04 -0000	1.1
+++ sources	22 Nov 2007 20:09:32 -0000	1.2
@@ -0,0 +1 @@
+e1fad8b1b9dc95a2659349f820b4d067  osmo-0.1.2.tar.gz




More information about the fedora-extras-commits mailing list