rpms/drivel/devel drivel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Sun Jun 12 21:07:59 UTC 2005


Author: katzj

Update of /cvs/extras/rpms/drivel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13533/devel

Modified Files:
	.cvsignore sources 
Added Files:
	drivel.spec 
Log Message:
auto-import drivel-2.0.0-2 on branch devel from drivel-2.0.0-2.src.rpm


--- NEW FILE drivel.spec ---
Summary: A journal or "blog" client
Name: drivel
Version: 2.0.0
Release: 2%{?dist}
License: GPL
Group: Applications/Internet
Url: http://www.dropline.net/drivel
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: scrollkeeper
BuildRequires: gtkspell-devel 
BuildRequires: libgnomeprint22-devel
BuildRequires: libxml2-devel
BuildRequires: rhythmbox
BuildRequires: GConf2-devel
BuildRequires: gnome-vfs2-devel
BuildRequires: libbonobo-devel
BuildRequires: libgnome-devel
BuildRequires: libgnomeui-devel
BuildRequires: gtksourceview-devel
BuildRequires: curl-devel
Requires: glib2 >= 2.4.0
Requires: gtk2 >= 2.4.0

%description
Drivel is an advanced journal client for the GNOME desktop.  It had been 
designed with usability in mind, and presents an elegant user interface.
Supported journal types include LiveJournal, MovableType, Blogger, Atom,
and Advogato.

%prep
%setup -q

%build
%configure --disable-schemas-install --disable-mime-update --disable-desktop-update --with-curl-libraries=%{_libdir}
make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%find_lang %{name}

rm -rf $RPM_BUILD_ROOT/var/scrollkeeper

%clean
rm -rf $RPM_BUILD_ROOT

%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/drivel.schemas > /dev/null
if (update-mime-database -v &> /dev/null); then
  update-mime-database "%{_datadir}/mime" > /dev/null
fi
if which scrollkeeper-update > /dev/null 2>&1; then 
	scrollkeeper-update -q -o %{_datadir}/omf/drivel
fi
if (update-desktop-database -v &> /dev/null); then
  update-desktop-database -q > /dev/null
fi

%postun
if (update-mime-database -v &> /dev/null); then
  update-mime-database "%{_datadir}/mime" > /dev/null
fi
if which scrollkeeper-update > /dev/null 2>&1; then
	scrollkeeper-update -q
fi
if (update-desktop-database -v &> /dev/null); then
  update-desktop-database -q > /dev/null
fi
exit 0

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS COPYING COPYING-DOCS ChangeLog NEWS README TODO
%{_bindir}/drivel
%{_datadir}/applications/gnome-drivel.desktop
%{_datadir}/application-registry/drivel.applications
%dir %{_datadir}/drivel
%{_datadir}/drivel/glade/drivel.glade
%{_datadir}/drivel/languages/livejournal.lang
%dir %{_datadir}/gnome/help/drivel
%{_datadir}/gnome/help/drivel/*
%{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-drivel.png
%{_datadir}/mime/packages/drivel.xml
%{_datadir}/mime-info/drivel.keys
%{_datadir}/mime-info/drivel.mime
%dir %{_datadir}/omf/drivel
%{_datadir}/omf/drivel/drivel-C.omf
%{_datadir}/pixmaps/drivel-48.png
%dir %{_datadir}/pixmaps/drivel
%{_datadir}/pixmaps/drivel/*.png
%{_datadir}/pixmaps/drivel/*.xpm
%config %{_sysconfdir}/gconf/schemas/*

%changelog
* Fri Jun 10 2005 Jeremy Katz <katzj at redhat.com> - 2.0.0-2
- fix up for fedora guidelines
- lots of buildrequires
- pass curl library dir as %%{_libdir} to workaround silly configure check
- own more directories (noticed by skvidal)

* Sun Jun 5 2005 Todd Kulesza <todd at dropline.net>
- Update for Drivel 2.0.

* Sun Jan 9 2005 Todd Kulesza <todd at dropline.net>
- Don't run ldconfig after install, Drivel doesn't include libraries.

* Sat Jan 8 2005 Todd Kulesza <todd at dropline.net>
- Use the new --disable-mime-update and --disable-desktop-update parameters.

* Mon Jan 3 2005 Todd Kulesza <todd at dropline.net>
- Run update-desktop-database after installation.
- Renamed the MIME icon and desktop entry.

* Thu Nov 25 2004 Todd Kulesza <todd at dropline.net>
- Fixed up the scrollkeeper install/uninstall code.

* Sat Aug 28 2004 Todd Kulesza <todd at dropline.net>
- Add a user manual.

* Sat Jul 31 2004 Todd Kulesza <todd at dropline.net>
- Add Shared MIME Database support.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/drivel/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jun 2005 21:07:42 -0000	1.1
+++ .cvsignore	12 Jun 2005 21:07:57 -0000	1.2
@@ -0,0 +1 @@
+drivel-2.0.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/drivel/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jun 2005 21:07:43 -0000	1.1
+++ sources	12 Jun 2005 21:07:57 -0000	1.2
@@ -0,0 +1 @@
+38c866e10909d123bb20c6fb4a852ba7  drivel-2.0.0.tar.bz2




More information about the scm-commits mailing list