rpms/blktool/devel blktool.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeff Garzik (jgarzik) fedora-extras-commits at redhat.com
Mon Jun 19 17:38:41 UTC 2006


Author: jgarzik

Update of /cvs/extras/rpms/blktool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9088/devel

Modified Files:
	.cvsignore sources 
Added Files:
	blktool.spec 
Log Message:
auto-import blktool-4-3 on branch devel from blktool-4-3.src.rpm


--- NEW FILE blktool.spec ---
Summary: Block device settings tool
Name: blktool
Version: 4
Release: 3
License: GPL
Group: Applications/System
URL: http://sourceforge.net/projects/gkernel/
Source0: http://download.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel

%define _sbindir	/sbin

%description
This utility allows querying and changing of block device settings,
such as write caching, identity, dma, geometry, read-ahead, and many
other settings.

%prep
%setup -q

%build
%configure
make

%install
rm -rf %{buildroot}
%makeinstall
mkdir -p %{buildroot}/usr/sbin
ln -s /sbin/blktool %{buildroot}/usr/sbin

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING INSTALL NEWS README
/sbin/blktool
/usr/sbin/blktool
%{_mandir}/man8/blktool.*

%changelog
* Tue Apr 04 2006 Jeff Garzik <jgarzik at pobox.com> - 4-3
- Fix minor bugs found in review

* Tue Apr 04 2006 Jeff Garzik <jgarzik at pobox.com> - 4-2
- Update BuildRoot.

* Tue Apr 04 2006 Jeff Garzik <jgarzik at pobox.com> - 4-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/blktool/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Apr 2006 14:41:17 -0000	1.1
+++ .cvsignore	5 Apr 2006 14:41:37 -0000	1.2
@@ -0,0 +1 @@
+blktool-4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/blktool/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Apr 2006 14:41:17 -0000	1.1
+++ sources	5 Apr 2006 14:41:37 -0000	1.2
@@ -0,0 +1 @@
+9272a47c6254b506548ba10a2a9f8bb3  blktool-4.tar.gz




More information about the scm-commits mailing list