Author: paladine Date: Sat Feb 19 12:28:05 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.0.8 - added some missing BRs/Rs - removed useless .la files
---- Files affected: SPECS: f-spot.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/f-spot.spec diff -u SPECS/f-spot.spec:1.7 SPECS/f-spot.spec:1.8 --- SPECS/f-spot.spec:1.7 Thu Jan 20 19:33:46 2005 +++ SPECS/f-spot.spec Sat Feb 19 13:27:59 2005 @@ -2,23 +2,28 @@ Summary: Personal photo manager Summary(pl): Menedżer prywatnych galerii fotograficznych Name: f-spot -Version: 0.0.6 +Version: 0.0.8 Release: 1 License: GPL Group: X11/Applications/Graphics -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.0/%{name}-%{version}.tar.bz2 -# Source0-md5: c392789568f2140bd3e018465ee2acb7 +Source0: http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.0/%{name}-%{version}.tar.bz2 +# Source0-md5: e50bbd5eda8221f606b802b4d1ce77dd URL: http://www.gnome.org/projects/f-spot/ BuildRequires: GConf2-devel BuildRequires: dotnet-gtk-sharp-devel >= 1.0 BuildRequires: intltool >= 0.21 -BuildRequires: lcms-devel +BuildRequires: lcms-devel >= 1.12 BuildRequires: libexif-devel >= 1:0.5.7 BuildRequires: libgnomeui-devel >= 2.4.0 +BuildRequires: libgphoto2-devel >= 2.1.4 BuildRequires: libjpeg-devel +BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRequires: mono-csharp >= 1.0 BuildRequires: sqlite-devel >= 2.8.6 BuildRequires: pkgconfig +Requires: dotnet-gtk-sharp >= 1.0 +Requires: mono >= 1.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -43,6 +48,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la + %find_lang %{name} %clean @@ -55,7 +62,7 @@ %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/*.exe %attr(755,root,root) %{_libdir}/%{name}/lib*.so* -%{_libdir}/%{name}/lib*.la +%{_libdir}/%{name}/*.dll %{_libdir}/%{name}/*.exe.config %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -64,6 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2005/02/19 12:27:59 paladine +- updated to 0.0.8 +- added some missing BRs/Rs +- removed useless .la files + Revision 1.7 2005/01/20 18:33:46 paladine - updated to 0.0.6, STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/f-spot.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
