Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > 03dabb210123d7ec89eef205eb2293eb > files > 2

plasma-applet-flickr-0.7.1-1mdv2010.1.src.rpm

%define		oname  flickrop
Summary:	Flickr On Plasma
Name:		plasma-applet-flickr
Version: 	0.7.1
Release: 	%mkrel 1
#Source0:	%oname-%version.tar.bz2
Source0:	http://www.bramschoenmakers.nl/files/%oname-%version.tar.bz2
License: 	GPLv3
Group: 		Graphical desktop/KDE
Url: 		http://kde-look.org/content/show.php/Flickr+On+Plasma?content=94800
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
#BuildRequires:  kde4-macros
BuildRequires:  kdelibs4-devel
BuildRequires:	kdeedu4-devel

%description 
The Plasma applet showing:
- the most interesting pictures on Flickr
- your favorite photos
- a particular photoset
- a set of photos based on a tag


%prep
%setup -q -n %oname-%version

%build
%cmake_kde4
%make

%install
%find_lang %{oname}

rm -rf %{buildroot}
cd build
%{makeinstall_std}
cd -

%clean
rm -rf %{buildroot}

%files -f %{oname}.lang
%defattr(-,root,root)
%{_kde_libdir}/kde4/*
%{_kde_datadir}/kde4/services/*
%{_datadir}/locale/nl/LC_MESSAGES/*
%{_datadir}/locale/es/LC_MESSAGES/*


%changelog
* Sun Dec 27 2009 Juan Luis Baptiste <juancho@mandriva.org> 0.7.1-1mdv2010.1
+ Revision: 482590
- Fixed weird build problem with locales files.
- Updated to 0.7.1
- Updated download URL.

* Wed Sep 30 2009 Stéphane Téletchéa <steletch@mandriva.org> 0.7-1mdv2010.0
+ Revision: 451647
- Missing BR
- Do not use parallel make since it is too fast for the locale detection

  + Juan Luis Baptiste <juancho@mandriva.org>
    - Initial Mandriva version based on mandrivauser.de package.