Changeset 1406 for trunk/server/fedora
- Timestamp:
- Jan 6, 2010, 12:47:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/moira.spec
r1403 r1406 2 2 # release from http://debathena.mit.edu/apt/pool/debathena/d/debathena-moira/ 3 3 %define upstreamversion 4.0.0 4 %define snapshotversion cvs200912284 %define snapshotversion svn20100104 5 5 Summary: moira libraries, clients, and friends 6 6 Group: Applications/System 7 7 Name: moira 8 8 Version: %{upstreamversion} 9 Release: 2.%{scriptsversion}.%{snapshotversion}9 Release: 3.%{scriptsversion}.%{snapshotversion} 10 10 Vendor: The scripts.mit.edu Team (scripts@mit.edu) 11 11 URL: http://scripts.mit.edu … … 17 17 Patch0: moira-install-headers.patch 18 18 Patch1: moira-update-server.rc.patch 19 Patch2: moira-fix-manpage-paths.patch 19 20 20 21 %description … … 26 27 %patch0 -p1 27 28 %patch1 29 %patch2 -p1 28 30 29 31 %build … … 31 33 # Can remove this once the maintainer of the relevant package symlinks 32 34 # com_err.h in /usr/include. 35 # (See https://bugzilla.redhat.com/show_bug.cgi?id=550889) 33 36 # TODO: --with-zephyr is currently borked 34 37 %configure --without-krb4 --with-krb5 --with-hesiod --without-zephyr --without-oracle --without-afs --disable-rpath --with-com_err=/usr CFLAGS='-I /usr/include/et' … … 115 118 %defattr(-,root,root) 116 119 %doc %{_mandir}/man8/update_server.8.gz 117 %config(noreplace) %{_sysconfdir}/ athena/moira.conf120 %config(noreplace) %{_sysconfdir}/moira.conf 118 121 %defattr(755,root,root) 119 122 %{_sbindir}/update_server … … 167 170 %files -n libmoira-devel 168 171 %defattr(-,root,root) 169 %{_includedir}/* 172 %{_includedir}/moira 173 %exclude %{_includedir}/moira/mrclient.h 170 174 %doc %{_mandir}/man3/* 171 175 %{_libdir}/libmoira.so … … 173 177 %{_libdir}/libmoira.a 174 178 179 # libmrclient0 180 %package -n libmrclient0 181 Summary: The Moira client library 182 Group: System Environment/Libraries 183 %description -n libmrclient0 184 Moira is the Athena Service Management system. It serves as the 185 central repository for information about users, groups hosts, print 186 queues, and several other aspects of the Athena environment. 187 188 This package contains the shared Moira client library. 189 190 %post -n libmrclient0 -p /sbin/ldconfig 191 %postun -n libmrclient0 -p /sbin/ldconfig 192 193 %files -n libmrclient0 194 %defattr(-,root,root) 195 %{_libdir}/libmrclient.so.* 196 197 # libmrclient-devel 198 %package -n libmrclient-devel 199 Summary: Development files for Moira client library 200 Group: Development/Libraries 201 Requires: libmrclient0 = %{version}-%{release}, libmoira-devel = %{version}-%{release} 202 %description -n libmrclient-devel 203 Moira is the Athena Service Management system. It serves as the 204 central repository for information about users, groups hosts, print 205 queues, and several other aspects of the Athena environment. 206 207 This package contains headers and static libraries for development. 208 209 %post -n libmrclient-devel -p /sbin/ldconfig 210 %postun -n libmrclient-devel -p /sbin/ldconfig 211 212 %files -n libmrclient-devel 213 %defattr(-,root,root) 214 %{_includedir}/moira/mrclient.h 215 %{_libdir}/libmrclient.so 216 %{_libdir}/libmrclient.la 217 %{_libdir}/libmrclient.a 218 175 219 %changelog 220 * Tue Jan 05 2010 Mitchell Berger <mitchb@mit.edu> - 4.0.0-3.1405M.svn20100104 221 - Update to new original upstream version (svn snapshot) 222 - Build and install libmrclient as a shared library (from Debathena) 223 176 224 * Mon Dec 28 2009 Mitchell Berger <mitchb@mit.edu> - 4.0.0-2.1402.cvs20091228 177 225 - Update to new upstream version, including eunice printer client
Note: See TracChangeset
for help on using the changeset viewer.