Changeset 2525 for branches/fc20-dev/server/fedora/specs/discuss.spec
- Timestamp:
- May 26, 2014, 3:16:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc20-dev/server/fedora/specs/discuss.spec
r2388 r2525 1 1 # Make sure to update this to coincide with the most recent debathena-discuss 2 2 # release from http://debathena.mit.edu/apt/pool/debathena/d/debathena-discuss/ 3 %define upstreamversion 10.0.1 53 %define upstreamversion 10.0.17 4 4 Name: discuss 5 5 Version: %{upstreamversion} … … 21 21 22 22 %prep 23 %setup -q -n debathena-%{name}-%{upstreamversion}23 %setup -q -n %{name}-%{upstreamversion} 24 24 25 25 %build … … 30 30 automake --add-missing --foreign || : 31 31 %configure --without-krb4 --with-krb5 --with-zephyr --with-pager=/usr/bin/less 32 make %{?_smp_mflags} 32 #make %{?_smp_mflags} 33 make 33 34 34 35 %install … … 56 57 %{_bindir}/dspipe 57 58 %{_bindir}/mkds 58 %{_bindir}/pmtg59 59 %{_bindir}/rmds 60 60 %{_libexecdir}/edsc … … 99 99 %attr(755,discuss,discuss) %{_localstatedir}/spool/discuss 100 100 %attr(644,root,root) %config(noreplace) %{_sysconfdir}/xinetd.d/%{name} 101 %{_libexecdir}/disdebug 102 %{_libexecdir}/expunge 103 %{_libexecdir}/recover 101 104 102 105 %pre server … … 108 111 109 112 %changelog 113 * Mon May 26 2014 Alexander Chernyakhovsky <achernya@mit.edu> - 10.0.17-1 114 - Update to discuss 10.0.17 115 110 116 * Tue Mar 19 2013 Alexander Chernyakhovsky <achernya@mit.edu> - 10.0.15-1 111 117 - Update to discuss 10.0.15
Note: See TracChangeset
for help on using the changeset viewer.