Author: aredridel Date: Sun Aug 26 02:07:05 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added
---- Files affected: SPECS: tint.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/tint.spec diff -u /dev/null SPECS/tint.spec:1.1 --- /dev/null Sun Aug 26 04:07:05 2007 +++ SPECS/tint.spec Sun Aug 26 04:07:00 2007 @@ -0,0 +1,52 @@ +# $Revision$, $Date$ +# +Summary: Alter photos by selectively choosing tints +Name: tint +Version: 1.0.1 +Release: 1 +License: BSD +Group: Applications +Source0: http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz +# Source0-md5: 36dbab3a0540014b49b771af8db25837 +Patch0: %{name}-wxgtk.patch +URL: http://www.indii.org/software/tint/ +BuildRequires: boost-uBLAS-devel +BuildRequires: scons +BuildRequires: wxGTK2-unicode-devel >= 2.8.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Tint is a photo editor for colour-select effects. It automatically +clusters the colours of a photo into groups, and allows each colour to +be switched on or off to create the desired effect. + +%prep +%setup -q +%patch0 -p1 + +%build +scons + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_DIR%{_bindir} +install tint $RPM_BUILD_DIR%{_bindir}/tint + + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.txt VERSION.txt +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/08/26 02:07:00 aredridel +- added + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
