]> git.pld-linux.org Git - packages/btrfs-progs.git/commitdiff
- updated to 0.19 auto/th/btrfs-progs-0_19-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 7 Nov 2009 23:14:09 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    btrfs-progs.spec -> 1.3

btrfs-progs.spec

index 4bd4301831b3073f4c4b9933e0b629376f8d2efc..da1d398fcac3a4a52e9986dca93fb9364d5c5a22 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       Utilities belonging to the btrfs filesystem
 Name:          btrfs-progs
 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
 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
 URL:           http://btrfs.wiki.kernel.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -22,7 +22,7 @@ repair and easy administration.
 %prep
 %setup -q
 
 %prep
 %setup -q
 
-sed -i -e 's#gcc#%{__cc}#g' Makefile
+sed -i -e 's#gcc#$(CC)#g' Makefile
 
 %build
 %{__make} \
 
 %build
 %{__make} \
@@ -34,7 +34,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
 %{__make} install \
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
 %{__make} install \
+       prefix=%{_prefix} \
        bindir=%{_sbindir} \
        bindir=%{_sbindir} \
+       mandir=%{_mandir} \
        DESTDIR=$RPM_BUILD_ROOT
 
 ln -sf btrfsck $RPM_BUILD_ROOT%{_sbindir}/fsck.btrfs
        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}/*
 %defattr(644,root,root,755)
 %doc INSTALL
 %attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*.8*
This page took 0.481588 seconds and 4 git commands to generate.