rpms/btrfs-progs/devel btrfs-progs.spec,1.14,1.15

Josef Bacik josef at fedoraproject.org
Fri Jun 19 12:32:46 UTC 2009


Author: josef

Update of /cvs/pkgs/rpms/btrfs-progs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5510

Modified Files:
	btrfs-progs.spec 
Log Message:
third time is the charm, added the man pages to the files list and made sure
they were installed in the proper place.



Index: btrfs-progs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/btrfs-progs/devel/btrfs-progs.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- btrfs-progs.spec	19 Jun 2009 12:10:44 -0000	1.14
+++ btrfs-progs.spec	19 Jun 2009 12:32:15 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           btrfs-progs
 Version:        0.19
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Userspace programs for btrfs
 
 Group:          System Environment/Base
@@ -30,7 +30,7 @@ make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mfl
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make bindir=%{_root_sbindir} install DESTDIR=$RPM_BUILD_ROOT
+make mandir=%{_mandir} bindir=%{_root_sbindir} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,8 +47,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_root_sbindir}/btrfs-vol
 %{_root_sbindir}/btrfs-convert
 %{_root_sbindir}/btrfstune
+%{_mandir}/man8/btrfs-image.8.gz
+%{_mandir}/man8/btrfs-show.8.gz
+%{_mandir}/man8/btrfsck.8.gz
+%{_mandir}/man8/btrfsctl.8.gz
+%{_mandir}/man8/mkfs.btrfs.8.gz
 
 %changelog
+* Fri Jun 19 2009 Josef Bacik <josef at toxicpanda.com> 0.19-3
+- added man pages to the files list and made sure they were installed properly
+
 * Fri Jun 19 2009 Josef Bacik <josef at toxicpanda.com> 0.19-2
 - add a patch for the Makefile to make it build everything again
 




More information about the fedora-extras-commits mailing list