File tweet.spec of Package tweet
#norootforbuild
BuildRequires: gnome-common intltool gnome-doc-utils-devel
BuildRequires: glib2-devel >= 2.16
BuildRequires: json-glib-devel >= 0.6
BuildRequires: libsoup-devel >= 2.4.1
BuildRequires: clutter-devel >= 0.6.2
BuildRequires: gtk2-devel >= 2.12
BuildRequires: clutter-gtk-devel >= 0.6.0
BuildRequires: clutter-cairo-devel >= 0.6.2
Name: tweet
Summary: Twitter client for GNOME
Version: 0.2.0
Release: 0
License: GPL
Group: Productivity/Networking/Other
URL: http://live.gnome.org/Tweet
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
%description
Tweet is a simple desktop client for the Twitter messaging service for GNOME
%prep
%setup -n %{name}-%{version}
%build
%configure
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/*
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/*.so.*
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_datadir}/applications/*
%{_datadir}/tweet/icons/hicolor/*
%{_datadir}/tweet/tweet.ui
%{_datadir}/tweet/tweet-preferences.xml
%changelog