| 
                Last change
                  on this file since 2538 was
                  1864,
                  checked in by mitchb, 14 years ago
           | 
        
        
          | 
            New package athena-aclocal
This is a repackaging of Debathena's debathena-aclocal.
           | 
        
        | 
            File size:
            1.1 KB
           | 
      
      
        
  | Line |   | 
|---|
| 1 | # Make sure to update this to coincide with the most recent debathena-aclocal | 
|---|
| 2 | # release from http://debathena.mit.edu/apt/pool/debathena/d/debathena-aclocal/ | 
|---|
| 3 | %define upstreamversion 1.1.2 | 
|---|
| 4 | Name:           athena-aclocal | 
|---|
| 5 | Version:        %{upstreamversion} | 
|---|
| 6 | Release:        1.%{scriptsversion}%{?dist} | 
|---|
| 7 | Summary:        Common autoconf macros for Athena software | 
|---|
| 8 | Vendor:         The scripts.mit.edu Team (scripts@mit.edu) | 
|---|
| 9 | Group:          Development/Tools | 
|---|
| 10 | License:        MIT | 
|---|
| 11 | URL:            http://scripts.mit.edu/ | 
|---|
| 12 | Source:         deb%{name}_%{upstreamversion}.tar.gz | 
|---|
| 13 | BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | 
|---|
| 14 | Requires:       automake | 
|---|
| 15 |  | 
|---|
| 16 | %description | 
|---|
| 17 | This package contains autoconf macros used in the building of multiple | 
|---|
| 18 | pieces of Athena software.  It is a clone of Debathena's debathena-aclocal. | 
|---|
| 19 |  | 
|---|
| 20 | %prep | 
|---|
| 21 | %setup -q -n deb%{name}-%{upstreamversion} | 
|---|
| 22 |  | 
|---|
| 23 | %install | 
|---|
| 24 | rm -rf %{buildroot} | 
|---|
| 25 | mkdir -p %{buildroot}%{_datadir}/aclocal | 
|---|
| 26 | cp aclocal/* %{buildroot}%{_datadir}/aclocal | 
|---|
| 27 |  | 
|---|
| 28 | %clean | 
|---|
| 29 | rm -rf %{buildroot} | 
|---|
| 30 |  | 
|---|
| 31 | %files | 
|---|
| 32 | %defattr(-,root,root,-) | 
|---|
| 33 | %{_datadir}/aclocal/*.m4 | 
|---|
| 34 |  | 
|---|
| 35 | %changelog | 
|---|
| 36 | * Sun May 29 2011 Mitchell Berger <mitchb@mit.edu> - 1.1.2-1 | 
|---|
| 37 | - Initial packaging of Athena aclocal macros on Fedora | 
|---|
| 38 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.