summaryrefslogtreecommitdiff
path: root/ACE/rpmbuild/ace-tao.spec
Commit message (Collapse)AuthorAgeFilesLines
* ACE+TAO-7_1_0ACE+TAO-7_1_0Latest_ACE7TAO3_MinorLatest_ACE7TAO3_MicroJohnny Willemsen2023-03-031-2/+2
|
* Update ace-tao.speclockhart2023-01-161-2/+2
| | | Need yet more .cpp files from ACE and TAO subsystems to enable a clean build of an external project.
* Update ace-tao.speclockhart2023-01-161-12/+2
| | | | | Tailor previous updates to the list of installed files to remove most duplicates and commented-out lines. This includes one explicit line for the ESF/ subdirectory since at least one .cpp is needed but does not match the other patterns. Updates are based on feedback from Johnny W.
* Add headers and other source files to the list of files to be installed.Thomas Lockhart2023-01-151-0/+10
| | | | | This includes stubs and skeletons for IDL interfaces and files required to extend interfaces. This is a superset of files which are known to be required to build external packages.
* ACE+TAO-7_0_11ACE+TAO-7_0_11Johnny Willemsen2022-12-191-2/+2
|
* ACE+TAO-7_0_10ACE+TAO-7_0_10Johnny Willemsen2022-11-171-2/+2
|
* ACE+TAO-7_0_9ACE+TAO-7_0_9Johnny Willemsen2022-10-011-2/+2
|
* ACE+TAO-7_0_8ACE+TAO-7_0_8Johnny Willemsen2022-07-011-2/+2
|
* ACE+TAO-7_0_7ACE+TAO-7_0_7Johnny Willemsen2022-05-211-2/+2
|
* ACE+TAO-7_0_6ACE+TAO-7_0_6Johnny Willemsen2022-01-201-2/+2
|
* ACE+TAO-7_0_5ACE+TAO-7_0_5Johnny Willemsen2021-11-171-2/+2
|
* ACE+TAO-7_0_4ACE+TAO-7_0_4Johnny Willemsen2021-10-011-2/+2
|
* ACE+TAO-7_0_3ACE+TAO-7_0_3Johnny Willemsen2021-08-041-2/+2
|
* ACE+TAO-7_0_2ACE+TAO-7_0_2Johnny Willemsen2021-05-141-2/+2
|
* ACE+TAO-7_0_1ACE+TAO-7_0_1Johnny Willemsen2021-03-151-2/+2
|
* ACE+TAO-7_0_0ACE+TAO-7_0_0Latest_ACE7TAO3_MajorJohnny Willemsen2021-01-251-2/+2
|
* ACE+TAO-6_5_12ACE+TAO-6_5_12Johnny Willemsen2020-10-271-2/+2
|
* Removed setting of cidl, not used anymore for ACE/TAOJohnny Willemsen2020-09-021-1/+0
| | | | * ACE/rpmbuild/ace-tao.spec:
* ACE+TAO-6_5_11ACE+TAO-6_5_11Johnny Willemsen2020-08-171-2/+2
|
* ACE+TAO-6_5_10Latest_MicroLatest_BetaACE+TAO-6_5_10Johnny Willemsen2020-07-011-2/+2
|
* ACE+TAO-6_5_9ACE+TAO-6_5_9Johnny Willemsen2020-05-011-2/+2
|
* Update ace-tao.specBrian Egleston2020-04-221-1/+1
|
* Update ace-tao.specBrian Egleston2020-04-211-0/+2
| | | Install and add tao_ifr_service to catalog
* Remove build dependency on sendmailBrian Egleston2020-04-211-1/+1
|
* Update ace-tao.specBrian Egleston2020-02-211-0/+2
| | | pre-define inline so it is available during skip_make processing
* ACE+TAO-6_5_8ACE+TAO-6_5_8Johnny Willemsen2020-02-101-2/+2
|
* Change More References to VERSION.txtFred Hornsey2020-02-041-33/+33
|
* ACE+TAO-6_5_7ACE+TAO-6_5_7Johnny Willemsen2019-11-221-2/+2
|
* Use DOC as license identifier as it is defined on https://spdx.org/licenses/Johnny Willemsen2019-10-031-1/+1
| | | | * ACE/rpmbuild/ace-tao.spec:
* ACE+TAO-6_5_6ACE+TAO-6_5_6Johnny Willemsen2019-07-301-2/+2
|
* ACE+TAO-6_5_5ACE+TAO-6_5_5Johnny Willemsen2019-04-081-2/+2
|
* ACE+TAO-6_5_4ACE+TAO-6_5_4ACE%2BTAO-6_5_4Johnny Willemsen2019-01-241-2/+2
|
* ACE+TAO-6_5_3ACE+TAO-6_5_3Johnny Willemsen2018-11-191-2/+2
|
* ACE+TAO-6_5_2ACE+TAO-6_5_2Johnny Willemsen2018-09-181-2/+2
|
* Small changes to the doc files we package whereJohnny Willemsen2018-09-111-2/+1
| | | | * ACE/rpmbuild/ace-tao.spec:
* ACE+TAO-6_5_1ACE+TAO-6_5_1Johnny Willemsen2018-08-091-2/+2
|
* ACE+TAO-6_5_0Latest_MinorACE+TAO-6_5_0Latest_MinorJohnny Willemsen2018-06-121-2/+2
|
* ACE+TAO-6_4_8ACE+TAO-6_4_8Johnny Willemsen2018-05-141-2/+2
|
* Improve test for RHEL or CentOS in RPM packagingDavid Ward2018-03-261-1/+1
| | | | | | The %{rhel_version} and %{centos_version} RPM macros are specific to the openSUSE Build Service. Use the %{rhel} macro to test for these distributions instead, which supports local builds.
* Explicitly require Data::Dumper Perl module to build RPM packagesDavid Ward2018-03-261-1/+1
| | | | | | | | | | | | | | In Fedora, this Perl module is located in a separate package that may not be installed automatically in a minimal build environment (for example, when building packages with Mock [1]). This module is used by MPC during the build. This change adds the virtual package name "perl(Data::Dumper)" to the BuildRequires: tag, which ensures that the package containing this module is installed for any RPM-based distribution. This was tested with the openSUSE Build Service. [1]: https://github.com/rpm-software-management/mock/wiki
* ACE+TAO-6_4_7ACE+TAO-6_4_7Johnny Willemsen2018-03-161-2/+2
|
* ACE+TAO-6_4_6ACE+TAO-6_4_6Johnny Willemsen2017-12-081-2/+2
|
* Add missing ESF header files to allow extending features in application code.Thomas Lockhart2017-12-051-0/+2
|
* ACE+TAO-6_4_5ACE+TAO-6_4_5Johnny Willemsen2017-09-071-2/+2
|
* ACE+TAO-6_4_4ACE+TAO-6_4_4Johnny Willemsen2017-08-141-2/+2
|
* ACE+TAO-6_4_3ACE+TAO-6_4_3Johnny Willemsen2017-04-201-2/+2
|
* ACE+TAO-6_4_2ACE+TAO-6_4_2Johnny Willemsen2017-01-171-2/+2
|
* ACE+TAO-6_4_1ACE+TAO-6_4_1Johnny Willemsen2016-10-101-2/+2
|
* ACE+TAO-6_4_0Johnny Willemsen2016-07-041-2/+2
|
* ACE+TAO-6_3_4ACE+TAO-6_3_4Johnny Willemsen2016-05-021-2/+2
|