OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Aug-2008 16:17:59
Branch: HEAD Handle: 2008080815175801
Modified files:
openpkg-src/aegis aegis.spec
Removed files:
openpkg-src/aegis aegis.patch
Log:
try to cleanup packaging
Summary:
Revision Changes Path
1.9 +0 -24 openpkg-src/aegis/aegis.patch
1.64 +2 -16 openpkg-src/aegis/aegis.spec
____________________________________________________________________________
rm -f openpkg-src/aegis/aegis.patch <<'@@ .'
Index: openpkg-src/aegis/aegis.patch
============================================================================
[NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/aegis/aegis.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 aegis.spec
--- openpkg-src/aegis/aegis.spec 10 Mar 2008 19:06:29 -0000 1.63
+++ openpkg-src/aegis/aegis.spec 8 Aug 2008 14:17:59 -0000 1.64
@@ -32,11 +32,10 @@
Group: SCM
License: GPL
Version: 4.24
-Release: 20080310
+Release: 20080808
# list of sources
Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz
-Patch0: aegis.patch
# build information
Prefix: %{l_prefix}
@@ -64,16 +63,11 @@
%prep
%setup -q
- %patch -p0
%{l_shtool} subst \
-e 's/-chown /-true /g' \
-e 's/chgrp /true /g' \
-e 's/\(\&\& *\)chmod /\1true /g' \
Makefile.in
- ( echo "ac_cv_lib_uuid_uuid_load=yes"
- echo "ac_cv_lib_uuid_uuid_generate=no"
- echo "ac_cv_lib_uuid_uuid_hash=no"
- ) >config.cache
%build
AEGIS_UID="%{l_muid}" \
@@ -87,15 +81,6 @@
./configure -C \
--prefix=%{l_prefix} \
--disable-nls
- %{l_shtool} subst \
- -e 's;^.*\(HAVE_DCE_UUID_H\).*$;/* #undef \1 */;' \
- -e 's;^.*\(HAVE_UUID_GENERATE\).*$;/* #undef \1 */;' \
- -e 's;^.*\(HAVE_UUID_HASH\).*$;/* #undef \1 */;' \
- -e 's;^.*\(HAVE_UUID_UUID_H\).*$;/* #undef \1 */;' \
- -e 's;^.*\(HAVE_LINUX_UUID\).*$;/* #undef \1 */;' \
- -e 's;^.*\(LINUX_UUID_FILENAME\).*$;/* #undef \1 */;' \
- -e 's;^.*\(LINUX_UUID_SIZE\).*$;/* #undef \1 */;' \
- common/config.h
%{l_make} %{l_mflags}
%install
@@ -110,6 +95,7 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/aegis.cgi.i
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
'%attr(4755,%{l_susr},%{l_sgrp}) %{l_prefix}/bin/aegis' \
+ '%attr(4755,%{l_susr},%{l_sgrp}) %{l_prefix}/bin/aelock' \
'%attr(4755,%{l_susr},%{l_sgrp}) %{l_prefix}/bin/aeimport'
%files -f files
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]