Changeset 2066 for trunk/server/fedora/specs/zephyr.spec
- Timestamp:
- Nov 22, 2011, 12:45:17 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/server/fedora/specs/zephyr.spec
r1693 r2066 1 1 Name: zephyr 2 Version: 3.0 2 Version: 3.0.1 3 3 Release: 0.%{scriptsversion}%{?dist} 4 4 Summary: Client programs for the Zephyr real-time messaging system … … 71 71 make %{?_smp_mflags} 72 72 73 74 73 %install 75 74 rm -rf $RPM_BUILD_ROOT … … 80 79 install -m755 zhm.init \ 81 80 $RPM_BUILD_ROOT%{_initddir}/zhm 82 81 # Make RPM's Provide: searcher actually search the .so files! A recent 82 # change in how RPM detects Provides automatically means that only 83 # files that are executable get searched. Without this hack, all of 84 # the zephyr client tools are Requires: libzephyr.so.4 which is never 85 # Provides:, leading to uninstallable RPMS. This can be removed when 86 # zephyr starts installing the libraries with mode 755 rather than 87 # 644. (Zephyr #79) 88 chmod a+x $RPM_BUILD_ROOT%{_libdir}/libzephyr.so.* 83 89 84 90 %post … … 139 145 140 146 %changelog 147 * Sat Apr 16 2011 Alexander Chernyakhovsky <achernya@mit.edu> 3.0.1-0 148 - Zephyr 3.0.1 149 141 150 * Sun Sep 19 2010 Anders Kaseorg <andersk@mit.edu> - 3.0-0 142 151 - Decrease version below a hypothetical Fedora package.
Note: See TracChangeset
for help on using the changeset viewer.