From 1295fb7d5c663029b38444380edd7fc1d5102e8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sat, 7 Nov 2009 23:14:09 +0000 Subject: [PATCH] - updated to 0.19 Changed files: btrfs-progs.spec -> 1.3 --- btrfs-progs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/btrfs-progs.spec b/btrfs-progs.spec index 4bd4301..da1d398 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,11 +1,11 @@ Summary: Utilities belonging to the btrfs filesystem Name: btrfs-progs -Version: 0.18 +Version: 0.19 Release: 1 License: GPL v2 Group: Applications/System Source0: http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/%{name}-%{version}.tar.bz2 -# Source0-md5: f1d49b54e3059f127fc82eab4fafcb8e +# Source0-md5: 5854728d080cc76f21a83bdc99b6ddaa URL: http://btrfs.wiki.kernel.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -22,7 +22,7 @@ repair and easy administration. %prep %setup -q -sed -i -e 's#gcc#%{__cc}#g' Makefile +sed -i -e 's#gcc#$(CC)#g' Makefile %build %{__make} \ @@ -34,7 +34,9 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8} %{__make} install \ + prefix=%{_prefix} \ bindir=%{_sbindir} \ + mandir=%{_mandir} \ DESTDIR=$RPM_BUILD_ROOT ln -sf btrfsck $RPM_BUILD_ROOT%{_sbindir}/fsck.btrfs @@ -46,3 +48,4 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc INSTALL %attr(755,root,root) %{_sbindir}/* +%{_mandir}/man8/*.8* -- 2.43.0