summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/parted.manifest5
-rw-r--r--packaging/parted.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/parted.manifest b/packaging/parted.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/parted.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/parted.spec b/packaging/parted.spec
index 867f97f..2102194 100644
--- a/packaging/parted.spec
+++ b/packaging/parted.spec
@@ -9,6 +9,7 @@ Url: http://www.gnu.org/software/parted
Group: Applications/System
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
+Source1001: parted.manifest
BuildRequires: gettext-devel
BuildRequires: libtool
@@ -38,6 +39,7 @@ Parted library, you need to install this package.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure --disable-static --disable-device-mapper --with-readline --with-libdir=%{_libdir} --exec-prefix=/usr
@@ -58,6 +60,7 @@ make %{?_smp_mflags}
%docs_package
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%license COPYING
%{_sbindir}/parted
@@ -65,6 +68,7 @@ make %{?_smp_mflags}
%{_libdir}/libparted*.so.*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/parted
%{_libdir}/libparted.so