SPECS: gpe-mixer.spec - BR: pkgconfig - use optflags
qboosh
qboosh at pld-linux.org
Thu Jun 21 07:39:16 CEST 2007
Author: qboosh Date: Thu Jun 21 05:39:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR: pkgconfig
- use optflags
---- Files affected:
SPECS:
gpe-mixer.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/gpe-mixer.spec
diff -u SPECS/gpe-mixer.spec:1.3 SPECS/gpe-mixer.spec:1.4
--- SPECS/gpe-mixer.spec:1.3 Thu Jun 21 00:34:54 2007
+++ SPECS/gpe-mixer.spec Thu Jun 21 07:39:11 2007
@@ -4,13 +4,14 @@
Name: gpe-mixer
Version: 0.42
Release: 1
-License: GPL
+License: GPL v2+
Group: Applications/Communications
Source0: http://gpe.linuxtogo.org/download/source/%{name}-%{version}.tar.gz
# Source0-md5: 41b1ef201e4583e55a7462f1404de70d
URL: http://gpe.linuxtogo.org/
BuildRequires: gtk+2-devel >= 2:2.10.7
BuildRequires: libgpewidget-devel
+BuildRequires: pkgconfig
Requires: gpe-icons
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,6 +26,9 @@
%build
%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}" \
PREFIX=%{_prefix}
%install
@@ -38,6 +42,7 @@
%files
%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog
%attr(755,root,root) %{_bindir}/%{name}
%{_desktopdir}/%{name}.desktop
%dir %{_datadir}/%{name}
@@ -50,6 +55,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2007/06/21 05:39:11 qboosh
+- BR: pkgconfig
+- use optflags
+
Revision 1.3 2007/06/20 22:34:54 qboosh
- pl, cleanup
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gpe-mixer.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list