rpms/msort/F-8 msort.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Jun 1 18:43:36 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/msort/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1280/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	msort.spec 
Log Message:
Importing msort.




--- NEW FILE msort.spec ---
Summary:       Sort files in sophisticated ways
Name:          msort
Version:       8.46
Release:       1%{?dist}
License:       GPLv3
Group:         Applications/Publishing
URL:           http://billposer.org/Software/msort.html
Source0:       http://billposer.org/Software/Downloads/%{name}-%{version}.tar.gz
BuildRequires: tre-devel libuninum-devel >= 2.5 libicu-devel gmp-devel
Requires:      iwidgets
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description

Msort is a program for sorting files in sophisticated ways. Records
need not be single lines. Key fields may be selected by position, tag,
or character range. For each key, distinct exclusions, multigraphs,
substitutions. and a sort order may be defined. Comparisons may be
lexicographic, numeric, by string length, date, or time. Optional keys
are supported. Msort uses the Unicode character set and provides full
Unicode case-folding. The basic program has a somewhat complex command
line interface, but may be driven by an optional GUI.

%prep
%setup -q

%build
%configure --disable-utf8proc
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
%{__install} -p -m 0644 -D msort.1 %{buildroot}%{_mandir}/man1/msort.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING ChangeLog Doc/* NEWS README TODO
%{_bindir}/msg
%{_bindir}/msort
%{_mandir}/man1/msort.1*

%changelog
* Thu May 29 2008 Terje Rosten <terje.rosten at ntnu.no> - 8.46-1
- 8.46

* Tue May 20 2008 Terje Rosten <terje.rosten at ntnu.no> - 8.45-1
- 8.45
- random cleanup
- build with libicu
- add req on iwidgets

* Sun Jun 17 2007 Dries Verachtert - 8.40-1
- Rebuild against libuninum 2.5.

* Tue Oct 18 2005 Dries Verachtert - 8.9-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/msort/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jun 2008 17:31:28 -0000	1.1
+++ .cvsignore	1 Jun 2008 18:42:53 -0000	1.2
@@ -0,0 +1 @@
+msort-8.46.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/msort/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jun 2008 17:31:28 -0000	1.1
+++ sources	1 Jun 2008 18:42:53 -0000	1.2
@@ -0,0 +1 @@
+aa84730eae0691341919db244f821c68  msort-8.46.tar.gz




More information about the fedora-extras-commits mailing list