SPECS: watsup.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Sat May 17 23:00:31 CEST 2008
Author: aredridel Date: Sat May 17 21:00:31 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
watsup.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/watsup.spec
diff -u /dev/null SPECS/watsup.spec:1.1
--- /dev/null Sat May 17 23:00:31 2008
+++ SPECS/watsup.spec Sat May 17 23:00:26 2008
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+#
+Summary: Image editor and processor
+Name: watsup
+Version: 09
+Release: 1
+License: GPLv2
+Group: Applications
+Source0: http://kornelix.squarespace.com/storage/watsup/%{name}.%{version}.tar.gz
+# Source0-md5: 52a7fb23dda3bf3890ece9a981dca729
+URL: http://kornelix.squarespace.com/watsup/
+BuildRequires: bash
+BuildRequires: gtk+2-devel
+BuildRequires: libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n %{name}
+
+%build
+PREFIX=%{_prefix} bash ./build build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+PREFIX=$RPM_BUILD_ROOT%{_prefix} bash ./build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README changelog watsup-guide.pdf
+%attr(755,root,root) %{_bindir}/watsup
+%{_datadir}/watsup
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2008-05-17 21:00:26 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list