SPECS: squeeze.spec - packages
glen
glen at pld-linux.org
Sat Oct 20 17:56:06 CEST 2007
Author: glen Date: Sat Oct 20 15:56:06 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- packages
---- Files affected:
SPECS:
squeeze.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/squeeze.spec
diff -u SPECS/squeeze.spec:1.3 SPECS/squeeze.spec:1.4
--- SPECS/squeeze.spec:1.3 Sat Oct 20 17:33:41 2007
+++ SPECS/squeeze.spec Sat Oct 20 17:56:01 2007
@@ -1,17 +1,19 @@
# $Revision$, $Date$
+# TODO
+# - CC, optflags
Summary: Squeeze is a simple application with a simple purpose - a batch image resizer
Name: squeeze
Version: 0.2
-Release: 0.1
+Release: 1
License: GPL v2
Group: X11/Applications/Graphics
Source0: http://squeeze.googlecode.com/files/%{name}-%{version}.tar.bz2
# Source0-md5: 6a996e78b8cf4b638b43a1eaed5fa967
URL: http://code.google.com/p/squeeze/
-BuildRequires: QtCore-devel
-BuildRequires: QtGui-devel
-BuildRequires: qt4-build
-BuildRequires: qt4-qmake
+BuildRequires: QtCore-devel >= 4.3.0
+BuildRequires: QtGui-devel >= 4.3.0
+BuildRequires: qt4-build >= 4.3.0
+BuildRequires: qt4-qmake >= 4.3.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -29,11 +31,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -ls
+install -d $RPM_BUILD_ROOT%{_bindir}
+install squeeze $RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -41,6 +40,7 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS
+%attr(755,root,root) %{_bindir}/squeeze
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -48,6 +48,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2007/10/20 15:56:01 glen
+- packages
+
Revision 1.3 2007/10/20 15:33:41 glen
- blind packaging
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/squeeze.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list