SPECS: fedora-setuputil.spec (NEW) - init
wolvverine
wolvverine at pld-linux.org
Sun Apr 30 19:29:21 CEST 2006
Author: wolvverine Date: Sun Apr 30 17:29:21 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
fedora-setuputil.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/fedora-setuputil.spec
diff -u /dev/null SPECS/fedora-setuputil.spec:1.1
--- /dev/null Sun Apr 30 19:29:21 2006
+++ SPECS/fedora-setuputil.spec Sun Apr 30 19:29:16 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+# The way we do packaging seems to leave unpackaged files in the builddir;
+# however, we really don't want them
+%define _unpackaged_files_terminate_build 0
+# override the default build name format - we do not want the arch subdir
+%define _build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.%{flavor}.rpm
+# don't bother stripping - we already do this for optimized, and we definitely
+# want the symbols in the debug builds
+%define __os_install_post %{nil}
+Summary: Fedora Setup SDK
+Summary(pl): Fedora Setup SDK
+Name: fedora-setuputil
+Version: 1.0
+Release: 0.1
+License: LGPL
+Group: Aplications/Libraries
+URL: http://directory.fedora.redhat.com/wiki/SetupUtil
+Source0: http://directory.fedora.redhat.com/sources/%{name}-%{version}.tar.gz
+# Source0-md5: 12
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires(post,preun): perl
+BuildRequires(post,preun): fileutils
+Requires: perl
+
+%description
+Fedora Setup SDK is a library to configure your server using the
+Configuration Directory Server.
+
+%description -l pl
+--
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_prefix}
+cp -r $RPM_BUILD_ROOT/lib $RPM_BUILD_ROOT/include $RPM_BUILD_ROOT/bin $RPM_BUILD_ROOT/%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT/opt
+
+%files
+%defattr(644,root,root,755)
+%{_prefix}
+
+%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 2006/04/30 17:29:16 wolvverine
+- init
+
+
================================================================
More information about the pld-cvs-commit
mailing list