-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to the spec file for the benefit of Fedora.
- Loading branch information
Showing
7 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.61) | ||
AC_INIT(tarmux, 1.0.0, [email protected]) | ||
AC_INIT(tarmux, 1.0.1, [email protected]) | ||
AM_INIT_AUTOMAKE([dist-bzip2]) | ||
AC_CONFIG_FILES([Makefile tarmux.spec]) | ||
AC_CONFIG_SRCDIR([tarmux.c]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
tarmux (1.0.1) stable; urgency=low | ||
|
||
* Bugfix Release. | ||
|
||
-- Graham Leggett <[email protected]> Mon, 24 May 2016 00:00:00 +0000 | ||
tarmux (1.0.0) stable; urgency=low | ||
|
||
* Initial Release. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# RPM Spec file for tarmux | ||
|
||
Name: tarmux | ||
Version: 1.0.0 | ||
Version: 1.0.1 | ||
Release: 1%{?dist} | ||
Summary: Multiplex / demultiplex streams | ||
License: ASL 2.0 | ||
|
@@ -15,6 +15,7 @@ Multiplex and demultiplex streams using tar file fragments. | |
|
||
%prep | ||
%setup -q | ||
rm -rf %{_builddir}/%{name}-%{version}/debian | ||
%build | ||
%configure | ||
%make_build | ||
|
@@ -28,10 +29,12 @@ Multiplex and demultiplex streams using tar file fragments. | |
%{_mandir}/man1/tardemux.1* | ||
%{_mandir}/man1/tarmux.1* | ||
|
||
%doc AUTHORS ChangeLog NEWS README | ||
%doc AUTHORS ChangeLog README | ||
%license COPYING | ||
|
||
%changelog | ||
* Mon May 23 2016 Graham Leggett <[email protected]> - 1.0.1-1 | ||
- Updates to packaging | ||
* Sun May 22 2016 Graham Leggett <[email protected]> - 1.0.0-1 | ||
- Initial version of the package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Multiplex and demultiplex streams using tar file fragments. | |
|
||
%prep | ||
%setup -q | ||
rm -rf %{_builddir}/%{name}-%{version}/debian | ||
%build | ||
%configure | ||
%make_build | ||
|
@@ -28,10 +29,12 @@ Multiplex and demultiplex streams using tar file fragments. | |
%{_mandir}/man1/tardemux.1* | ||
%{_mandir}/man1/tarmux.1* | ||
|
||
%doc AUTHORS ChangeLog NEWS README | ||
%doc AUTHORS ChangeLog README | ||
%license COPYING | ||
|
||
%changelog | ||
* Mon May 23 2016 Graham Leggett <[email protected]> - 1.0.1-1 | ||
- Updates to packaging | ||
* Sun May 22 2016 Graham Leggett <[email protected]> - 1.0.0-1 | ||
- Initial version of the package | ||
|