SPECS: hbs.spec - optflags, rcs tags, cleanup
qboosh
qboosh at pld-linux.org
Sat Nov 26 22:18:58 CET 2005
Author: qboosh Date: Sat Nov 26 21:18:58 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- optflags, rcs tags, cleanup
---- Files affected:
SPECS:
hbs.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/hbs.spec
diff -u SPECS/hbs.spec:1.2 SPECS/hbs.spec:1.3
--- SPECS/hbs.spec:1.2 Fri Nov 25 02:09:54 2005
+++ SPECS/hbs.spec Sat Nov 26 22:18:53 2005
@@ -1,3 +1,4 @@
+# $Revision$, $Date$
# TODO:
# - add zsh and bash completions
# - check python requirements for real
@@ -29,7 +30,8 @@
%setup -q -n Hierophant-%{version}
%build
-%{__make}
+%{__make} \
+ CFLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -38,7 +40,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-cp -af contrib $RPM_BUILD_ROOT%{_datadir}/%{name}/
+cp -af contrib $RPM_BUILD_ROOT%{_datadir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -47,22 +49,23 @@
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}/
-%attr(750,root,root) %dir /etc/hbs/
+%{_datadir}/%{name}
+%attr(750,root,root) %dir /etc/hbs
%attr(750,root,root) %dir /var/lib/hbs
%attr(750,root,root) %dir /var/tmp/hbs
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/hbs/*
-
%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.3 2005/11/26 21:18:53 qboosh
+- optflags, rcs tags, cleanup
+
Revision 1.2 2005/11/25 01:09:54 prism
- lowered revision, needs some work, but useable
Revision 1.1 2005/11/25 01:01:52 prism
- new, might be useful
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/hbs.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list