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

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Jan 29 21:01:06 UTC 2006


Author: pertusus

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

Modified Files:
	.cvsignore sources 
Added Files:
	asa.spec 
Log Message:
auto-import asa-1.2-1 on branch devel from asa-1.2-1.src.rpm


--- NEW FILE asa.spec ---
Name:           asa
Version:        1.2
Release:        1
Summary:        Convert Fortran carriage control characters

Group:          Development/Tools
License:        GPL
# version 1.1 is at that url.
URL:            http://www.ibiblio.org/pub/Linux/devel/lang/fortran/!INDEX.short.html
Source0:        http://archive.debian.org/debian-archive/dists/slink/main/source/text/asa_1.2.orig.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description

A POSIX.2 compliant asa(1), for converting Fortran carriage control
characters to line printer control characters.


%prep
%setup -q


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


%install
rm -rf $RPM_BUILD_ROOT

%{__install} -d -m755 $RPM_BUILD_ROOT%{_bindir}/
%{__install} -d -m755 $RPM_BUILD_ROOT%{_mandir}/man1
%{__install} -m755 asa $RPM_BUILD_ROOT%{_bindir}/
%{__install} -m644 asa.1 $RPM_BUILD_ROOT%{_mandir}/man1/ 

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING asa-example.doc
%{_bindir}/asa
%{_mandir}/*/asa*


%changelog
* Mon Dec 12 2005 Patrice Dumas <dumas at centre-cired.fr> - 1.2-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/asa/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Jan 2006 21:00:25 -0000	1.1
+++ .cvsignore	29 Jan 2006 21:01:06 -0000	1.2
@@ -0,0 +1 @@
+asa_1.2.orig.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/asa/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Jan 2006 21:00:25 -0000	1.1
+++ sources	29 Jan 2006 21:01:06 -0000	1.2
@@ -0,0 +1 @@
+07c5951b7f893a46f014ff7ca9948dca  asa_1.2.orig.tar.gz




More information about the fedora-extras-commits mailing list