linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Btrfs-progs Add spec file template and script to create tarball
@ 2013-01-22 17:22 Gene Czarcinski
  2013-01-22 17:22 ` [PATCH 1/3] Btrfs-progs Add rpm spec template and " Gene Czarcinski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gene Czarcinski @ 2013-01-22 17:22 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Gene Czarcinski

This series of patches adds an rpm spec file template for btrfs-progs and
a script to create an archive/tarball which includes an updated spec file.

The "optional" second patch adds make archive which executes do-archve.sh.

The "optional" third patch changes version.sh and btrfs-progs.spec.in
to handle future updates when the version changes.

Gene Czarcinski (3):
  Btrfs-progs Add rpm spec template and create tarball
  Btrfs-progs Add make archive
  Btrfs-progs Change rpm spec file to be handle version     This
    "optional" patch changes version.sh and the rpm spec file to    
    handle changes in the version and still work properly.  The
    "default"     version in version.sh is changed to VERSION and
    v="$VERSION".     The rpm spec file now update \$VERSION which will
    not change.     Signed-off-by: Gene Czarcinski <gene@czarc.net>

 Makefile            |  6 +++++-
 btrfs-progs.spec.in | 46 +++++++++++++++++++++++++++++++++++++++
 do-archive.sh       | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 version.sh          |  3 ++-
 4 files changed, 115 insertions(+), 2 deletions(-)
 create mode 100644 btrfs-progs.spec.in
 create mode 100644 do-archive.sh

-- 
1.8.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-23 15:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 17:22 [PATCH 0/3] Btrfs-progs Add spec file template and script to create tarball Gene Czarcinski
2013-01-22 17:22 ` [PATCH 1/3] Btrfs-progs Add rpm spec template and " Gene Czarcinski
2013-01-22 17:22 ` [PATCH 2/3] Btrfs-progs Add make archive Gene Czarcinski
2013-01-22 21:52   ` Mike Fleetwood
2013-01-23 15:03     ` Gene Czarcinski
2013-01-22 17:22 ` [PATCH 3/3] Btrfs-progs Change rpm spec file to be handle version This "optional" patch changes version.sh and the rpm spec file to handle changes in the version and still work properly. The "default" version in version.sh is changed to VERSION and v="$VERSION". The rpm spec file now update \$VERSION which will not change. Signed-off-by: Gene Czarcinski <gene@czarc.net> Gene Czarcinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).