summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƂ 'Wolvverine' Panasiewicz2006-04-30 17:29:16 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitdb603e36b47f7ed3b00c78c7cd98856cf582dbd3 (patch)
treeacca00bc3952c4709052739b22fd66994fa1be04
downloadfedora-setuputil-db603e36b47f7ed3b00c78c7cd98856cf582dbd3.zip
fedora-setuputil-db603e36b47f7ed3b00c78c7cd98856cf582dbd3.tar.gz
- init
Changed files: fedora-setuputil.spec -> 1.1
-rw-r--r--fedora-setuputil.spec41
1 files changed, 41 insertions, 0 deletions
diff --git a/fedora-setuputil.spec b/fedora-setuputil.spec
new file mode 100644
index 0000000..dd82087
--- /dev/null
+++ b/fedora-setuputil.spec
@@ -0,0 +1,41 @@
+# 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}