Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release-src > by-pkgid > d838dc8d0e62af6fb9e8f6afc9b130fb > files > 3

bisho-0.16-0.0.2mdv2010.1.src.rpm

%define version 0.16
%define rel 2
%define snapshot 0
#git20091027
%define release %mkrel 0.%{snapshot}.%{rel}

%define sversion %{version}%{snapshot}

Name: bisho
Summary: Moblin's web services settings
Group: System/Configuration/Other
Version: %{version}
License: LGPL 2.1
URL: http://www.moblin.org
Release: %{release}
Source0: http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.gz
Patch0: bisho-0.16-translations-update-20091104.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

BuildRequires: mojito-devel
BuildRequires: libgtk+2-devel
BuildRequires: libGConf2-devel
BuildRequires: libgnome-keyring-devel
BuildRequires: libsoup-2.4-devel
BuildRequires: librest-devel
BuildRequires: unique-devel
BuildRequires: nbtk-devel
BuildRequires: gnome-common
BuildRequires: intltool
BuildRequires: gettext

%description
Moblin's web services settings

%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
perl -pi -e 's,&& ./configure.*,,' ./autogen.sh

%build
./autogen.sh
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/48x48/apps/bisho.png
%{_sysconfdir}/gconf/schemas/*.schemas
%{_datadir}/locale/*


%changelog
* Fri Nov 06 2009 Caio Begotti <caio1982@mandriva.org> 0.16-0.0.2mdv2010.1
+ Revision: 461763
- we better use the regular version plus a patch to update .po files instead of using a checkout

* Thu Oct 29 2009 Olivier Blin <oblin@mandriva.com> 0.16-0.git20091027.1mdv2010.0
+ Revision: 459887
- buildrequire nbtk-devel
- remove format error patch, since bisho_utils_message() has been dropped upstream
- 0.16 git snapshot 20091027 (from Caio Begotti)

* Mon Oct 05 2009 Olivier Blin <oblin@mandriva.com> 0.12-1mdv2010.0
+ Revision: 454291
- fix group
- really fix running configure twice
- buildrequire unique-devel
- fix mojito buildrequire for x86_64
- initial import (from Caio Begotti)
- Created package structure for bisho.