rpms/btrfs-progs/devel btrfs-progs.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Josef Bacik (josef) fedora-extras-commits at redhat.com
Mon Jun 30 19:38:13 UTC 2008


Author: josef

Update of /cvs/pkgs/rpms/btrfs-progs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14842/devel

Modified Files:
	.cvsignore sources 
Added Files:
	btrfs-progs.spec import.log 
Log Message:
initial import of btrfs-progs



--- NEW FILE btrfs-progs.spec ---
Name:           btrfs-progs
Version:        0.15
Release:        4%{?dist}
Summary:        Userspace programs for btrfs

Group:          System Environment/Base
License:        GPLv2
URL:            http://btrfs.wiki.kernel.org/index.php/Main_Page
Source0:        http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  e2fsprogs-devel

%define _root_sbindir /sbin

%description
The btrfs-progs package provides all the userpsace programs needed to create,
check, modify and correct any inconsistencies in the btrfs filesystem.

%prep
%setup -q

%build
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make bindir=%{_root_sbindir} install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING INSTALL
%{_root_sbindir}/btrfsctl
%{_root_sbindir}/btrfsck
%{_root_sbindir}/mkfs.btrfs
%{_root_sbindir}/debug-tree
%{_root_sbindir}/btrfs-show
%{_root_sbindir}/btrfs-vol

%changelog
* Mon Jun 25 2008 Josef Bacik <josef at toxicpanda.com> 0.15-4
-use fedoras normal CFLAGS

* Mon Jun 23 2008 Josef Bacik <josef at toxicpanda.com> 0.15-3
-Actually defined _root_sbindir
-Fixed the make install line so it would install to the proper dir

* Mon Jun 23 2008 Josef Bacik <josef at toxicpanda.com> 0.15-2
-Removed a . at the end of the description
-Fixed the copyright to be GPLv2 since GPL doesn't work anymore

* Mon Jun 23 2008 Josef Bacik <josef at toxicpanda.com> 0.15-1
-Initial build


--- NEW FILE import.log ---
btrfs-progs-0_15-4_fc8:HEAD:btrfs-progs-0.15-4.fc8.src.rpm:1214853686


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/btrfs-progs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jun 2008 16:26:32 -0000	1.1
+++ .cvsignore	30 Jun 2008 19:37:31 -0000	1.2
@@ -0,0 +1 @@
+btrfs-progs-0.15.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/btrfs-progs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jun 2008 16:26:32 -0000	1.1
+++ sources	30 Jun 2008 19:37:31 -0000	1.2
@@ -0,0 +1 @@
+fabd80e8a9ea2d035491815ebefb6930  btrfs-progs-0.15.tar.bz2




More information about the fedora-extras-commits mailing list