Last change
on this file since 1882 was
1878,
checked in by achernya, 14 years ago
|
Merge r1803-1877 from trunk to branches/fc15-dev
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1864] | 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.