Changeset 1397 for trunk/server
- Timestamp:
- Dec 27, 2009, 4:42:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/moira.spec
r1396 r1397 1 1 # Make sure to update these to coincide with the most recent debathena-moira 2 2 # release from http://debathena.mit.edu/apt/pool/debathena/d/debathena-moira/ 3 %define debversion 4.0.04 %define upstreamversion cvs200911165 Summary: rpm packaging of moira libraries, clients, and friends.3 %define upstreamversion 4.0.0 4 %define snapshotversion cvs20091116 5 Summary: rpm of moira libraries, clients, and friends 6 6 Group: Applications/System 7 7 Name: moira 8 Version: %{ debversion}9 Release: 2.%{scriptsversion}.%{upstreamversion}8 Version: %{upstreamversion} 9 Release: 1.%{scriptsversion}.%{snapshotversion} 10 10 Vendor: The scripts.mit.edu Team (scripts@mit.edu) 11 11 URL: http://scripts.mit.edu 12 12 License: MIT 13 Source: debathena-%{name}_%{ debversion}+%{upstreamversion}.orig.tar.gz13 Source: debathena-%{name}_%{upstreamversion}+%{snapshotversion}.orig.tar.gz 14 14 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root 15 15 #TODO: might really need mit-zephyr-devel, something for autotools-dev … … 19 19 20 20 %description 21 rpm packaging of moira libraries, clients, and friends.21 rpm of moira libraries, clients, and friends 22 22 23 23 Source package for the moira library and clients. Clone of debathena-moira. … … 25 25 26 26 %prep 27 %setup -q -n debathena-%{name}-%{ debversion}+%{upstreamversion}27 %setup -q -n debathena-%{name}-%{upstreamversion}+%{snapshotversion} 28 28 %patch0 -p1 29 29 %patch1 … … 64 64 Summary: Clients for the Moira database 65 65 Group: Applications/System 66 # Might need mit-zephyr-devel 67 # Requires: mit-zephyr 66 68 %description clients 67 69 Clients for the Moira database … … 101 103 Summary: Athena update_server 102 104 Group: Applications/System 105 # Might need mit-zephyr-devel 106 # Requires: mit-zephyr 103 107 Requires(post): chkconfig 104 108 Requires(preun): chkconfig … … 155 159 Summary: Development files for Moira library 156 160 Group: Development/Libraries 157 Provides: libmoira-devel 158 Requires: libmoira0 161 # Might need mit-zephyr-devel 162 # Requires: mit-zephyr 163 Requires: libmoira0 = %{version}-%{release}, e2fsprogs-devel, krb5-devel, hesiod-devel 159 164 %description -n libmoira-devel 160 165 Development files for Moira library
Note: See TracChangeset
for help on using the changeset viewer.