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

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Tue Jan 22 18:32:17 UTC 2008


Author: icon

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

Modified Files:
	.cvsignore sources 
Added Files:
	twitux.spec 
Log Message:
Initial import.



--- NEW FILE twitux.spec ---
Name:           twitux
Version:        0.60
Release:        2%{?dist}
Summary:        Twitux is a Twitter client for the Gnome desktop

Group:          Applications/Internet
License:        GPLv2+
URL:            http://live.gnome.org/DanielMorales/Twitux
Source0:        http://suruware.com/twitux/twitux-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl-XML-Parser, libsexy-devel, aspell-devel, iso-codes-devel
BuildRequires:  openssl-devel, GConf2-devel, libsoup-devel, libnotify-devel
BuildRequires:  gettext, desktop-file-utils, libglade2-devel, libgnomeui-devel
Requires(pre):  GConf2
Requires(post): GConf2, desktop-file-utils
Requires(preun):GConf2
Requires(postun): desktop-file-utils


%description
Twitux is a Twitter client for the Gnome desktop.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install \
  --delete-original                                     \
  --vendor fedora                                       \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications         \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%find_lang Twitux


%clean
rm -rf $RPM_BUILD_ROOT


%pre
if [ "$1" -gt 1 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/twitux.schemas >/dev/null || :
fi


%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
  %{_sysconfdir}/gconf/schemas/twitux.schemas > /dev/null || :
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%preun
if [ "$1" -eq 0 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/twitux.schemas > /dev/null || :
fi


%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files -f Twitux.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%{_sysconfdir}/gconf/schemas/twitux.schemas
%{_bindir}/*
%{_datadir}/twitux
%{_datadir}/applications/*
%{_datadir}/icons/hicolor/*/apps/twitux.*


%changelog
* Sun Jan 13 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.60-2
- Clean up BRs
- Don't run update-desktop-database in scripts

* Sun Jan 13 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.60-1
- Upstream 0.60.
- New buildrequires: gnome-vfs2-devel libgnomeui-devel, libglade2-devel
- Handle gconf bits
- Update icon db, since we now install bits in hicolor

* Wed Sep 26 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.50-1
- Initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/twitux/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jan 2008 04:42:27 -0000	1.1
+++ .cvsignore	22 Jan 2008 18:31:41 -0000	1.2
@@ -0,0 +1 @@
+twitux-0.60.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/twitux/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jan 2008 04:42:27 -0000	1.1
+++ sources	22 Jan 2008 18:31:41 -0000	1.2
@@ -0,0 +1 @@
+0e0770bece93f63e30b443a6ae7d9f21  twitux-0.60.tar.bz2




More information about the fedora-extras-commits mailing list