Overview
Comment: | Clean up and fix objfw.spec |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
06823673f3cb51363e1ba81d21de7939 |
User & Date: | js on 2022-12-04 10:57:52 |
Other Links: | manifest | tags |
Context
2022-12-04
| ||
11:11 | Fix several Doxygen warnings check-in: b76008cee0 user: js tags: trunk | |
10:57 | Clean up and fix objfw.spec check-in: 06823673f3 user: js tags: trunk | |
09:01 | Remove +[OFObject new] check-in: 8d9ab7ea41 user: js tags: trunk | |
Changes
Modified objfw.spec from [218ec62f80] to [19477688a2].
︙ | ︙ | |||
144 145 146 147 148 149 150 | modern terminal-based UI, etc. %prep %autosetup ./autogen.sh %build | | | | < < | | > > | | | > > > > > > > | | < < | > | | < < < < | | < < | | > > < < | | > > < < < | | < < | > | | > | | > > > < < < | | < < | > | | > | | > > > | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | modern terminal-based UI, etc. %prep %autosetup ./autogen.sh %build %configure OBJC=clang --disable-rpath --with-fish-completions %make_build %install %make_install %check make -C tests run %if 0%{?suse_version} %post -n %{libobjfw_pkgname} -p /sbin/ldconfig %postun -n %{libobjfw_pkgname} -p /sbin/ldconfig %post -n %{libobjfwrt_pkgname} -p /sbin/ldconfig %postun -n %{libobjfwrt_pkgname} -p /sbin/ldconfig %endif %files %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %files -n %{libobjfw_pkgname} %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_libdir}/libobjfw.so.%{libobjfw_major} %{_libdir}/libobjfw.so.%{libobjfw_major}.%{libobjfw_minor}.0 %files -n %{libobjfw_pkgname}-devel %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/objfw-compile %{_bindir}/objfw-config %{_bindir}/objfw-embed %{_bindir}/objfw-new %{_datadir}/fish/vendor_completions.d/objfw-compile.fish %{_datadir}/fish/vendor_completions.d/objfw-config.fish %{_includedir}/ObjFW %{_libdir}/libobjfw.so %files -n %{libobjfwrt_pkgname} %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_libdir}/libobjfwrt.so.%{libobjfwrt_major} %{_libdir}/libobjfwrt.so.%{libobjfwrt_major}.%{libobjfwrt_minor}.0 %files -n %{libobjfwrt_pkgname}-devel %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_includedir}/ObjFWRT %{_libdir}/libobjfwrt.so %files -n %{libobjfwtls_pkgname} %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_libdir}/libobjfwtls.so.%{libobjfwtls_major} %{_libdir}/libobjfwtls.so.%{libobjfwtls_major}.%{libobjfwtls_minor}.0 %files -n %{libobjfwtls_pkgname}-devel %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_includedir}/ObjFWTLS %{_libdir}/libobjfwtls.so %files -n ofarc %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofarc %{_datadir}/fish/vendor_completions.d/ofarc.fish %{_datadir}/ofarc %files -n ofdns %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofdns %{_datadir}/fish/vendor_completions.d/ofdns.fish %{_datadir}/ofdns %files -n ofhash %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofhash %{_datadir}/fish/vendor_completions.d/ofhash.fish %{_datadir}/ofhash %files -n ofhttp %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofhttp %{_datadir}/fish/vendor_completions.d/ofhttp.fish %{_datadir}/ofhttp |