]> git.pld-linux.org Git - packages/fedora-setuputil.git/commitdiff
- init
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sun, 30 Apr 2006 17:29:16 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fedora-setuputil.spec -> 1.1

fedora-setuputil.spec [new file with mode: 0644]

diff --git a/fedora-setuputil.spec b/fedora-setuputil.spec
new file mode 100644 (file)
index 0000000..dd82087
--- /dev/null
@@ -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}
This page took 0.09988 seconds and 4 git commands to generate.